aboutsummaryrefslogtreecommitdiff
path: root/ares/config-win32.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2005-12-16 20:55:07 +0000
committerYang Tse <yangsita@gmail.com>2005-12-16 20:55:07 +0000
commite105d5c28f3f6c7034a8da2682bbc662ad6c15e1 (patch)
treeace47dc7dd2070e741f26d324cc64dc56c48980e /ares/config-win32.h
parentd6ffb4c177615e766268bd4ab3afc9cef77aa7c9 (diff)
'Fix' windows builds
Diffstat (limited to 'ares/config-win32.h')
-rw-r--r--ares/config-win32.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ares/config-win32.h b/ares/config-win32.h
index 5026728b4..4847507f5 100644
--- a/ares/config-win32.h
+++ b/ares/config-win32.h
@@ -16,6 +16,10 @@
#ifndef __CONFIG_WIN32_H
#define __CONFIG_WIN32_H
+#define HAVE_WINDOWS_H
+#define HAVE_WINSOCK2_H
+#define HAVE_WS2TCPIP_H
+
#if defined(__MINGW32__)
#define HAVE_GETOPT_H
#endif