about summary refs log tree commit diff stats
path: root/docs/README.defines
diff options
context:
space:
mode:
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
-
renderings' href='/akkartik/mu/commit/html/subx/066allocate.subx.html?h=main&id=ac07e589b3e912c704c2011d543f18b16712ff15'>ac07e589 ^
ac07e589 ^















ce2c1efc ^
ac07e589 ^















6e181e7f ^
ac07e589 ^


















52daf072 ^























































e99038ea ^
52daf072 ^





































e99038ea ^
52daf072 ^
































































40077d0d ^
52daf072 ^











ac07e589 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255