aboutsummaryrefslogtreecommitdiff
path: root/ares
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2008-12-08 16:12:11 +0000
committerGisle Vanem <gvanem@broadpark.no>2008-12-08 16:12:11 +0000
commitf36eab2608f473a7054f2c75c411abd676657a70 (patch)
tree12c42a841d4cd7bb3a70dad9c4cc4ab3fff04343 /ares
parent66d38261f7b0e0d0b0acfa659c81931b32d5b8ea (diff)
Added needed defines for Watt-32 on Windows.
Diffstat (limited to 'ares')
-rw-r--r--ares/config-win32.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ares/config-win32.h b/ares/config-win32.h
index dde9978f9..6fd8288ad 100644
--- a/ares/config-win32.h
+++ b/ares/config-win32.h
@@ -168,6 +168,15 @@
#define SOCKET int
#define NS_INADDRSZ 4
#define HAVE_ARPA_NAMESER_H 1
+ #define HAVE_ARPA_INET_H 1
+ #define HAVE_NETDB_H 1
+ #define HAVE_NETINET_IN_H 1
+ #define HAVE_SYS_SOCKET_H 1
+ #define HAVE_NETINET_TCP_H 1
+ #define HAVE_AF_INET6 1
+ #define HAVE_PF_INET6 1
+ #define HAVE_STRUCT_IN6_ADDR 1
+ #define HAVE_STRUCT_SOCKADDR_IN6 1
#undef HAVE_WINSOCK_H
#undef HAVE_WINSOCK2_H
#undef HAVE_WS2TCPIP_H