diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-08-15 22:09:45 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-08-15 22:09:45 -0400 |
commit | 0eae931d4f0fd1194dfcd978c3d94079b710923f (patch) | |
tree | 5713fc8c66fffb144192357464fe616522c6c7fe /INSTALLATION | |
parent | d7e8d7e419ae58610a9988ff09910670a59526ff (diff) | |
download | lynx-snapshots-0eae931d4f0fd1194dfcd978c3d94079b710923f.tar.gz |
snapshot of project "lynx", label v2-8-1dev_21
Diffstat (limited to 'INSTALLATION')
-rw-r--r-- | INSTALLATION | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALLATION b/INSTALLATION index d9d8e265..61ff39c9 100644 --- a/INSTALLATION +++ b/INSTALLATION @@ -223,7 +223,7 @@ II. Compile instructions -- UNIX it. --enable-8bit-toupper (define EXP_8BIT_TOUPPER) - Use experimental 8-bit case-conversion, e.g., for case-insensitive + Use experimental 8-bit case-conversion for case-insensitive searches in non-ASCII display character set, this overrides locale settings. @@ -258,6 +258,10 @@ II. Compile instructions -- UNIX a feature which could, however, compromise a secure transaction by forcing inappropriate resubmission of form content. + --enable-cgi-links (define LYNXCGI_LINKS) + Allows lynx to access a cgi script directly without the need for + a http daemon. + --enable-nsl-fork (define NSL_FORK) Use this option to allow NSL requests to be aborted at will. |