Remove check for ip_compat.h
authorRuben Kerkhof <ruben@tilaa.com>
Fri, 11 Dec 2015 18:26:38 +0000 (19:26 +0100)
committerRuben Kerkhof <ruben@tilaa.com>
Fri, 11 Dec 2015 18:30:13 +0000 (19:30 +0100)
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
src/utils_dns.c

index c448379..9710819 100644 (file)
@@ -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"],
index 4c763a1..71a14d8 100644 (file)
@@ -62,9 +62,6 @@
 #if HAVE_NETINET_IP6_H
 # include <netinet/ip6.h>
 #endif
-#if HAVE_NETINET_IP_COMPAT_H
-# include <netinet/ip_compat.h>
-#endif
 #if HAVE_NETINET_IF_ETHER_H
 # include <netinet/if_ether.h>
 #endif