/*
- * $Id: ACLCertificate.cc,v 1.2.6.1 2008/01/20 14:47:54 serassio Exp $
+ * $Id: ACLCertificate.cc,v 1.2.6.2 2008/01/20 19:39:26 serassio Exp $
*
* DEBUG: section 28 Access Control
* AUTHOR: Duane Wessels
#include "squid.h"
-/* MS VisualStudio Projects are monolithic, so we need the following
+/* MS Visual Studio Projects are monolithic, so we need the following
* #if to exclude the SSL code from compile process when not needed.
*/
#if USE_SSL
/*
- * $Id: DelayId.cc,v 1.23.4.1 2008/01/20 14:47:54 serassio Exp $
+ * $Id: DelayId.cc,v 1.23.4.2 2008/01/20 19:39:26 serassio Exp $
*
* DEBUG: section 77 Delay Pools
* AUTHOR: Robert Collins <robertc@squid-cache.org>
#include "config.h"
-/* MS VisualStudio Projects are monolithic, so we need the following
+/* MS Visual Studio Projects are monolithic, so we need the following
* #if to exclude the delay pools code from compile process when not needed.
*/
#if DELAY_POOLS
/*
- * $Id: ESI.cc,v 1.26.4.1 2008/01/20 14:47:54 serassio Exp $
+ * $Id: ESI.cc,v 1.26.4.2 2008/01/20 19:39:26 serassio Exp $
*
* DEBUG: section 86 ESI processing
* AUTHOR: Robert Collins
#include "squid.h"
-/* MS VisualStudio Projects are monolithic, so we need the following
+/* MS Visual Studio Projects are monolithic, so we need the following
* #if to exclude the ESI code from compile process when not needed.
*/
#if (USE_SQUID_ESI == 1)
/*
- * $Id: ESIAssign.cc,v 1.6.6.1 2008/01/20 14:47:54 serassio Exp $
+ * $Id: ESIAssign.cc,v 1.6.6.2 2008/01/20 19:39:26 serassio Exp $
*
* DEBUG: section 86 ESI processing
* AUTHOR: Robert Collins
#include "squid.h"
-/* MS VisualStudio Projects are monolithic, so we need the following
+/* MS Visual Studio Projects are monolithic, so we need the following
* #if to exclude the ESI code from compile process when not needed.
*/
#if (USE_SQUID_ESI == 1)
/*
- * $Id: ESIContext.cc,v 1.3.6.1 2008/01/20 14:47:54 serassio Exp $
+ * $Id: ESIContext.cc,v 1.3.6.2 2008/01/20 19:39:26 serassio Exp $
*
* DEBUG: section 86 ESI processing
* AUTHOR: Robert Collins
#include "squid.h"
-/* MS VisualStudio Projects are monolithic, so we need the following
+/* MS Visual Studio Projects are monolithic, so we need the following
* #if to exclude the ESI code from compile process when not needed.
*/
#if (USE_SQUID_ESI == 1)
/*
- * $Id: ESIInclude.cc,v 1.14.4.1 2008/01/20 14:47:54 serassio Exp $
+ * $Id: ESIInclude.cc,v 1.14.4.2 2008/01/20 19:39:26 serassio Exp $
*
* DEBUG: section 86 ESI processing
* AUTHOR: Robert Collins
#include "squid.h"
-/* MS VisualStudio Projects are monolithic, so we need the following
+/* MS Visual Studio Projects are monolithic, so we need the following
* #if to exclude the ESI code from compile process when not needed.
*/
#if (USE_SQUID_ESI == 1)
/*
- * $Id: ESISequence.cc,v 1.6.6.1 2008/01/20 14:47:54 serassio Exp $
+ * $Id: ESISequence.cc,v 1.6.6.2 2008/01/20 19:39:26 serassio Exp $
*
* DEBUG: section 86 ESI processing
* AUTHOR: Robert Collins
#include "squid.h"
-/* MS VisualStudio Projects are monolithic, so we need the following
+/* MS Visual Studio Projects are monolithic, so we need the following
* #if to exclude the ESI code from compile process when not needed.
*/
#if (USE_SQUID_ESI == 1)
/*
- * $Id: dns_internal.cc,v 1.101 2007/06/23 21:08:39 hno Exp $
+ * $Id: dns_internal.cc,v 1.101.6.1 2008/01/20 19:39:26 serassio Exp $
*
* DEBUG: section 78 DNS lookups; interacts with lib/rfc1035.c
* AUTHOR: Duane Wessels
#include <resolv.h>
#endif
-/* MS VisualStudio Projects are monolithic, so we need the following
+/* MS Visual Studio Projects are monolithic, so we need the following
#ifndef to exclude the internal DNS code from compile process when
using external DNS process.
*/
/*
- * $Id: ssl_support.cc,v 1.35.6.1 2008/01/20 14:47:54 serassio Exp $
+ * $Id: ssl_support.cc,v 1.35.6.2 2008/01/20 19:39:26 serassio Exp $
*
* AUTHOR: Benno Rice
* DEBUG: section 83 SSL accelerator support
#include "squid.h"
-/* MS VisualStudio Projects are monolithic, so we need the following
+/* MS Visual Studio Projects are monolithic, so we need the following
* #if to exclude the SSL code from compile process when not needed.
*/
#if USE_SSL