about summary refs log tree commit diff stats
path: root/docs/README.defines
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1999-10-21 15:30:04 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1999-10-21 15:30:04 -0400
commit2d161b7d97cebd6f38885cf69933291fec6b4381 (patch)
tree47b7f706656bad14ad80a021a27332ca96d4684e /docs/README.defines
parentfaba82cd3507fcd4172d94209cd1b700689d5d35 (diff)
downloadlynx-snapshots-2d161b7d97cebd6f38885cf69933291fec6b4381.tar.gz
snapshot of project "lynx", label v2-8-3dev_13
Diffstat (limited to 'docs/README.defines')
-rw-r--r--docs/README.defines23
1 files changed, 20 insertions, 3 deletions
diff --git a/docs/README.defines b/docs/README.defines
index 16130479..9736a926 100644
--- a/docs/README.defines
+++ b/docs/README.defines
@@ -104,7 +104,7 @@ Both:
 # 	if you have the reverse clear screen problem of some SUN4 systems, or
 # 	to work around some other "garbage on the screen" problems
 
-Related to *experimental* (unsupported) character style code
+Related to experimental (unsupported) character style code
 ------------------------------------------------------------
 # -DUSE_COLOR_STYLE (see INSTALLATION, Section II-1c) probably needs -DNCURSES
 # -DUSE_HASH       (see INSTALLATION, Section II-1c)  probably needs the above
@@ -117,6 +117,7 @@ Other general
 # -DIGNORE_CTRL_C  Define if Control-C shouldn't exit lynx.
 # -DLY_FIND_LEAKS  (see INSTALLATION, Section II-1c)
 # -DNO_CPU_LIMIT   Disables Max CPU timeout (includes CLOCKS_PER_SECOND)
+# -DNO_DUMP_WITH_BACKSPACES Disables -with_backspaces code
 # -DNSL_FORK       For fork-based name server lookups that can be 'z'apped.
 # -DSYSLOG_REQUESTED_URLS
 # 	if you would like logging of client requests via syslog()
@@ -124,19 +125,35 @@ Other general
 # -DDECLARE_WAIS_LOGFILES   see comments in makefile.in
 # -DNO_RULES	   Disables code for CERN-style rules files
 # -DHAVE_SIGACTION Can use sigaction() and related functions
+# -DMISC_EXP       Enable some truly experimental stuff
 
 Untested
 --------
 # -DNO_EXTENDED_HTMLDTD	Disable some "SortaSGML" code, see SGML.c
+# -DWIND_DOWN_STACK Aggressive handling of end tags for "TagSoup", SGML.c
 
-B. Symbols defined locally to modify some behavior
+C. Secondary symbols
+====================
+Some macros that are not primary, i.e. they are normally automatically
+set or unset in the code based on other macros (including those from
+./configure), but it may be sometimes useful to set them differently.
+They may directly affect several source files.  Filenames show where
+they are set.  Normally installers shouldn't have to care about these
+symbols.
+
+SHOW_WHEREIS_TARGETS	LYCurses.h	whereis search highlighting
+USE_KEYMAPS		LYCurses.h	use of .lynx-keymaps files
+
+D. Symbols defined locally to modify some behavior
 ==================================================
 Defined in the source files to which they apply.  Only filenames are listed,
 the files would have to be read and edited anyway to change the definition.
 Normally installers shouldn't have to care about any of these symbols.
 
 ADVANCED_INFO				LYShowInfo.c
+ALLOW_PROXY_HEAD			LYUtils.c
 CHECK_FREE_MEM				GridText.c
+CLEAN_URLS				HTParse.c
 DEBUG_HOSTENT				HTTCP.c
 DEBUG_HOSTENT_CHILD			HTTCP.c
 DEFAULT_INVCHECK_BV			LYCookie.c
@@ -146,8 +163,8 @@ EXTENDED_STARTFILE_RECALL		LYMain.c
 OPTNAME_ALLOW_DASHES			LYMain.c
 RESTRICT_NM_ALLOW_DASHES		LYUtils.c
 SOCKET_DEBUG_TRACE			HTTCP.c
+TRADITIONAL_SUFFIXES			HTInit.c
 max_cookies_buffer			LYCookie.c
 max_cookies_domain			LYCookie.c
 max_cookies_global			LYCookie.c
 reverse_mailcap				HTInit.c
-