aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-11 21:59:59 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-11 21:59:59 +0000
commit81670aaf1103819ae2a7a334061d241db8a0e1a3 (patch)
treefd2198e94a66d0bacb020c975412bdde6068bd7a /config.h.win32
parentf0114720b773d4eeea03b65e7f8faa01d6dd6db4 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25985 f5534014-38df-0310-8fa8-9805f1628bb7
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