#! /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.
#
--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.
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"
/* 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