aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-08-11 21:59:59 +0000
committerGerald Combs <gerald@wireshark.org>2008-08-11 21:59:59 +0000
commit5906f69b880d1959763d10490da91bc2ae2b3fb7 (patch)
treefd2198e94a66d0bacb020c975412bdde6068bd7a /config.h.win32
parent8e032dbc8790734420c2a94fc0863521944ae06b (diff)
On Windows, if we're running anything but plain Visual C++ 6 (including
VC6 plus a platform SDK), set INET6. Use that to figure out if we need to define socklen_t for c-ares. This should fix bug 2797. svn path=/trunk/; revision=25985
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win323
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.win32 b/config.h.win32
index f8e0ac546d..5af37fbbdf 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -248,6 +248,9 @@
#define WIN32 1
#endif
+/* Define for IPv6 */
+@INET6@
+
#define HAVE_WINDOWS_H 1
#define HAVE_WINSOCK2_H 1
#define HAVE_DIRECT_H 1