Merge pull request #1459 from rubenk/remove-unneccesary-check-for-ip-compat-h
authorRuben Kerkhof <ruben@tilaa.nl>
Fri, 11 Dec 2015 20:38:58 +0000 (21:38 +0100)
committerRuben Kerkhof <ruben@tilaa.nl>
Fri, 11 Dec 2015 20:38:58 +0000 (21:38 +0100)
Remove check for ip_compat.h

configure.ac
src/utils_dns.c

index 8b21080..257818d 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