summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 92ba2e3)
raw | patch | inline | side by side (parent: 92ba2e3)
author | Ruben Kerkhof <ruben@tilaa.com> | |
Fri, 11 Dec 2015 18:26:38 +0000 (19:26 +0100) | ||
committer | Ruben 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.
a621ced we check for ip6_ext without including this
header and that seems to succeed to.
configure.ac | patch | blob | history | |
src/utils_dns.c | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index c4483792b016ce3436dd3b58d44394a8c39e4a40..971081994858c8ce2819228459e975b97c0230e8 100644 (file)
--- a/configure.ac
+++ b/configure.ac
#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 4c763a1420a04a4008d0d16ce4000e1da9f3aceb..71a14d87ddc7fe75f2326165e11b86cdaf4ce139 100644 (file)
--- a/src/utils_dns.c
+++ b/src/utils_dns.c
#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