File 10847.patch of Package squid-beta
---------------------
PatchSet 10847
Date: 2007/06/10 12:08:55
Author: hno
Branch: HEAD
Tag: (none)
Log:
Bootstrapped
Members:
Makefile.in:1.97->1.98
configure:1.538->1.539
contrib/Makefile.in:1.65->1.66
doc/Makefile.in:1.71->1.72
errors/Makefile.in:1.87->1.88
helpers/Makefile.in:1.58->1.59
helpers/basic_auth/Makefile.in:1.77->1.78
helpers/basic_auth/DB/Makefile.in:1.1->1.2
helpers/basic_auth/LDAP/Makefile.in:1.77->1.78
helpers/basic_auth/MSNT/Makefile.in:1.80->1.81
helpers/basic_auth/NCSA/Makefile.in:1.77->1.78
helpers/basic_auth/PAM/Makefile.in:1.78->1.79
helpers/basic_auth/POP3/Makefile.in:1.5->1.6
helpers/basic_auth/SASL/Makefile.in:1.74->1.75
helpers/basic_auth/SMB/Makefile.in:1.76->1.77
helpers/basic_auth/YP/Makefile.in:1.77->1.78
helpers/basic_auth/getpwnam/Makefile.in:1.75->1.76
helpers/basic_auth/mswin_sspi/Makefile.in:1.19->1.20
helpers/basic_auth/multi-domain-NTLM/Makefile.in:1.73->1.74
helpers/digest_auth/Makefile.in:1.73->1.74
helpers/digest_auth/ldap/Makefile.in:1.19->1.20
helpers/digest_auth/password/Makefile.in:1.78->1.79
helpers/external_acl/Makefile.in:1.64->1.65
helpers/external_acl/ip_user/Makefile.in:1.63->1.64
helpers/external_acl/ldap_group/Makefile.in:1.65->1.66
helpers/external_acl/mswin_lm_group/Makefile.in:1.19->1.20
helpers/external_acl/session/Makefile.in:1.16->1.17
helpers/external_acl/unix_group/Makefile.in:1.63->1.64
helpers/external_acl/wbinfo_group/Makefile.in:1.61->1.62
helpers/negotiate_auth/Makefile.in:1.18->1.19
helpers/negotiate_auth/mswin_sspi/Makefile.in:1.18->1.19
helpers/ntlm_auth/Makefile.in:1.75->1.76
helpers/ntlm_auth/SMB/Makefile.in:1.75->1.76
helpers/ntlm_auth/SMB/smbval/Makefile.in:1.64->1.65
helpers/ntlm_auth/fakeauth/Makefile.in:1.72->1.73
helpers/ntlm_auth/mswin_sspi/Makefile.in:1.18->1.19
helpers/ntlm_auth/no_check/Makefile.in:1.74->1.75
icons/Makefile.in:1.88->1.89
include/autoconf.h.in:1.168->1.169
lib/Makefile.in:1.131->1.132
scripts/Makefile.in:1.68->1.69
snmplib/Makefile.in:1.77->1.78
src/Makefile.in:1.423->1.424
src/auth/Makefile.in:1.76->1.77
src/fs/Makefile.in:1.81->1.82
src/repl/Makefile.in:1.75->1.76
test-suite/Makefile.in:1.72->1.73
tools/Makefile.in:1.11->1.12
Index: squid3/Makefile.in
===================================================================
RCS file: /cvsroot/squid/squid3/Makefile.in,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- squid3/Makefile.in 17 Apr 2007 00:44:16 -0000 1.97
+++ squid3/Makefile.in 10 Jun 2007 12:08:55 -0000 1.98
@@ -15,7 +15,7 @@
@SET_MAKE@
#
-# $Id: Makefile.in,v 1.97 2007/04/17 00:44:16 hno Exp $
+# $Id: Makefile.in,v 1.98 2007/06/10 12:08:55 hno Exp $
#
srcdir = @srcdir@
top_srcdir = @top_srcdir@
@@ -218,14 +218,28 @@
USE_AIO_WIN32_TRUE = @USE_AIO_WIN32_TRUE@
USE_DELAY_POOLS_FALSE = @USE_DELAY_POOLS_FALSE@
USE_DELAY_POOLS_TRUE = @USE_DELAY_POOLS_TRUE@
+USE_DEVPOLL_FALSE = @USE_DEVPOLL_FALSE@
+USE_DEVPOLL_TRUE = @USE_DEVPOLL_TRUE@
USE_DNSSERVER_FALSE = @USE_DNSSERVER_FALSE@
USE_DNSSERVER_TRUE = @USE_DNSSERVER_TRUE@
+USE_EPOLL_FALSE = @USE_EPOLL_FALSE@
+USE_EPOLL_TRUE = @USE_EPOLL_TRUE@
USE_ESI_FALSE = @USE_ESI_FALSE@
USE_ESI_TRUE = @USE_ESI_TRUE@
USE_ICAP_CLIENT_FALSE = @USE_ICAP_CLIENT_FALSE@
USE_ICAP_CLIENT_TRUE = @USE_ICAP_CLIENT_TRUE@
USE_IPC_WIN32_FALSE = @USE_IPC_WIN32_FALSE@
USE_IPC_WIN32_TRUE = @USE_IPC_WIN32_TRUE@
+USE_KQUEUE_FALSE = @USE_KQUEUE_FALSE@
+USE_KQUEUE_TRUE = @USE_KQUEUE_TRUE@
+USE_POLL_FALSE = @USE_POLL_FALSE@
+USE_POLL_TRUE = @USE_POLL_TRUE@
+USE_SELECT_FALSE = @USE_SELECT_FALSE@
+USE_SELECT_SIMPLE_FALSE = @USE_SELECT_SIMPLE_FALSE@
+USE_SELECT_SIMPLE_TRUE = @USE_SELECT_SIMPLE_TRUE@
+USE_SELECT_TRUE = @USE_SELECT_TRUE@
+USE_SELECT_WIN32_FALSE = @USE_SELECT_WIN32_FALSE@
+USE_SELECT_WIN32_TRUE = @USE_SELECT_WIN32_TRUE@
USE_SNMP_FALSE = @USE_SNMP_FALSE@
USE_SNMP_TRUE = @USE_SNMP_TRUE@
VERSION = @VERSION@