From: Amos Jeffries Date: Sun, 12 Apr 2009 14:01:26 +0000 (+1200) Subject: Bug 2610: Detection and verification of ipfilter header files is incorrect X-Git-Tag: SQUID_3_2_0_1~1062 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=975cfef6b1cd30568f2f82e14638a84f257d2f54;p=thirdparty%2Fsquid.git Bug 2610: Detection and verification of ipfilter header files is incorrect After much contention reg Solaris and FreeBSD the union between them seems to be this: - adding netinet/in.h - adding netinet/ip_fil_compat.h (alternative to netinet/ip_compat.h) - testing for netinet/ipl.h before netinet/ip_nat.h --- diff --git a/configure.in b/configure.in index 6e0daca2e9..1b6e7027c0 100644 --- a/configure.in +++ b/configure.in @@ -2345,13 +2345,15 @@ AC_CHECK_HEADERS( \ net/if.h \ netinet/if_ether.h\ netinet/icmp6.h \ + netinet/in.h \ netinet/ip.h \ netinet/ip6.h \ netinet/ip_compat.h\ + netinet/ip_fil_compat.h\ netinet/ip_fil.h\ netinet/ip_icmp.h \ - netinet/ip_nat.h\ netinet/ipl.h \ + netinet/ip_nat.h\ net/pfvar.h \ sys/mount.h\ resolv.h \