The unified diff between revisions [274a10b7..] and [29abc3f7..] is displayed below. It can also be downloaded as a raw diff.

#
#
# patch "README.adrian"
#  from [292d3818a00ecb6a0cf8b52d0ce449299320cbb9]
#    to [41d65db78e017b3eef7b019edba11f8468df7593]
#
# patch "include/autoconf.h.in"
#  from [8eb88c7b2be03f205a474a72d77f991efb926408]
#    to [e31503b186fbbd9d8929fc359d4f8854a0ae73ba]
#
============================================================
--- README.adrian	292d3818a00ecb6a0cf8b52d0ce449299320cbb9
+++ README.adrian	41d65db78e017b3eef7b019edba11f8468df7593
@@ -1,3 +1,4 @@ This branch has Adrian Chadd's local stu

 This branch has Adrian Chadd's local stuff.
+Stuff going on here:

============================================================
--- include/autoconf.h.in	8eb88c7b2be03f205a474a72d77f991efb926408
+++ include/autoconf.h.in	e31503b186fbbd9d8929fc359d4f8854a0ae73ba
@@ -154,6 +154,11 @@
 #define USE_WCCP 1

 /*
+ * Define to enable WCCPv2
+ */
+#define	USE_WCCPv2	1
+
+/*
  * 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, ?).