freebsd-ports/net/proxychains/files/patch-::config.h.in
Edwin Groothuis 5f87cef0b9 New port, proxychains 1.8.2
This program forces any tcp connection made by any given
	tcp client to follow through proxy (or proxy chain). It is
	a kind of proxifier.  It acts like sockscap / permeo /
	eborder driver (intercepts TCP calls).

PR:		ports/53318
Submitted by:	Patrick MARIE <mycroft@virgaria.org>
2003-10-10 05:37:58 +00:00

9 lines
212 B
C

--- config.h.in.old Sat Jun 14 15:08:43 2003
+++ config.h.in Sat Jun 14 15:09:24 2003
@@ -6,3 +6,6 @@
/* Version number of package */
#undef VERSION
+/* PREFIX needed for libproxychains.c */
+#undef PREFIX
+