Added HAVE_STRDUP

This commit is contained in:
Daniel Stenberg 2000-03-14 08:29:42 +00:00
parent 5d1095a6f4
commit 93389de614

View File

@ -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