diff options
Diffstat (limited to 'config-win32.h')
-rw-r--r-- | config-win32.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config-win32.h b/config-win32.h index eb8fed7..5e26fa6 100644 --- a/config-win32.h +++ b/config-win32.h @@ -79,6 +79,9 @@ /* Define if you have the ioctlsocket function. */ #define HAVE_IOCTLSOCKET 1 +/* Define if you have the strdup function. */ +#define HAVE_STRDUP 1 + /* Define if you have the recv function. */ #define HAVE_RECV 1 |