diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-03-16 11:33:39 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-03-16 11:33:39 +0000 |
commit | 912fd9b165f2417836b0c2b0b3c0cd11a90354c2 (patch) | |
tree | b9e480719a9a0e35cc8e376ece946aaed305e59e /config-win32.h | |
parent | 5992252b3d5e0b37587bf3f234d289ffeae42ba4 (diff) | |
download | curl-912fd9b165f2417836b0c2b0b3c0cd11a90354c2.tar.gz |
RAND_SCREEN is only available for win32 SSL users
Diffstat (limited to 'config-win32.h')
-rw-r--r-- | config-win32.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config-win32.h b/config-win32.h index 04d58c3ad..36b596d8e 100644 --- a/config-win32.h +++ b/config-win32.h @@ -169,3 +169,6 @@ /* Define if you have the setvbuf function. */ #define HAVE_SETVBUF 1 + +/* Define if you have the RAND_screen function when using SSL */ +#define HAVE_RAND_SCREEN 1 |