openbsd-ports/www/squid/patches/patch-include_autoconf_h_in
brad 53133d4b10 upgrade to Squid 2.5.PRE4
- The port now runs as uid/gid of nobody:nobody instead of www:www
- This needs some testing, especially the transparent proxy support for PF
2002-02-20 01:17:03 +00:00

17 lines
505 B
Plaintext

$OpenBSD: patch-include_autoconf_h_in,v 1.1 2002/02/20 01:17:03 brad Exp $
--- include/autoconf.h.in.orig Wed Feb 6 20:07:32 2002
+++ include/autoconf.h.in Wed Feb 6 20:09:27 2002
@@ -278,6 +278,12 @@
#undef IPF_TRANSPARENT
/*
+ * Enable support for Transparent Proxy on systems using PF address
+ * redirection. This provides "masquerading" support for OpenBSD.
+ */
+#undef PF_TRANSPARENT
+
+/*
* Enable code for assiting in finding memory leaks. Hacker stuff only.
*/
#undef USE_LEAKFINDER