From 311c7cf4b61bc02793fe3455202b2cbbfe4860e6 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Fri, 11 Dec 2015 19:26:38 +0100 Subject: [PATCH] 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. --- configure.ac | 2 -- src/utils_dns.c | 3 --- 2 files changed, 5 deletions(-) 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 -- 2.11.0