From: Daniel Stenberg Date: Tue, 20 Aug 2002 11:42:35 +0000 (+0000) Subject: windows has stdlib.h X-Git-Tag: curl-7_10~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35153eb52487219ef2bce9b7cd57db38909cab44;p=curl windows has stdlib.h --- 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 header file. */ #define HAVE_WINSOCK_H 1 +/* Define if you have the header file. */ +#define HAVE_STDLIB_H 1 + /* Define if you have the closesocket function. */ #define HAVE_CLOSESOCKET 1