diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-08-20 11:42:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-08-20 11:42:35 +0000 |
commit | 35153eb52487219ef2bce9b7cd57db38909cab44 (patch) | |
tree | 11842693adfb60d66f7703f06405548ee725b798 /lib/config-win32.h | |
parent | c8ee1fa62e64752ad329aa5fbec1ca4cea91fcf4 (diff) | |
download | curl-35153eb52487219ef2bce9b7cd57db38909cab44.tar.gz |
windows has stdlib.h
Diffstat (limited to 'lib/config-win32.h')
-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 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 |