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
dnl We must include a few basic type headers for them to work.
AC_CHECK_HEADERS( \
net/if.h \
- net/pfvar.h \
netinet/if_ether.h\
+ netinet/in.h \
netinet/ip.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,,,SQUID_BSDNET_INCLUDES)