From: Ruben Kerkhof Date: Fri, 11 Dec 2015 20:38:58 +0000 (+0100) Subject: Merge pull request #1459 from rubenk/remove-unneccesary-check-for-ip-compat-h X-Git-Tag: collectd-5.6.0~496 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=57dfc4722bb1c4d7f735c71aa113b9f6bbdce964;hp=46b94f4f6e50a53a787ab3651d5d5d723b066305;p=collectd.git Merge pull request #1459 from rubenk/remove-unneccesary-check-for-ip-compat-h Remove check for ip_compat.h --- diff --git a/configure.ac b/configure.ac index 8b210806..257818d9 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