summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-09-16 20:06:51 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-09-16 20:06:51 +0000
commit319a1c65b153817a9331b0ecd1cc1469ec2a13e4 (patch)
treecabf9442bb5f8c94995752c0231dd527ad797fe8
parent4619035cd285d913ad22da19567671b34b72c286 (diff)
downloadtinyproxy-319a1c65b153817a9331b0ecd1cc1469ec2a13e4.tar.gz
tinyproxy-319a1c65b153817a9331b0ecd1cc1469ec2a13e4.zip
Added upstream proxy support.
-rw-r--r--acconfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 685b41c..98d4195 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -22,6 +22,11 @@
/*
* Define if you want to include upstream proxy support
*/
+#undef UPSTREAM_SUPPORT
+
+/*
+ * Define if you want to include TCP tunnelling
+ */
#undef TUNNEL_SUPPORT
/*