BSDI only supports ftime() through libcompat, which means it's

better not to use it.
This commit is contained in:
Richard Levitte 2000-09-19 23:14:42 +00:00
parent 933f32cc4d
commit b004872c59

View File

@ -87,7 +87,7 @@
#elif !defined(MSDOS) && (!defined(VMS) || defined(__DECC))
# define TIMES
#endif
#if !defined(_UNICOS) && !defined(__OpenBSD__) && !defined(sgi) && !defined(__FreeBSD__)
#if !defined(_UNICOS) && !defined(__OpenBSD__) && !defined(sgi) && !defined(__FreeBSD__) && !(defined(__bsdi) || defined(__bsdi__))
# define TIMEB
#endif