From 93389de6146feeff4f8a9ad57d36cde70ae43eb8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 14 Mar 2000 08:29:42 +0000 Subject: Added HAVE_STRDUP --- src/config-win32.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config-win32.h b/src/config-win32.h index 42264ecff..ba60773eb 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 -- cgit v1.2.3