From: Amos Jeffries Date: Fri, 24 Apr 2009 08:37:04 +0000 (+1200) Subject: Bug 2610: Detection and verification of ipfilter header files is incorrect X-Git-Tag: SQUID_3_1_0_8~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a461aa77816b0af4572f3c1816e746f3adf8c77;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 32166f6932..b0ba10ad4d 100644 --- a/configure.in +++ b/configure.in @@ -2329,13 +2329,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 \