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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
|
/* Utility macros for the W3 code library
MACROS FOR GENERAL USE
See also: the system dependent file "www_tcp.h", which is included here.
*/
#ifndef NO_LYNX_TRACE
#define DEBUG /* Turns on trace; turn off for smaller binary */
#endif
#ifndef HTUTILS_H
#define HTUTILS_H
#ifdef HAVE_CONFIG_H
#include <lynx_cfg.h> /* generated by autoconf 'configure' script */
#include <sys/types.h>
#include <stdio.h>
#else
#ifdef DJGPP
#include <sys/config.h> /* pseudo-autoconf values for DJGPP libc/headers */
#endif /* DJGPP */
#include <stdio.h>
#define DONT_TRACK_INTERNAL_LINKS 1
/* Explicit system-configure */
#ifdef VMS
#define NO_SIZECHANGE
#if defined(VAXC) && !defined(__DECC)
#define NO_UNISTD_H /* DEC C has unistd.h, but not VAX C */
#endif
#define NO_KEYPAD
#define NO_UTMP
#define NO_FILIO_H
#define NOUSERS
#define DISP_PARTIAL /* experimental */
#endif
#if defined(__STDC__) || defined(VMS) || defined(_WINDOWS)
#define ANSI_VARARGS 1
#undef HAVE_STDARG_H
#define HAVE_STDARG_H 1
#endif
/* Accommodate non-autoconf'd Makefile's (VMS, DJGPP, etc) */
#ifndef NO_ARPA_INET_H
#define HAVE_ARPA_INET_H 1
#endif
#ifndef NO_CBREAK
#define HAVE_CBREAK 1
#endif
#ifndef NO_CUSERID
#define HAVE_CUSERID 1
#endif
#ifndef NO_FILIO_H
#define HAVE_SYS_FILIO_H 1
#endif
#ifndef NO_GETCWD
#define HAVE_GETCWD 1
#endif
#ifndef USE_SLANG
#ifndef NO_KEYPAD
#define HAVE_KEYPAD 1
#endif
#ifndef NO_TTYTYPE
#define HAVE_TTYTYPE 1
#endif
#endif /* USE_SLANG */
#ifndef NO_PUTENV
#define HAVE_PUTENV 1
#endif
#ifndef NO_SIZECHANGE
#define HAVE_SIZECHANGE 1
#endif
#ifndef NO_UNISTD_H
#undef HAVE_UNISTD_H
#define HAVE_UNISTD_H 1
#endif
#ifndef NO_UTMP
#define HAVE_UTMP 1
#endif
#endif /* HAVE_CONFIG_H */
#ifndef LY_MAXPATH
#define LY_MAXPATH 256
#endif
#ifndef GCC_NORETURN
#define GCC_NORETURN /* nothing */
#endif
#ifndef GCC_UNUSED
#define GCC_UNUSED /* nothing */
#endif
/* FIXME: need a configure-test */
#if defined(__STDC__) || defined(__DECC) || defined(_WINDOWS) || _WIN_CC
#define ANSI_PREPRO 1
#endif
#if defined(__CYGWIN__) /* 1998/12/31 (Thu) 16:13:46 */
#include <windows.h> /* #include "windef.h" */
#define BOOLEAN_DEFINED
#undef HAVE_POPEN /* FIXME: does this not work, or is it missing */
#endif
#if defined(_WINDOWS) && !defined(__CYGWIN__) /* SCW */
#include <windows.h> /* #include "windef.h" */
#define BOOLEAN_DEFINED
#include <dos.h>
#undef sleep /* 1998/06/23 (Tue) 16:54:53 */
extern void sleep(unsigned __seconds);
#define popen _popen
#define pclose _pclose
#if defined(_MSC_VER)
typedef unsigned short mode_t;
#endif
#endif /* _WINDOWS */
#ifdef __EMX__
#include <unistd.h> /* should be re-include protected under EMX */
#include <stdlib.h> /* should be re-include protected under EMX */
#define getcwd _getcwd2
#define chdir _chdir2
#endif
#ifndef USE_COLOR_STYLE
/* it's useless for such setup */
# define NO_EMPTY_HREFLESS_A
#endif
/*
Debug message control.
*/
#ifdef NO_LYNX_TRACE
#define TRACE 0
#define PROGRESS(str) /* nothing for now */
#else
#define TRACE (WWW_TraceFlag)
#define PROGRESS(str) printf(str)
extern int WWW_TraceFlag;
#endif
/*
ERROR TYPE
This is passed back when streams are aborted. It might be nice to have some structure
of error messages, numbers, and recursive pointers to reasons. Curently this is a
placeholder for something more sophisticated.
*/
typedef void * HTError; /* Unused at present -- best definition? */
/*
Standard C library for malloc() etc
*/
#ifdef DGUX
#include <stdlib.h>
#endif /* DGUX */
#ifdef vax
#ifdef unix
#define ultrix /* Assume vax+unix=ultrix */
#endif /* unix */
#endif /* vax */
#ifndef VMS
#ifndef ultrix
#ifdef NeXT
#include <libc.h> /* NeXT */
#endif /* NeXT */
#ifndef MACH /* Vincent.Cate@furmint.nectar.cs.cmu.edu */
#ifndef __STRICT_BSD__
#include <stdlib.h>
#endif /* !__STRICT_BSD__ */
#endif /* !MACH */
#else /* ultrix: */
#include <malloc.h>
#include <memory.h>
#include <stdlib.h> /* ANSI */ /* BSN */
#endif /* !ultrix */
#else /* VMS: */
#include <stdlib.h>
#include <unixlib.h>
#if defined(VAXC) && !defined(__DECC)
#define malloc VAXC$MALLOC_OPT
#define calloc VAXC$CALLOC_OPT
#define free VAXC$FREE_OPT
#define cfree VAXC$CFREE_OPT
#define realloc VAXC$REALLOC_OPT
#endif /* VAXC && !__DECC */
#endif /* !VMS */
/*
Macros for declarations
*/
#define PUBLIC /* Accessible outside this module */
#define PRIVATE static /* Accessible only within this module */
#if defined(__STDC__) || defined(__BORLANDC__) || defined(_MSC_VER)
#define CONST const /* "const" only exists in STDC */
#define NOPARAMS (void)
#define PARAMS(parameter_list) parameter_list
#define NOARGS (void)
#define ARGS1(t,a) \
(t a)
#define ARGS2(t,a,u,b) \
(t a, u b)
#define ARGS3(t,a,u,b,v,c) \
(t a, u b, v c)
#define ARGS4(t,a,u,b,v,c,w,d) \
(t a, u b, v c, w d)
#define ARGS5(t,a,u,b,v,c,w,d,x,e) \
(t a, u b, v c, w d, x e)
#define ARGS6(t,a,u,b,v,c,w,d,x,e,y,f) \
(t a, u b, v c, w d, x e, y f)
#define ARGS7(t,a,u,b,v,c,w,d,x,e,y,f,z,g) \
(t a, u b, v c, w d, x e, y f, z g)
#define ARGS8(t,a,u,b,v,c,w,d,x,e,y,f,z,g,s,h) \
(t a, u b, v c, w d, x e, y f, z g, s h)
#define ARGS9(t,a,u,b,v,c,w,d,x,e,y,f,z,g,s,h,r,i) \
(t a, u b, v c, w d, x e, y f, z g, s h, r i)
#define ARGS10(t,a,u,b,v,c,w,d,x,e,y,f,z,g,s,h,r,i,q,j) \
(t a, u b, v c, w d, x e, y f, z g, s h, r i, q j)
#else /* not ANSI */
#ifndef _WINDOWS
#define CONST
#endif
#define NOPARAMS ()
#define PARAMS(parameter_list) ()
#define NOARGS ()
#define ARGS1(t,a) (a) \
t a;
#define ARGS2(t,a,u,b) (a,b) \
t a; u b;
#define ARGS3(t,a,u,b,v,c) (a,b,c) \
t a; u b; v c;
#define ARGS4(t,a,u,b,v,c,w,d) (a,b,c,d) \
t a; u b; v c; w d;
#define ARGS5(t,a,u,b,v,c,w,d,x,e) (a,b,c,d,e) \
t a; u b; v c; w d; x e;
#define ARGS6(t,a,u,b,v,c,w,d,x,e,y,f) (a,b,c,d,e,f) \
t a; u b; v c; w d; x e; y f;
#define ARGS7(t,a,u,b,v,c,w,d,x,e,y,f,z,g) (a,b,c,d,e,f,g) \
t a; u b; v c; w d; x e; y f; z g;
#define ARGS8(t,a,u,b,v,c,w,d,x,e,y,f,z,g,s,h) (a,b,c,d,e,f,g,h) \
t a; u b; v c; w d; x e; y f; z g; s h;
#define ARGS9(t,a,u,b,v,c,w,d,x,e,y,f,z,g,s,h,r,i) (a,b,c,d,e,f,g,h,i) \
t a; u b; v c; w d; x e; y f; z g; s h; r i;
#define ARGS10(t,a,u,b,v,c,w,d,x,e,y,f,z,g,s,h,r,i,q,j) (a,b,c,d,e,f,g,h,i,j) \
t a; u b; v c; w d; x e; y f; z g; s h; r i; q j;
#endif /* __STDC__ (ANSI) */
#ifndef NULL
#define NULL ((void *)0)
#endif
/* array/table size */
#define TABLESIZE(v) (sizeof(v)/sizeof(v[0]))
#define typecalloc(cast) (cast *)calloc(sizeof(cast),1)
#define typecallocn(cast,ntypes) (cast *)calloc(sizeof(cast),ntypes)
/*
OFTEN USED INTEGER MACROS
Min and Max functions
*/
#ifndef HTMIN
#define HTMIN(a,b) ((a) <= (b) ? (a) : (b))
#define HTMAX(a,b) ((a) >= (b) ? (a) : (b))
#endif
/*
Booleans
*/
/* Note: GOOD and BAD are already defined (differently) on RS6000 aix */
/* #define GOOD(status) ((status)38;1) VMS style status: test bit 0 */
/* #define BAD(status) (!GOOD(status)) Bit 0 set if OK, otherwise clear */
#ifndef _WINDOWS
#ifndef BOOLEAN_DEFINED
typedef char BOOLEAN; /* Logical value */
#ifndef CURSES
#ifndef TRUE
#define TRUE (BOOLEAN)1
#define FALSE (BOOLEAN)0
#endif
#endif /* CURSES */
#endif /* BOOLEAN_DEFINED */
#define BOOLEAN_DEFINED
#endif /* _WINDOWS */
#ifndef BOOL
#define BOOL BOOLEAN
#endif
#ifndef YES
#define YES (BOOLEAN)1
#define NO (BOOLEAN)0
#endif
extern BOOL LYOutOfMemory; /* Declared in LYexit.c - FM */
#define TCP_PORT 80 /* Allocated to http by Jon Postel/ISI 24-Jan-92 */
#define OLD_TCP_PORT 2784 /* Try the old one if no answer on 80 */
#define DNP_OBJ 80 /* This one doesn't look busy, but we must check */
/* That one was for decnet */
/* Inline Function WHITE: Is character c white space? */
/* For speed, include all control characters */
#define WHITE(c) (((unsigned char)(TOASCII(c))) <= 32)
/* Inline Function LYIsASCII: Is character c a traditional ASCII
** character (i.e. <128) after converting from host character set. */
#define LYIsASCII(c) (TOASCII((unsigned char)(c)) < 128)
/*
Success (>=0) and failure (<0) codes
Some of the values are chosen to be HTTP-like, but status return values
are generally not the response status from any specific protocol.
*/
#define HT_REDIRECTING 399
#define HT_LOADED 200 /* Instead of a socket */
#define HT_PARTIAL_CONTENT 206 /* Partial Content */
#define HT_INTERRUPTED -29998
#define HT_NOT_LOADED -29999
#define HT_OK 0 /* Generic success*/
#define HT_ERROR -1 /* Generic failure */
#define HT_CANNOT_TRANSLATE -4
#define HT_NO_DATA -204 /* OK but no data was loaded - */
/* possibly other app started or forked */
#define HT_NO_ACCESS -401 /* Access not available */
#define HT_FORBIDDEN -403 /* Access forbidden */
#define HT_NOT_ACCEPTABLE -406 /* Not Acceptable */
#define HT_H_ERRNO_VALID -800 /* see h_errno for resolver error */
#define HT_INTERNAL -900 /* Weird -- should never happen. */
#define HT_BAD_EOF -12 /* Premature EOF */
#ifndef va_arg
# if HAVE_STDARG_H && ANSI_VARARGS
# include <stdarg.h>
# else
# if HAVE_VARARGS_H
# include <varargs.h>
# endif
# endif
#endif
#if ANSI_VARARGS
#define LYva_start(ap,format) va_start(ap,format)
#else
#define LYva_start(ap,format) va_start(ap)
#endif
/*
* GCC can be told that some functions are like printf (and do type-checking on
* their parameters).
*/
#if GCC_PRINTF
#define GCC_PRINTFLIKE(fmt,var) __attribute__((format(printf,fmt,var)))
#else
#define GCC_PRINTFLIKE(fmt,var) /*nothing*/
#endif
#include <HTString.h> /* String utilities */
/*
Out Of Memory checking for malloc() return:
*/
#ifndef __FILE__
#define __FILE__ ""
#define __LINE__ ""
#endif
#include <LYexit.h>
extern void outofmem PARAMS((CONST char *fname, CONST char *func));
/*
Upper- and Lowercase macros
The problem here is that toupper(x) is not defined officially unless isupper(x) is.
These macros are CERTAINLY needed on #if defined(pyr) || define(mips) or BDSI
platforms. For safefy, we make them mandatory.
*/
#include <ctype.h>
#include <string.h>
#ifndef TOLOWER
/* Pyramid and Mips can't uppercase non-alpha */
#define TOLOWER(c) (isupper((unsigned char)c) ? tolower((unsigned char)c) : ((unsigned char)c))
#define TOUPPER(c) (islower((unsigned char)c) ? toupper((unsigned char)c) : ((unsigned char)c))
#endif /* TOLOWER */
#define FREE(x) if (x != 0) {free((char *)x); x = NULL;}
/*
The local equivalents of CR and LF
We can check for these after net ascii text has been converted to the local
representation. Similarly, we include them in strings to be sent as net ascii after
translation.
*/
#define LF FROMASCII('\012') /* ASCII line feed LOCAL EQUIVALENT */
#define CR FROMASCII('\015') /* Will be converted to ^M for transmission */
#define CTRACE(p) if(TRACE)fprintf p
#define tfp TraceFP()
#define CTRACE_SLEEP(secs) if (TRACE && LYTraceLogFP == 0) sleep(secs)
#define CTRACE_FLUSH(fp) if(TRACE) fflush(fp)
extern FILE *TraceFP NOPARAMS;
#include <www_tcp.h>
/*
* We force this include-ordering since socks.h contains redefinitions of
* functions that probably are prototyped via other includes. The socks.h
* definitions have to be included everywhere, since they're making wrappers
* for the stdio functions as well as the network functions.
*/
#if defined(USE_SOCKS5) && !defined(DONT_USE_SOCKS5)
#define SOCKS4TO5 /* turn on the Rxxxx definitions used in Lynx */
#include <socks.h>
/*
* The AIX- and SOCKS4-specific definitions in socks.h are inconsistent.
* Repair them so they're consistent (and usable).
*/
#if defined(_AIX) && !defined(USE_SOCKS4_PREFIX)
#undef Raccept
#define Raccept accept
#undef Rgetsockname
#define Rgetsockname getsockname
#undef Rgetpeername
#define Rgetpeername getpeername
#endif
#endif /* USE_SOCKS5 */
#define SHORTENED_RBIND /* FIXME: do this in configure-script */
#include <userdefs.h>
#endif /* HTUTILS_H */
|