diff options
Diffstat (limited to 'ares/config-win32.h')
-rw-r--r-- | ares/config-win32.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ares/config-win32.h b/ares/config-win32.h index eb8fed72c..5e26fa61d 100644 --- a/ares/config-win32.h +++ b/ares/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 |