From 35153eb52487219ef2bce9b7cd57db38909cab44 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 20 Aug 2002 11:42:35 +0000 Subject: windows has stdlib.h --- lib/config-win32.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/config-win32.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 -- cgit v1.2.3