From: Daniel Stenberg Date: Tue, 14 Mar 2000 08:29:42 +0000 (+0000) Subject: Added HAVE_STRDUP X-Git-Tag: curl-6_5~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93389de6146feeff4f8a9ad57d36cde70ae43eb8;p=thirdparty%2Fcurl.git Added HAVE_STRDUP --- diff --git a/src/config-win32.h b/src/config-win32.h index 42264ecffd..ba60773eb0 100644 --- a/src/config-win32.h +++ b/src/config-win32.h @@ -10,3 +10,6 @@ /* Define if you have the header file. */ #define HAVE_IO_H 1 + +/* Define if you have the strdup function. */ +#define HAVE_STRDUP 1