aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2016-04-29 11:34:17 -0400
committerAnders Broman <a.broman58@gmail.com>2016-04-30 07:21:34 +0000
commit708f4f9dd83ef4cd8b530b99e2f7c3fdb2627c8d (patch)
tree9279a7963cd9bd463e3665e25391d2fb5be69328 /cmakeconfig.h.in
parent8ac0293cba986215bcd54c204504123e65e66dfd (diff)
Don't bother checking for getaddrinfo(): we don't use it.
Since Ie5e670b769eb0674950f3679ef511047641c2873 we no longer support synchronous name resolution. Change-Id: Icc65bd665bd610d89f894549e77608cfb5ef4c53 Reviewed-on: https://code.wireshark.org/review/15165 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
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 ea674a7e5f..a965c1c54d 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -85,9 +85,6 @@
/* Define if you have the 'lrint' function. */
#cmakedefine HAVE_LRINT 1
-/* Define to 1 if you have the `getaddrinfo' function. */
-#cmakedefine HAVE_GETADDRINFO 1
-
/* Define to 1 if you have the getopt_long function. */
#cmakedefine HAVE_GETOPT_LONG 1