From e30ec8eff1673c638cbc575a0d7abba46747ce57 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sun, 22 Sep 2002 06:23:56 +0000 Subject: [PATCH] * configure.in: Remove support for HSC proxy - it's obsolete. Remove all references to HSC proxy everywhere. --- ChangeLog | 5 +++++ INSTALL | 5 ----- NEWS | 2 +- configure.in | 9 --------- 4 files changed, 6 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index b3d312c61..63cc1290d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-09-22 Pavel Roskin + + * configure.in: Remove support for HSC proxy - it's obsolete. + Remove all references to HSC proxy everywhere. + 2002-09-21 Pavel Roskin * configure.in: Bump version to 4.6.0-pre1b. diff --git a/INSTALL b/INSTALL index 31210a142..e9092cab8 100644 --- a/INSTALL +++ b/INSTALL @@ -97,11 +97,6 @@ incomplete, use `configure --help' to get the full list): Use this flag to disable gpm mouse support (e.g. if you want to use mouse only on X terminals). -`--with-hsc' - Compiles support for HSC firewall into the ftp virtual file system. - Use this option with caution - it disables support for standard FTP - proxies. - `--with-mmap', `--without-mmap' Force using or not using the mmap function. It is currently used in the internal viewer. `--with-mmap' may be useful on some diff --git a/NEWS b/NEWS index d16bc9f0e..cf11ee3ec 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ Changes made after 4.6.0-pre1. - Polish manual has been added. - glib is now properly detected on FreeBSD. - New syntax rules - RPM specfile. -- Termnet support has heen removed. +- Support for termnet and HSC firewall has heen removed. - mc now creates its own temporary directory, separate for each user. - Experimental support for glib 2.0.x has been added (use --with-glib2). - Mouse wheel is supported in the internal editor in xterm and diff --git a/configure.in b/configure.in index e01750517..b6eb53bdd 100644 --- a/configure.in +++ b/configure.in @@ -317,15 +317,6 @@ AC_ARG_WITH(ncurses, fi ]) -AC_ARG_WITH(hsc, - [ --with-hsc Compile with support for HSC firewall instead - of FTP proxy [[no]]], - [if test x$withval = xyes; then - AC_DEFINE(HSC_PROXY, 1, - [Define if you want to use the HSC firewall]) - fi -]) - dnl dnl Check for the -mandoc package dnl