summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-11-03 17:10:33 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-11-03 17:10:33 +0000
commit3b2be8ae886744f96eecd38223352e4b4c68a748 (patch)
tree29f47af2d1791a84f1aca2676418d49102c7a32c /configure.ac
parent69be2b84d7f93ecbecd8a846c6fbec256715694c (diff)
downloadtinyproxy-3b2be8ae886744f96eecd38223352e4b4c68a748.tar.gz
tinyproxy-3b2be8ae886744f96eecd38223352e4b4c68a748.zip
Removed all the code supporting the TCP tunnelling feature of
tinyproxy. There is really no need for this code, since there are perfectly good programs out there (like rinetd) which are designed for TCP tunnelling. tinyproxy should be a good HTTP proxy, nothing more, and nothing less; therefore, the tunnelling code is gone.
Diffstat (limited to '')
-rw-r--r--configure.ac12
1 files changed, 1 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 5d0bb4c..3ea7b0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-dnl $Id: configure.ac,v 2.44 2002-08-09 20:28:16 rjkaes Exp $
+dnl $Id: configure.ac,v 2.45 2002-11-03 17:10:33 rjkaes Exp $
dnl Devlopers, please strive to achieve this order:
dnl
@@ -116,16 +116,6 @@ if test x"$filter_enabled" = x"yes"; then
AC_DEFINE(FILTER_ENABLE)
fi
-dnl Include support for TCP tunneling
-AH_TEMPLATE([TUNNEL_SUPPORT], [Include TCP tunnelling support])
-AC_ARG_ENABLE(tunnel,
- [AC_HELP_STRING([--enable-tunnel],
- [Enable support for TCP tunneling (default is YES)])],
- tunnel_enabled=$enableval, tunnel_enabled=yes)
-if test x"$tunnel_enabled" = x"yes"; then
- AC_DEFINE(TUNNEL_SUPPORT)
-fi
-
dnl Include support for upstream proxies?
AH_TEMPLATE([UPSTREAM_SUPPORT],
[Include support for connecting to an upstream proxy.])