]> git.ipfire.org Git - thirdparty/squid.git/commit
Windows port: fix Visual Studio build problems when ESI, Delay Pools and SSL support...
authorserassio <>
Mon, 21 Jan 2008 02:46:35 +0000 (02:46 +0000)
committerserassio <>
Mon, 21 Jan 2008 02:46:35 +0000 (02:46 +0000)
commit454e828330753e3187ac224437bd09ef3f9d51da
treedbbf7ef81d8a73059527a06ca10e1d3484fd5e3b
parentc259492438cbd1fb1836c10ef7e6a9941eb42afc
Windows port: fix Visual Studio build problems when ESI, Delay Pools and SSL support are not enabled

MS Visual Studio Projects are monolithic, so we need some #if/#ifdef to exclude
the not needed code at build time.
src/ACLCertificate.cc
src/DelayId.cc
src/ESI.cc
src/ESIAssign.cc
src/ESIContext.cc
src/ESIInclude.cc
src/ESISequence.cc
src/dns_internal.cc
src/ssl_support.cc