From: hno <> Date: Wed, 3 Sep 2003 06:14:35 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE4~1222 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82fd361aff207e5d2a75131f61f2fcfab9ebd735;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index 1e960b085d..390a4b0cf9 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.347 . +# From configure.in Revision: 1.348 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57. # @@ -948,7 +948,7 @@ Optional Features: Enable Transparent Proxy support for systems using PF network address redirection. --enable-linux-netfilter - Enable Transparent Proxy support for Linux 2.4. + Enable Transparent Proxy support for Linux (Netfilter) systems. --enable-large-files Enable support for large files (>2GB). Still experimental. --enable-leakfinder @@ -5480,7 +5480,7 @@ fi; if test "${enable_linux_netfilter+set}" = set; then enableval="$enable_linux_netfilter" if test "$enableval" = "yes" ; then - echo "Linux-Netfilter Transparent Proxy enabled" + echo "Linux (Netfilter) Transparent Proxy enabled" cat >>confdefs.h <<\_ACEOF #define LINUX_NETFILTER 1 @@ -15952,8 +15952,8 @@ if test "$PF_TRANSPARENT" = "no" ; then fi if test "$LINUX_NETFILTER" ; then - echo "$as_me:$LINENO: checking if Linux 2.4 kernel header files are installed" >&5 -echo $ECHO_N "checking if Linux 2.4 kernel header files are installed... $ECHO_C" >&6 + echo "$as_me:$LINENO: checking if Linux (Netfilter) kernel header files are installed" >&5 +echo $ECHO_N "checking if Linux (Netfilter) kernel header files are installed... $ECHO_C" >&6 # hold on to your hats... if test "$ac_cv_header_linux_netfilter_ipv4_h" = "yes"; then LINUX_NETFILTER="yes" @@ -15972,8 +15972,8 @@ _ACEOF echo "${ECHO_T}$LINUX_NETFILTER" >&6 fi if test "$LINUX_NETFILTER" = "no" ; then - echo "WARNING: Cannot find necessary Linux 2.4 kernel header files" - echo " Linux 2.4 Transparent Proxy support WILL NOT be enabled" + echo "WARNING: Cannot find necessary Linux kernel (Netfilter) header files" + echo " Linux Transparent Proxy support WILL NOT be enabled" sleep 10 fi diff --git a/include/autoconf.h.in b/include/autoconf.h.in index 8350eb7f79..8fe7bab2ed 100644 --- a/include/autoconf.h.in +++ b/include/autoconf.h.in @@ -646,7 +646,7 @@ /* If libresolv.a has been hacked to export _dns_ttl_ */ #undef LIBRESOLV_DNS_TTL_HACK -/* Enable support for Transparent Proxy on Linux 2.4 systems */ +/* Enable support for Transparent Proxy on Linux (Netfilter) systems */ #undef LINUX_NETFILTER /* If we need to declare sys_errlist[] as external */