aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
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 /config.h.win32
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 'config.h.win32')
-rw-r--r--config.h.win323
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.win32 b/config.h.win32
index 9e66c4563c..d6a11e8fdf 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -82,9 +82,6 @@
/* Define if you have the floorl function. */
#define HAVE_FLOORL 1
-/* Define if you have the getaddrinfo function. */
-#define HAVE_GETADDRINFO 1
-
/* Define if you have the getprotobynumber function. */
/* #undef HAVE_GETPROTOBYNUMBER */