From b79f01caf3af991043b984d07956b867480006cd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 5 Jun 2002 14:14:54 +0000 Subject: set HAVE_RAND_STATUS too --- lib/config-win32.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/config-win32.h') 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 -- cgit v1.2.3