--------------------- PatchSet 821 Date: 2003/07/15 21:27:01 Author: serassio Branch: nt Tag: (none) Log: Updated MSVC project files Members: port/win32/include/autoconf.h:1.2.18.3->1.2.18.4 port/win32/squid/squid.dsp:1.2.18.4->1.2.18.5 Index: squid3/port/win32/include/autoconf.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/port/win32/include/Attic/autoconf.h,v retrieving revision 1.2.18.3 retrieving revision 1.2.18.4 diff -u -r1.2.18.3 -r1.2.18.4 --- squid3/port/win32/include/autoconf.h 13 Jul 2003 12:58:10 -0000 1.2.18.3 +++ squid3/port/win32/include/autoconf.h 15 Jul 2003 21:27:01 -0000 1.2.18.4 @@ -20,6 +20,9 @@ /* Enable for cbdata debug information */ /* #undef CBDATA_DEBUG */ +/* Enable hostname sanity checks */ +/* #undef CHECK_HOSTNAMES */ + /* Host type from configure */ #define CONFIG_HOST_TYPE "i686-pc-winnt" @@ -43,6 +46,9 @@ /* Define if you have problems with memPools and want to disable Pools */ /* #undef DISABLE_POOLS */ +/* Compile the ESI processor and Surrogate header support */ +#define ESI 1 + /* Enable Forw/Via database */ /* #undef FORW_VIA_DB */ @@ -742,6 +748,9 @@ /* Use dnsserver processes instead of the internal DNS protocol support */ /* #undef USE_DNSSERVERS */ +/* Use epoll() for the IO loop */ +#define USE_EPOLL 0 + /* Define if we should use GNU regex */ #define USE_GNUREGEX 1 @@ -804,7 +813,7 @@ #define USE_XPROF_STATS 1 /* Version number of package */ -#define VERSION "3.0-DEVEL-NT" +#define VERSION "3.0-DEVEL-CVS-NT" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ Index: squid3/port/win32/squid/squid.dsp =================================================================== RCS file: /cvsroot/squid-sf//squid3/port/win32/squid/Attic/squid.dsp,v retrieving revision 1.2.18.4 retrieving revision 1.2.18.5 diff -u -r1.2.18.4 -r1.2.18.5 --- squid3/port/win32/squid/squid.dsp 13 Jul 2003 12:58:10 -0000 1.2.18.4 +++ squid3/port/win32/squid/squid.dsp 15 Jul 2003 21:27:01 -0000 1.2.18.5 @@ -165,7 +165,6 @@ # Begin Source File SOURCE=..\..\..\src\ACLExtUser.cc -# ADD CPP /I "../../../lib/libtrie/include" # End Source File # Begin Source File @@ -281,6 +280,10 @@ # End Source File # Begin Source File +SOURCE=..\..\..\src\ESIAssign.cc +# End Source File +# Begin Source File + SOURCE=..\..\..\src\ESIContext.cc # End Source File # Begin Source File @@ -289,6 +292,10 @@ # End Source File # Begin Source File +SOURCE=..\..\..\src\ESIExcept.h +# End Source File +# Begin Source File + SOURCE=..\..\..\src\ESIExpatParser.cc # End Source File # Begin Source File @@ -297,6 +304,10 @@ # End Source File # Begin Source File +SOURCE=..\..\..\src\ESIInclude.cc +# End Source File +# Begin Source File + SOURCE=..\..\..\src\ESIParser.cc # End Source File # Begin Source File @@ -307,6 +318,10 @@ SOURCE=..\..\..\src\ESISequence.cc # End Source File +# Begin Source File + +SOURCE=..\..\..\src\ESIVarState.cc +# End Source File # End Group # Begin Source File