summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-03-16 11:33:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-03-16 11:33:39 +0000
commit912fd9b165f2417836b0c2b0b3c0cd11a90354c2 (patch)
treeb9e480719a9a0e35cc8e376ece946aaed305e59e
parent5992252b3d5e0b37587bf3f234d289ffeae42ba4 (diff)
downloadgnurl-912fd9b165f2417836b0c2b0b3c0cd11a90354c2.tar.gz
gnurl-912fd9b165f2417836b0c2b0b3c0cd11a90354c2.tar.bz2
gnurl-912fd9b165f2417836b0c2b0b3c0cd11a90354c2.zip
RAND_SCREEN is only available for win32 SSL users
-rw-r--r--config-win32.h3
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