From 5be6caa3aab8d55443b6330fb5335f6b2f34ef33 Mon Sep 17 00:00:00 2001 From: Mark Janssen Date: Thu, 22 Nov 2001 09:13:13 +0000 Subject: [PATCH] No longer used, please edit cmdline.[ch] manually, re-running gengetopts will destroy our customization in these files. git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@10 bc163920-b10d-0410-b2c5-a5491ca2ceef --- gengetopts.def | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100755 gengetopts.def diff --git a/gengetopts.def b/gengetopts.def deleted file mode 100755 index a5f20fc..0000000 --- a/gengetopts.def +++ /dev/null @@ -1,27 +0,0 @@ -# Proxytunnel - (C) 2001 Jos Visser / Mark Janssen */ -# Contact: josv@osp.nl / maniac@maniac.nl */ -# -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -purpose "Build generic tunnels trough HTTPS proxy's, supports HTTP authorization" -option "inetd" i "Run from inetd" flag off -option "user" u "Username to send to HTTPS proxy for authentication" string no -option "pass" s "Password to send to HTTPS proxy for authentication" string no -option "proxyhost" g "HTTPS Proxy host to connect to" string yes -option "proxyport" G "HTTPS Proxy host portnumber to connect to" int yes -option "desthost" d "Destination host to built the tunnel to" string yes -option "destport" D "Destination host portnumber to built the tunnel to" int yes -option "verbose" v "Turn on verbosity" flag off