mirror of https://github.com/MidnightCommander/mc
* configure.in: Remove support for HSC proxy - it's obsolete.
Remove all references to HSC proxy everywhere.
This commit is contained in:
parent
b5700cf6f8
commit
e30ec8eff1
|
@ -1,3 +1,8 @@
|
|||
2002-09-22 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.in: Remove support for HSC proxy - it's obsolete.
|
||||
Remove all references to HSC proxy everywhere.
|
||||
|
||||
2002-09-21 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.in: Bump version to 4.6.0-pre1b.
|
||||
|
|
5
INSTALL
5
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
|
||||
|
|
2
NEWS
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue