The unified diff between revisions [812a98e1..] and [0713a548..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'acconfig.h'

#
#
# patch "acconfig.h"
#  from [4aebe88a03c4ce38ad0f7a3f18ad00c2dff4de2f]
#    to [7fab34e2230e043f7c617c10a44828afda3c2d38]
#
============================================================
--- acconfig.h	4aebe88a03c4ce38ad0f7a3f18ad00c2dff4de2f
+++ acconfig.h	7fab34e2230e043f7c617c10a44828afda3c2d38
@@ -23,7 +23,7 @@
 #ifndef __CONFIGURE_H__
 #define __CONFIGURE_H__
 @TOP@
-/* $Id: acconfig.h,v 1.61.2.4 2004/06/01 08:34:19 hno Exp $ */
+/* $Id: acconfig.h,v 1.75 2006/05/16 01:08:26 hno Exp $ */

 /*
  * configure command line used to configure Squid
@@ -112,11 +112,16 @@
 #undef SQUID_SNMP

 /*
- * Define to enable WCCP
+ * Define to enable WCCP V1
  */
 #define USE_WCCP 1

 /*
+ * Define to enable WCCP V2
+ */
+#undef USE_WCCPv2
+
+/*
  * Squid frequently calls gettimeofday() for accurate timestamping.
  * If you are concerned that gettimeofday() is called too often, and
  * could be causing performance degradation, then you can define
@@ -402,6 +407,11 @@
  */
 #undef X_ACCELERATOR_VARY

+/*
+ * Enable authentication support in accelerators
+ */
+#undef AUTH_ON_ACCELERATION
+
 @BOTTOM@

 #endif /* __CONFIGURE_H__ */