From 708f4f9dd83ef4cd8b530b99e2f7c3fdb2627c8d Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Fri, 29 Apr 2016 11:34:17 -0400 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- cmakeconfig.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'cmakeconfig.h.in') 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 -- cgit v1.2.1