OpenBSD doesn't support timeb.

This commit is contained in:
Richard Levitte 2000-09-11 16:46:35 +00:00
parent 74d2b0f112
commit 16e91fe8ab

View File

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