OpenBSD doesn't support timeb.
authorRichard Levitte <levitte@openssl.org>
Mon, 11 Sep 2000 16:46:35 +0000 (16:46 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 11 Sep 2000 16:46:35 +0000 (16:46 +0000)
apps/speed.c

index 8fdf2e6c5a1ce7d4b25654426b4a537cbfd28035..dcb9bae8933753221791f97a1ee852029e8764f7 100644 (file)
@@ -87,7 +87,7 @@
 #elif !defined(MSDOS) && (!defined(VMS) || defined(__DECC))
 # define TIMES
 #endif
 #elif !defined(MSDOS) && (!defined(VMS) || defined(__DECC))
 # define TIMES
 #endif
-#if !defined(_UNICOS)
+#if !defined(_UNICOS) && !defined(__OpenBSD__)
 # define TIMEB
 #endif
 
 # define TIMEB
 #endif