From: wessels <> Date: Sat, 14 Jan 2006 07:08:12 +0000 (+0000) Subject: Bootstrapped after adding src/ClientBody.{h,cc} X-Git-Tag: SQUID_3_0_PRE4~365 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd8da85b057871d1b8d9959ceadc2ae51579832a;p=thirdparty%2Fsquid.git Bootstrapped after adding src/ClientBody.{h,cc} --- diff --git a/configure b/configure index cfe6ccf6f2..86ecaf1539 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.396 . +# From configure.in Revision. # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59. # diff --git a/helpers/digest_auth/ldap/Makefile.in b/helpers/digest_auth/ldap/Makefile.in index e2f270d4e1..d2518f8db2 100644 --- a/helpers/digest_auth/ldap/Makefile.in +++ b/helpers/digest_auth/ldap/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.3 2005/12/29 02:43:41 hno Exp $ +# $Id: Makefile.in,v 1.4 2006/01/14 00:08:16 wessels Exp $ # # Uncomment and customize the following to suit your needs: # diff --git a/src/Makefile.in b/src/Makefile.in index d9ea2897b1..55da0119d1 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.361 2006/01/09 18:06:03 serassio Exp $ +# $Id: Makefile.in,v 1.362 2006/01/14 00:08:16 wessels Exp $ # # Uncomment and customize the following to suit your needs: # @@ -161,19 +161,20 @@ am__squid_SOURCES_DIST = access_log.cc AccessLogEntry.h acl.cc ACL.h \ AuthUser.cc AuthUserRequest.cc cache_cf.cc CacheDigest.cc \ cache_manager.cc carp.cc cbdata.cc client_db.cc client_side.cc \ client_side.h client_side_reply.cc client_side_reply.h \ - client_side_request.cc client_side_request.h \ - ClientRequestContext.h clientStream.cc clientStream.h comm.cc \ - comm.h CommIO.h comm_select.cc comm_poll.cc comm_epoll.cc \ - comm_kqueue.cc CommRead.h ConfigOption.cc ConfigParser.h \ - ConnectionDetail.h debug.cc Debug.h defines.h CommonPool.h \ - CompositePoolNode.h delay_pools.cc DelayId.cc DelayId.h \ - DelayIdComposite.h DelayBucket.cc DelayBucket.h DelayConfig.cc \ - DelayConfig.h DelayPool.cc DelayPool.h DelayPools.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/ReadRequest.h \ - DiskIO/WriteRequest.cc DiskIO/WriteRequest.h DiskIO/DiskFile.h \ + client_side_request.cc client_side_request.h ClientBody.h \ + ClientBody.cc ClientRequestContext.h clientStream.cc \ + clientStream.h comm.cc comm.h CommIO.h comm_select.cc \ + comm_poll.cc comm_epoll.cc comm_kqueue.cc CommRead.h \ + ConfigOption.cc ConfigParser.h ConnectionDetail.h debug.cc \ + Debug.h defines.h CommonPool.h CompositePoolNode.h \ + delay_pools.cc DelayId.cc DelayId.h DelayIdComposite.h \ + DelayBucket.cc DelayBucket.h DelayConfig.cc DelayConfig.h \ + DelayPool.cc DelayPool.h DelayPools.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/ReadRequest.h DiskIO/WriteRequest.cc \ + DiskIO/WriteRequest.h DiskIO/DiskFile.h \ DiskIO/DiskIOStrategy.h DiskIO/IORequestor.h \ DiskIO/DiskIOModule.h dns_internal.cc dns.cc enums.h \ errorpage.cc ElementList.h ESI.cc ESI.h ESIAssign.cc \ @@ -272,12 +273,12 @@ am_squid_OBJECTS = access_log.$(OBJEXT) acl.$(OBJEXT) \ CacheDigest.$(OBJEXT) cache_manager.$(OBJEXT) carp.$(OBJEXT) \ cbdata.$(OBJEXT) client_db.$(OBJEXT) client_side.$(OBJEXT) \ client_side_reply.$(OBJEXT) client_side_request.$(OBJEXT) \ - clientStream.$(OBJEXT) comm.$(OBJEXT) comm_select.$(OBJEXT) \ - comm_poll.$(OBJEXT) comm_epoll.$(OBJEXT) comm_kqueue.$(OBJEXT) \ - ConfigOption.$(OBJEXT) debug.$(OBJEXT) $(am__objects_5) \ - disk.$(OBJEXT) $(am__objects_6) $(am__objects_7) \ - errorpage.$(OBJEXT) $(am__objects_9) ETag.$(OBJEXT) \ - event.$(OBJEXT) external_acl.$(OBJEXT) \ + ClientBody.$(OBJEXT) clientStream.$(OBJEXT) comm.$(OBJEXT) \ + comm_select.$(OBJEXT) comm_poll.$(OBJEXT) comm_epoll.$(OBJEXT) \ + comm_kqueue.$(OBJEXT) ConfigOption.$(OBJEXT) debug.$(OBJEXT) \ + $(am__objects_5) disk.$(OBJEXT) $(am__objects_6) \ + $(am__objects_7) errorpage.$(OBJEXT) $(am__objects_9) \ + ETag.$(OBJEXT) event.$(OBJEXT) external_acl.$(OBJEXT) \ ExternalACLEntry.$(OBJEXT) fd.$(OBJEXT) fde.$(OBJEXT) \ filemap.$(OBJEXT) forward.$(OBJEXT) fqdncache.$(OBJEXT) \ ftp.$(OBJEXT) gopher.$(OBJEXT) helper.$(OBJEXT) \ @@ -1153,6 +1154,8 @@ squid_SOURCES = \ client_side_reply.h \ client_side_request.cc \ client_side_request.h \ + ClientBody.h \ + ClientBody.cc \ ClientRequestContext.h \ clientStream.cc \ clientStream.h \ @@ -2325,6 +2328,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AuthUser.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AuthUserRequest.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CacheDigest.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ClientBody.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConfigOption.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DelayBucket.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DelayConfig.Po@am__quote@