--------------------- PatchSet 7452 Date: 2006/03/11 17:07:50 Author: serassio Branch: nt-2_5 Tag: (none) Log: Enable Cache Digest by default on Windows Members: port/win32/include/autoconf.h:1.1.2.42->1.1.2.43 port/win32/include/autoconf.h.ssl:1.1.2.5->1.1.2.6 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.42 retrieving revision 1.1.2.43 diff -u -r1.1.2.42 -r1.1.2.43 --- squid/port/win32/include/autoconf.h 30 Oct 2005 08:23:44 -0000 1.1.2.42 +++ squid/port/win32/include/autoconf.h 11 Mar 2006 17:07:50 -0000 1.1.2.43 @@ -24,7 +24,7 @@ #ifndef __CONFIGURE_H__ #define __CONFIGURE_H__ -/* $Id: autoconf.h,v 1.1.2.42 2005/10/30 08:23:44 serassio Exp $ */ +/* $Id: autoconf.h,v 1.1.2.43 2006/03/11 17:07:50 serassio Exp $ */ /* * configure command line used to configure Squid @@ -143,7 +143,7 @@ * Use Cache Digests for locating objects in neighbor caches. This * code is still semi-experimental. */ -/* #undef USE_CACHE_DIGESTS */ +#define USE_CACHE_DIGESTS 1 /* * Cache Array Routing Protocol 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.5 retrieving revision 1.1.2.6 diff -u -r1.1.2.5 -r1.1.2.6 --- squid/port/win32/include/autoconf.h.ssl 30 Oct 2005 08:23:44 -0000 1.1.2.5 +++ squid/port/win32/include/autoconf.h.ssl 11 Mar 2006 17:07:50 -0000 1.1.2.6 @@ -24,7 +24,7 @@ #ifndef __CONFIGURE_H__ #define __CONFIGURE_H__ -/* $Id: autoconf.h.ssl,v 1.1.2.5 2005/10/30 08:23:44 serassio Exp $ */ +/* $Id: autoconf.h.ssl,v 1.1.2.6 2006/03/11 17:07:50 serassio Exp $ */ /* * configure command line used to configure Squid @@ -143,7 +143,7 @@ * Use Cache Digests for locating objects in neighbor caches. This * code is still semi-experimental. */ -/* #undef USE_CACHE_DIGESTS */ +#define USE_CACHE_DIGESTS 1 /* * Cache Array Routing Protocol