diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-06-05 14:14:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-06-05 14:14:54 +0000 |
commit | b79f01caf3af991043b984d07956b867480006cd (patch) | |
tree | 5e1864fb96f7579c75f7e8c14f16201bb35a8db8 | |
parent | 0db227f55e715f2dc6b8fb5668af10a21dd5a38d (diff) |
set HAVE_RAND_STATUS too
-rw-r--r-- | lib/config-win32.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h index d82c59e7d..6aa7f6d1a 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -179,6 +179,9 @@ /* Define if you have the RAND_screen function when using SSL */ #define HAVE_RAND_SCREEN 1 +/* Define if you have the `RAND_status' function. */ +#define HAVE_RAND_STATUS 1 + /* Define this to if in_addr_t is not an available typedefed type */ #define in_addr_t unsigned long |