aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2019-11-22 11:16:36 -0800
committerGerald Combs <gerald@wireshark.org>2019-11-23 22:45:59 +0000
commit451a241e50bd34ba097bd09a5f9f673170779aaf (patch)
treecd112515a1ddcd15fb73b1d124e7223d27b1988c /cmakeconfig.h.in
parent6a0b558ac1da13fffec560c1a522bafbe95517a1 (diff)
Add c-ares to the required library list.
Although c-ares support was techically optional, it was either on by default or required in all of our packaging. Go ahead and require it globally. C-ares is widely available and synchronous name resolution can easily result in a horrific user experience. Change-Id: Id67c797316ed6b8a0ab5052e55a43a1b9e2a2464 Reviewed-on: https://code.wireshark.org/review/35188 Petri-Dish: Gerald Combs <gerald@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index bbac41f02b..f117da675b 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -43,9 +43,6 @@
/* Define to 1 if you have the `bpf_image' function. */
#cmakedefine HAVE_BPF_IMAGE 1
-/* Define to use c-ares library */
-#cmakedefine HAVE_C_ARES 1
-
/* Define to 1 if you have the <fcntl.h> header file. */
#cmakedefine HAVE_FCNTL_H 1