aboutsummaryrefslogtreecommitdiff
path: root/lib/config-win32.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-20 11:42:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-20 11:42:35 +0000
commit35153eb52487219ef2bce9b7cd57db38909cab44 (patch)
tree11842693adfb60d66f7703f06405548ee725b798 /lib/config-win32.h
parentc8ee1fa62e64752ad329aa5fbec1ca4cea91fcf4 (diff)
windows has stdlib.h
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r--lib/config-win32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index 6aa7f6d1a..04c9ca01e 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -170,6 +170,9 @@
/* Define if you have the <winsock.h> header file. */
#define HAVE_WINSOCK_H 1
+/* Define if you have the <stdlib.h> header file. */
+#define HAVE_STDLIB_H 1
+
/* Define if you have the closesocket function. */
#define HAVE_CLOSESOCKET 1