diff --git a/include/unixconf.h b/include/unixconf.h index f5ea913a0..288a3af5a 100644 --- a/include/unixconf.h +++ b/include/unixconf.h @@ -297,7 +297,7 @@ #endif /* Use the high quality random number routines. */ -#if defined(BSD) || defined(ULTRIX) || defined(CYGWIN32) || defined(RANDOM) +#if defined(BSD) || defined(ULTRIX) || defined(CYGWIN32) || defined(RANDOM) || defined(__APPLE__) #define Rand() random() #else #define Rand() lrand48()