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

According to the main trunk, Darwin should get USE_TOD defined.

parent f760c5d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@
#include <openssl/rand.h>
#include <openssl/err.h>

#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(_DARWIN)
# define USE_TOD
#elif !defined(MSDOS) && (!defined(VMS) || defined(__DECC))
# define TIMES