aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-07 21:41:48 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-07 21:41:48 +0000
commit89c9a89b085ffdb035bffb77e4d90f85f5e40dae (patch)
tree5f4f4243098a27485a7cfafb8b317bb0eed0f83e /config.h.win32
parent0af22846cef676e618e61d013929eda3b214b939 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25953 f5534014-38df-0310-8fa8-9805f1628bb7
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@