]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Sun, 23 Feb 2003 08:10:52 +0000 (08:10 +0000)
committerhno <>
Sun, 23 Feb 2003 08:10:52 +0000 (08:10 +0000)
configure
include/autoconf.h.in

index da93ce6787df80b7800ee3fe2c65e1023d548fdc..655ec82e0a05ab83d8cc5da0f99947ef6fb166cc 100755 (executable)
--- 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"
index 8ede0e40d33c7438133b21c91f2f8147c7ed9009..c764b90c9d078a2cf574c5803943e50ff7364a34 100644 (file)
@@ -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