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 7499f3ce7..48af822b9 100644 --- a/ares/config-win32.h +++ b/ares/config-win32.h @@ -85,6 +85,9 @@ /* FUNCTIONS */ /* ---------------------------------------------------------------- */ +/* Define if you have the closesocket function. */ +#define HAVE_CLOSESOCKET 1 + /* Define if you have the gethostname function. */ #define HAVE_GETHOSTNAME 1 |