From: hno <> Date: Tue, 13 Sep 2005 06:10:41 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE4~631 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6205de81973cfe22ff7f58d8afd2e39e353555e;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index 016ea49939..0055d73ee9 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.385 . +# From configure.in Revision: 1.386 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59. # @@ -24974,6 +24974,7 @@ fi + for ac_header in \ @@ -24994,6 +24995,7 @@ for ac_header in \ ip_fil_compat.h \ ip_fil.h \ ip_nat.h \ + ipl.h \ libc.h \ limits.h \ malloc.h \ @@ -25297,11 +25299,13 @@ done + for ac_header in net/if.h \ netinet/if_ether.h\ netinet/ip_compat.h\ netinet/ip_fil.h\ netinet/ip_nat.h\ + netinet/ipl.h \ sys/mount.h\ resolv.h do diff --git a/include/autoconf.h.in b/include/autoconf.h.in index 5aa7015912..82fa549052 100644 --- a/include/autoconf.h.in +++ b/include/autoconf.h.in @@ -197,6 +197,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the header file. */ +#undef HAVE_IPL_H + /* Define to 1 if you have the header file. */ #undef HAVE_IP_COMPAT_H @@ -326,6 +329,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_NETINET_IN_H +/* Define to 1 if you have the header file. */ +#undef HAVE_NETINET_IPL_H + /* Define to 1 if you have the header file. */ #undef HAVE_NETINET_IP_COMPAT_H