aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-08-07 21:41:48 +0000
committerGerald Combs <gerald@wireshark.org>2008-08-07 21:41:48 +0000
commit021a926793686bcde277cbc7797c91b129befcb2 (patch)
tree5f4f4243098a27485a7cfafb8b317bb0eed0f83e /config.h.win32
parent91407025b7f10e7e59b4311aaf4350ba39b35c2f (diff)
Add support for the c-ares asynchronous DNS resolution library to the
Windows build. Add support for async IPv6 lookups. Update the ADNS code slightly. This is not supported (yet) on the UNIX side. svn path=/trunk/; revision=25953
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win325
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h.win32 b/config.h.win32
index 4300dc34d4..f8e0ac546d 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -205,8 +205,13 @@
@HAVE_LIBZ@
/* Define to use GNU ADNS library */
+@HAVE_C_ARES@
+
+/* Define to use GNU ADNS library */
+#ifndef HAVE_C_ARES
@HAVE_GNU_ADNS@
#define ADNS_JGAA_WIN32 1
+#endif
/* Define to use the PCRE library */
@HAVE_PCRE@