mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
5f87cef0b9
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>
10 lines
212 B
C
10 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
|
|
+
|