The unified diff between revisions [77ce177f..] and [7d693b6e..] is displayed below. It can also be downloaded as a raw diff.
# # # patch "include/autoconf.h.in" # from [8eb88c7b2be03f205a474a72d77f991efb926408] # to [2dc16d7cbfe93cfe7ad982586b118700062984f9] # ============================================================ --- include/autoconf.h.in 8eb88c7b2be03f205a474a72d77f991efb926408 +++ include/autoconf.h.in 2dc16d7cbfe93cfe7ad982586b118700062984f9 @@ -149,11 +149,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 + +/* * Define this to include code which lets you specify access control * elements based on ethernet hardware addresses. This code uses * functions found in 4.4 BSD derviations (e.g. FreeBSD, ?).