--------------------- PatchSet 6689 Date: 2005/06/03 19:29:20 Author: serassio Branch: nt-2_5 Tag: (none) Log: Update MS Visual Studio autoconf.h Members: port/win32/include/autoconf.h:1.1.2.40->1.1.2.41 port/win32/include/autoconf.h.ssl:1.1.2.3->1.1.2.4 Index: squid/port/win32/include/autoconf.h =================================================================== RCS file: /cvsroot/squid-sf//squid/port/win32/include/Attic/autoconf.h,v retrieving revision 1.1.2.40 retrieving revision 1.1.2.41 diff -u -r1.1.2.40 -r1.1.2.41 --- squid/port/win32/include/autoconf.h 22 Apr 2005 19:07:41 -0000 1.1.2.40 +++ squid/port/win32/include/autoconf.h 3 Jun 2005 19:29:20 -0000 1.1.2.41 @@ -24,7 +24,7 @@ #ifndef __CONFIGURE_H__ #define __CONFIGURE_H__ -/* $Id: autoconf.h,v 1.1.2.40 2005/04/22 19:07:41 serassio Exp $ */ +/* $Id: autoconf.h,v 1.1.2.41 2005/06/03 19:29:20 serassio Exp $ */ /* * configure command line used to configure Squid @@ -990,7 +990,7 @@ #define SQUID_CONFIGURE_OPTIONS "--enable-win32-service --enable-underscores --enable-storeio='ufs awin32 null' " \ "--enable-removal-policies='heap lru' --enable-snmp --enable-htcp --disable-wccp --enable-useragent-log " \ "--enable-referer-log --enable-auth='basic ntlm digest' --enable-basic-auth-helpers='LDAP ncsa_auth win32_locallogon' " \ - "--enable-ntlm-auth-helpers=NTLMSSP-WIN32 --enable-external-acl-helpers='win32_group ldap_group' "\ + "--enable-ntlm-auth-helpers=NTLMSSP-WIN32 --enable-external-acl-helpers='win32_group ldap_group' --enable-large-cache-files"\ STR_DELAY_POOLS \ STR_USE_ICMP \ STR_USE_DNSSERVERS \ Index: squid/port/win32/include/autoconf.h.ssl =================================================================== RCS file: /cvsroot/squid-sf//squid/port/win32/include/Attic/autoconf.h.ssl,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -r1.1.2.3 -r1.1.2.4 --- squid/port/win32/include/autoconf.h.ssl 28 Mar 2005 09:21:09 -0000 1.1.2.3 +++ squid/port/win32/include/autoconf.h.ssl 3 Jun 2005 19:29:20 -0000 1.1.2.4 @@ -24,7 +24,7 @@ #ifndef __CONFIGURE_H__ #define __CONFIGURE_H__ -/* $Id: autoconf.h.ssl,v 1.1.2.3 2005/03/28 09:21:09 serassio Exp $ */ +/* $Id: autoconf.h.ssl,v 1.1.2.4 2005/06/03 19:29:20 serassio Exp $ */ /* * configure command line used to configure Squid @@ -885,7 +885,7 @@ #define HAVE_VSNPRINTF 1 /* Support large cache files > 2GB */ -/* #undef LARGE_CACHE_FILES */ +#define LARGE_CACHE_FILES 1 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ /* #undef NO_MINUS_C_MINUS_O */ @@ -990,7 +990,7 @@ #define SQUID_CONFIGURE_OPTIONS "--enable-win32-service --enable-underscores --enable-storeio='ufs awin32 null' " \ "--enable-removal-policies='heap lru' --enable-snmp --enable-htcp --disable-wccp --enable-useragent-log " \ "--enable-referer-log --enable-auth='basic ntlm digest' --enable-basic-auth-helpers='LDAP ncsa_auth win32_locallogon' " \ - "--enable-ntlm-auth-helpers=NTLMSSP-WIN32 --enable-external-acl-helpers='win32_group ldap_group' "\ + "--enable-ntlm-auth-helpers=NTLMSSP-WIN32 --enable-external-acl-helpers='win32_group ldap_group' --enable-large-cache-files"\ STR_DELAY_POOLS \ STR_USE_ICMP \ STR_USE_DNSSERVERS \