diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2001-11-08 20:59:59 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2001-11-08 20:59:59 -0500 |
commit | 6cb04c09f063188e7dae5d1e5e5c69eb64703626 (patch) | |
tree | 46c2950351bf3f2cde1f610eae7bc9cfb52c5221 /docs/README.defines | |
parent | f78e27712a4f44dbdf3c1532c3d1958989bf40a5 (diff) | |
download | lynx-snapshots-6cb04c09f063188e7dae5d1e5e5c69eb64703626.tar.gz |
snapshot of project "lynx", label v2-8-5dev_4
Diffstat (limited to 'docs/README.defines')
-rw-r--r-- | docs/README.defines | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.defines b/docs/README.defines index 2ec2ac46..5b9cc92d 100644 --- a/docs/README.defines +++ b/docs/README.defines @@ -94,6 +94,7 @@ Using curses or ncurses library: new size after size changes of the terminal (window). for UNIX handled by ./configure, may be set in HTUtils.h # -DUSE_SCROLLBAR supports scrollbar when built with ncurses +# -DWIDEC_CURSES whether curses lib supports wide/multibyte characters. Using slang library: # -DUSE_SLANG (see INSTALLATION, Section II-1c) @@ -110,7 +111,6 @@ Related to experimental (unsupported) character style code Other general ------------- # -DIGNORE_CTRL_C Define if Control-C shouldn't exit lynx. -# -DNO_CPU_LIMIT Disables Max CPU timeout (includes CLOCKS_PER_SECOND) # -DNO_DUMP_WITH_BACKSPACES Disables -with_backspaces code # -DUSE_VASPRINT Use vasprintf() function # -DNO_RULES Disables code for CERN-style rules files |