diff --git a/src/config-win32.h b/src/config-win32.h index 42264ecffd96f1..ba60773eb02b7f 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