]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 2610: Detection and verification of ipfilter header files is incorrect
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 12 Apr 2009 14:01:26 +0000 (02:01 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 12 Apr 2009 14:01:26 +0000 (02:01 +1200)
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

configure.in

index 6e0daca2e98f62188302f899f49131648b610fc8..1b6e7027c0b5f3b472bdb8b204f3b1c9d1ef2f5b 100644 (file)
@@ -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 \