--------------------- PatchSet 8479 Date: 2006/08/12 19:26:38 Author: serassio Branch: nt Tag: (none) Log: Updated Visual Studio Project Members: port/win32/update.cmd:1.1.36.8->1.1.36.9 port/win32/include/autoconf.h:1.1.38.9->1.1.38.10 Index: squid/port/win32/update.cmd =================================================================== RCS file: /cvsroot/squid-sf//squid/port/win32/Attic/update.cmd,v retrieving revision 1.1.36.8 retrieving revision 1.1.36.9 diff -u -r1.1.36.8 -r1.1.36.9 --- squid/port/win32/update.cmd 25 Jun 2006 15:19:17 -0000 1.1.36.8 +++ squid/port/win32/update.cmd 12 Aug 2006 19:26:38 -0000 1.1.36.9 @@ -1,5 +1,5 @@ @echo off -if %1==release net stop "SquidNT" +if %1==release net stop "Squid" if not exist %2 md %2 if not exist %2\bin md %2\bin @@ -63,4 +63,4 @@ copy %0\..\..\..\QUICKSTART %2\QUICKSTART copy %0\..\..\..\ChangeLog %2\ChangeLog -if %1==release net start "SquidNT" +if %1==release net start "Squid" Index: squid/port/win32/include/autoconf.h =================================================================== RCS file: /cvsroot/squid-sf//squid/port/win32/include/Attic/autoconf.h,v retrieving revision 1.1.38.9 retrieving revision 1.1.38.10 diff -u -r1.1.38.9 -r1.1.38.10 --- squid/port/win32/include/autoconf.h 24 Jun 2006 18:47:45 -0000 1.1.38.9 +++ squid/port/win32/include/autoconf.h 12 Aug 2006 19:26:38 -0000 1.1.38.10 @@ -41,7 +41,7 @@ /* #undef DELAY_POOLS */ /* Enable following X-Forwarded-For headers */ -/* #undef FOLLOW_X_FORWARDED_FOR */ +#define FOLLOW_X_FORWARDED_FOR 1 /* Enable Forw/Via database */ #define FORW_VIA_DB 1