]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
distribute new headers, enable digest and ntlm by default
authorrobertc <>
Tue, 21 Dec 2004 01:01:05 +0000 (01:01 +0000)
committerrobertc <>
Tue, 21 Dec 2004 01:01:05 +0000 (01:01 +0000)
Makefile.in
configure
configure.in
src/Makefile.am
src/Makefile.in

index bff34b67e56c59d9971262722e65ead002bbc766..7a03987a4a35fe41ff1a08d1c62adef8d30a9856 100644 (file)
@@ -15,7 +15,7 @@
 @SET_MAKE@
 
 #
-# $Id: Makefile.in,v 1.62 2004/12/20 17:25:16 robertc Exp $
+# $Id: Makefile.in,v 1.63 2004/12/20 18:01:05 robertc Exp $
 #
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
index 683bf8d2f5284b1e03677d02e24c5fa532a34c90..143a7f5b40d34d9777b7df251684214fdcf5fc6f 100755 (executable)
--- a/configure
+++ b/configure
@@ -2136,7 +2136,7 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 
 AMTAR=${AMTAR-"${am_missing_run}tar"}
 
-am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
+am__tar='${AMTAR} chf - "$$tardir"'; am__untar='${AMTAR} xf -'
 
 
 
@@ -22455,7 +22455,7 @@ if test "${enable_auth+set}" = set; then
 
 else
    if test -z "$AUTH_MODULES"; then
-    AUTH_MODULES="basic"
+    AUTH_MODULES="basic digest ntlm"
   fi
 
 fi;
index 1218885af28500e729e221d20c4827e347039442..f5fe8766ace13abb26057d69942e8d20e74ddf49 100644 (file)
@@ -3,7 +3,7 @@ dnl  Configuration input file for Squid
 dnl
 dnl  Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
 dnl
-dnl  $Id: configure.in,v 1.365 2004/12/20 16:30:13 robertc Exp $
+dnl  $Id: configure.in,v 1.366 2004/12/20 18:01:06 robertc Exp $
 dnl
 dnl
 dnl
@@ -13,7 +13,7 @@ AC_CONFIG_SRCDIR([src/main.cc])
 AC_CONFIG_AUX_DIR(cfgaux)
 AM_INIT_AUTOMAKE(squid, 3.0-PRE3-CVS)
 AM_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.365 $)dnl
+AC_REVISION($Revision: 1.366 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AM_MAINTAINER_MODE
 
@@ -1207,7 +1207,7 @@ AC_ARG_ENABLE(auth,
   esac
 ],
 [ if test -z "$AUTH_MODULES"; then
-    AUTH_MODULES="basic"
+    AUTH_MODULES="basic digest ntlm"
   fi
 ])
 if test -n "$AUTH_MODULES"; then
index a38c3eb283387be5ff501fca47b7609168784b5c..d0056bee7b0c8107fe8203634ff62463751fc167 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.98 2004/12/20 16:30:32 robertc Exp $
+#  $Id: Makefile.am,v 1.99 2004/12/20 18:01:06 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -365,7 +365,9 @@ squid_SOURCES = \
        disk.cc \
        DiskIO/DiskIOModule.cc \
        DiskIO/ReadRequest.cc \
+       DiskIO/ReadRequest.h \
        DiskIO/WriteRequest.cc \
+       DiskIO/WriteRequest.h \
        $(DNSSOURCE) \
        $(EPOLL_SOURCE) \
        enums.h \
index a1e3f060c5d651e569f5356e24a7d5b90b8316fa..4b2b4fa2504826b9e4e1ae3396973ab0c1c30989 100644 (file)
@@ -17,7 +17,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.329 2004/12/20 16:30:33 robertc Exp $
+#  $Id: Makefile.in,v 1.330 2004/12/20 18:01:06 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -169,7 +169,8 @@ am__squid_SOURCES_DIST = access_log.cc AccessLogEntry.h acl.cc ACL.h \
        DelaySpec.cc DelaySpec.h DelayTagged.cc DelayTagged.h \
        DelayUser.cc DelayUser.h DelayVector.cc DelayVector.h \
        NullDelayId.cc NullDelayId.h disk.cc DiskIO/DiskIOModule.cc \
-       DiskIO/ReadRequest.cc DiskIO/WriteRequest.cc dns_internal.cc \
+       DiskIO/ReadRequest.cc DiskIO/ReadRequest.h \
+       DiskIO/WriteRequest.cc DiskIO/WriteRequest.h dns_internal.cc \
        dns.cc comm_epoll.cc enums.h errorpage.cc ElementList.h ESI.cc \
        ESI.h ESIAssign.cc ESIAssign.h ESIAttempt.h ESIContext.cc \
        ESIContext.h ESICustomParser.cc ESICustomParser.h ESIElement.h \
@@ -965,7 +966,9 @@ squid_SOURCES = \
        disk.cc \
        DiskIO/DiskIOModule.cc \
        DiskIO/ReadRequest.cc \
+       DiskIO/ReadRequest.h \
        DiskIO/WriteRequest.cc \
+       DiskIO/WriteRequest.h \
        $(DNSSOURCE) \
        $(EPOLL_SOURCE) \
        enums.h \