From: hno <> Date: Sun, 23 Feb 2003 08:10:52 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE1~315 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40f993606bf89a9a16430dcd120feb5aff6b11a8;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index da93ce6787..655ec82e0a 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.324 . +# From configure.in Revision: 1.325 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.53. # @@ -948,8 +948,6 @@ Optional Features: --enable-default-hostsfile=path Select default location for hosts file. See hosts_file directive in squid.conf for details - --enable-auth-on-acceleration - Enable authentication in accelerators --enable-auth=\"list of auth scheme modules\" Build support for the list of authentication schemes. The default is to build support for the Basic scheme. @@ -5054,27 +5052,6 @@ else fi; -# Check whether --enable-auth-on-acceleration or --disable-auth-on-acceleration was given. -if test "${enable_auth_on_acceleration+set}" = set; then - enableval="$enable_auth_on_acceleration" - if test "$enableval" = "yes" ; then - echo "AUTH_ON_ACCELERATION enabled" - -cat >>confdefs.h <<\_ACEOF -#define AUTH_ON_ACCELERATION 1 -_ACEOF - - else - -cat >>confdefs.h <<\_ACEOF -#define AUTH_ON_ACCELERATION 0 -_ACEOF - - fi - -fi; - - # Check whether --enable-auth or --disable-auth was given. if test "${enable_auth+set}" = set; then enableval="$enable_auth" diff --git a/include/autoconf.h.in b/include/autoconf.h.in index 8ede0e40d3..c764b90c9d 100644 --- a/include/autoconf.h.in +++ b/include/autoconf.h.in @@ -6,9 +6,6 @@ /* Defines how many threads aufs uses for I/O */ #undef AUFS_IO_THREADS -/* Enable authentication support in accelerators */ -#undef AUTH_ON_ACCELERATION - /* If you are upset that the cachemgr.cgi form comes up with the hostname field blank, then define this to getfullhostname() */ #undef CACHEMGR_HOSTNAME