projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92ba2e3
)
Remove check for ip_compat.h
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.
configure.ac
patch
|
blob
|
history
src/utils_dns.c
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
c448379
..
9710819
100644
(file)
--- 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
4c763a1
..
71a14d8
100644
(file)
--- a/
src/utils_dns.c
+++ b/
src/utils_dns.c
@@
-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