diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-03-14 08:29:42 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-03-14 08:29:42 +0000 |
commit | 93389de6146feeff4f8a9ad57d36cde70ae43eb8 (patch) | |
tree | fb2c810904bb499e4f16a6cb7307d2fd516b1984 /src | |
parent | 5d1095a6f48189b635968fad6cb6f9d497e164ac (diff) |
Added HAVE_STRDUP
Diffstat (limited to 'src')
-rw-r--r-- | src/config-win32.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <io.h> header file. */ #define HAVE_IO_H 1 + +/* Define if you have the strdup function. */ +#define HAVE_STRDUP 1 |