From: Ruben Kerkhof Date: Fri, 11 Dec 2015 18:26:38 +0000 (+0100) Subject: Remove check for ip_compat.h X-Git-Tag: collectd-5.6.0~496^2 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=311c7cf4b61bc02793fe3455202b2cbbfe4860e6;hp=-c;p=collectd.git Remove check for ip_compat.h Solaris needed this at one point but since a621ced we check for ip6_ext without including this header and that seems to succeed to. --- 311c7cf4b61bc02793fe3455202b2cbbfe4860e6 diff --git a/configure.ac b/configure.ac index c4483792..97108199 100644 --- a/configure.ac +++ b/configure.ac @@ -634,8 +634,6 @@ AC_CHECK_HEADERS(netinet/if_ether.h, [], [], #endif ]) -AC_CHECK_HEADERS(netinet/ip_compat.h) - have_net_pfvar_h="no" AC_CHECK_HEADERS(net/pfvar.h, [have_net_pfvar_h="yes"], diff --git a/src/utils_dns.c b/src/utils_dns.c index 4c763a14..71a14d87 100644 --- a/src/utils_dns.c +++ b/src/utils_dns.c @@ -62,9 +62,6 @@ #if HAVE_NETINET_IP6_H # include #endif -#if HAVE_NETINET_IP_COMPAT_H -# include -#endif #if HAVE_NETINET_IF_ETHER_H # include #endif