diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-09-16 20:06:51 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-09-16 20:06:51 +0000 |
commit | 319a1c65b153817a9331b0ecd1cc1469ec2a13e4 (patch) | |
tree | cabf9442bb5f8c94995752c0231dd527ad797fe8 | |
parent | 4619035cd285d913ad22da19567671b34b72c286 (diff) | |
download | tinyproxy-319a1c65b153817a9331b0ecd1cc1469ec2a13e4.tar.gz tinyproxy-319a1c65b153817a9331b0ecd1cc1469ec2a13e4.zip |
Added upstream proxy support.
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 /* |