summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-01-26 04:44:39 +0000
committerRichard Levitte <levitte@openssl.org>2002-01-26 04:44:39 +0000
commitf760c5d80b4d652f825fbc6c8cd5aea8485cccdb (patch)
treeebe57f2d795496cdcb516e714c74c48dc5c939f9 /apps
parent4fd350e8f596c3b7185c65b61f7cb3a0efb7f7fd (diff)
From reports I've seen, it looks like TIMES is wrong for Darwin.
Diffstat (limited to 'apps')
-rw-r--r--apps/speed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/speed.c b/apps/speed.c
index a5148d28da..b2a549f995 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -84,7 +84,7 @@
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
# define USE_TOD
-#elif !defined(MSDOS) && (!defined(VMS) || defined(__DECC)) || defined(_DARWIN)
+#elif !defined(MSDOS) && (!defined(VMS) || defined(__DECC))
# define TIMES
#endif
#if !defined(_UNICOS) && !defined(__OpenBSD__) && !defined(sgi) && !defined(__FreeBSD__) && !(defined(__bsdi) || defined(__bsdi__)) && !defined(_AIX) && !defined(MPE) && !defined(__NetBSD__) && !defined(_DARWIN)