summaryrefslogtreecommitdiff
path: root/config.h.win32
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-16 22:11:17 +0000
committerJoão Valverde <j@v6e.pt>2016-03-21 19:32:00 +0000
commit7a1d3f67ac83e12645a91b5329b6e8163954f77e (patch)
treea59e3f5c90c2686f3f501dc6d2b12872d9735598 /config.h.win32
parent52dd4fb6330a10ed37b8e221c502b5a98de4f581 (diff)
downloadwireshark-7a1d3f67ac83e12645a91b5329b6e8163954f77e.tar.gz
Remove ADNS support
Relevant mailing list message: https://www.wireshark.org/lists/wireshark-dev/201503/msg00007.html Change-Id: I0cff6d4d64fb52a651bcf6b28c183e43653b1cc2 Reviewed-on: https://code.wireshark.org/review/14519 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win328
1 files changed, 1 insertions, 7 deletions
diff --git a/config.h.win32 b/config.h.win32
index 5faac21994..9301ad308d 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -170,15 +170,9 @@
#define HAVE_INFLATEPRIME 1
#endif
-/* Define to use GNU ADNS library */
+/* Define to use c-ares 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 gnutls library */
@HAVE_LIBGNUTLS@