Commit a3829b86 authored by Richard Levitte's avatar Richard Levitte
Browse files

ftime() is not supported on SGI.

Reported by Steve Robb <steve@eu.c2.net>
parent 615513ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@
#elif !defined(MSDOS) && (!defined(VMS) || defined(__DECC))
# define TIMES
#endif
#if !defined(_UNICOS) && !defined(__OpenBSD__)
#if !defined(_UNICOS) && !defined(__OpenBSD__) && !defined(sgi)
# define TIMEB
#endif