Code

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 c4483792b016ce3436dd3b58d44394a8c39e4a40..971081994858c8ce2819228459e975b97c0230e8 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 4c763a1420a04a4008d0d16ce4000e1da9f3aceb..71a14d87ddc7fe75f2326165e11b86cdaf4ce139 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