~ubuntu-branches/ubuntu/feisty/elinks/feisty-updates

« back to all changes in this revision

Viewing changes to config.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-30 08:57:43 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630085743-l81fgbw9dehvl1ds
Tags: 0.11.1-1ubuntu1
* Merge to Debian unstable.
* Removed gnutls12 porting, this is upstream now.
* Only Ubuntu changes left:
  - Killed type-handling.
  - Add X-Ubuntu-Gettext-Domain to .desktop files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.  Generated by configure.  */
 
2
/* config.h.in.  Generated from configure.in by autoheader.  */
 
3
 
 
4
/* Directory containing default config */
 
5
#define CONFDIR "/usr/local/etc/elinks"
 
6
 
 
7
/* Define if you want: 256 colors support */
 
8
/* #undef CONFIG_256_COLORS */
 
9
 
 
10
/* Define if you want: 88 colors support */
 
11
/* #undef CONFIG_88_COLORS */
 
12
 
 
13
/* Define if you want: AsciiDoc support */
 
14
/* #undef CONFIG_ASCIIDOC */
 
15
 
 
16
/* Define if you want: Backtrace support */
 
17
#define CONFIG_BACKTRACE 1
 
18
 
 
19
/* Define if you want: BEOS support */
 
20
/* #undef CONFIG_BEOS */
 
21
 
 
22
/* Define if you want: BitTorrent protocol support */
 
23
/* #undef CONFIG_BITTORRENT */
 
24
 
 
25
/* Define if you want: Bookmarks support */
 
26
#define CONFIG_BOOKMARKS 1
 
27
 
 
28
/* Define if you want: bzlib support */
 
29
#define CONFIG_BZIP2 1
 
30
 
 
31
/* Define if you want: Local CGI support */
 
32
/* #undef CONFIG_CGI */
 
33
 
 
34
/* Define if you want: Cookies support */
 
35
#define CONFIG_COOKIES 1
 
36
 
 
37
/* Define if you want: Cascading Style Sheets support */
 
38
#define CONFIG_CSS 1
 
39
 
 
40
/* Define if you want: Data protocol support */
 
41
#define CONFIG_DATA 1
 
42
 
 
43
/* Define if you want: Debug mode support */
 
44
/* #undef CONFIG_DEBUG */
 
45
 
 
46
/* Define if you want: Documentation support */
 
47
#define CONFIG_DOC 1
 
48
 
 
49
/* Define if you want: DOM engine support */
 
50
/* #undef CONFIG_DOM */
 
51
 
 
52
/* Define if you want: ECMAScript (JavaScript) support */
 
53
/* #undef CONFIG_ECMASCRIPT */
 
54
 
 
55
/* Define if you want: Exmode interface support */
 
56
/* #undef CONFIG_EXMODE */
 
57
 
 
58
/* Define if you want: Fast mode support */
 
59
/* #undef CONFIG_FASTMEM */
 
60
 
 
61
/* Define if you want: Finger protocol support */
 
62
/* #undef CONFIG_FINGER */
 
63
 
 
64
/* Define if you want: Form history support */
 
65
#define CONFIG_FORMHIST 1
 
66
 
 
67
/* Define if you want: FSP protocol support */
 
68
/* #undef CONFIG_FSP */
 
69
 
 
70
/* Define if you want: FTP protocol support */
 
71
#define CONFIG_FTP 1
 
72
 
 
73
/* Define if you want: Global history support */
 
74
#define CONFIG_GLOBHIST 1
 
75
 
 
76
/* Define if you want: GNUTLS support */
 
77
/* #undef CONFIG_GNUTLS */
 
78
 
 
79
/* Define if you want: GNU TLS OpenSSL compatibility support */
 
80
/* #undef CONFIG_GNUTLS_OPENSSL_COMPAT */
 
81
 
 
82
/* Define if you want: Gopher protocol support */
 
83
/* #undef CONFIG_GOPHER */
 
84
 
 
85
/* Define if you want: gpm support */
 
86
/* #undef CONFIG_GPM */
 
87
 
 
88
/* Define if you want: Guile support */
 
89
/* #undef CONFIG_GUILE */
 
90
 
 
91
/* Define if you want: zlib support */
 
92
#define CONFIG_GZIP 1
 
93
 
 
94
/* Define if you want: HTML highlighting support */
 
95
/* #undef CONFIG_HTML_HIGHLIGHT */
 
96
 
 
97
/* Define if you want: idn support */
 
98
/* #undef CONFIG_IDN */
 
99
 
 
100
/* Define if you want: interlinking support */
 
101
#define CONFIG_INTERLINK 1
 
102
 
 
103
/* Define if you want: IPv6 support */
 
104
#define CONFIG_IPV6 1
 
105
 
 
106
/* Define if you want: JadeWrapper support */
 
107
/* #undef CONFIG_JW */
 
108
 
 
109
/* Define if you want: LEDs support */
 
110
#define CONFIG_LEDS 1
 
111
 
 
112
/* Define if you want: Lua support */
 
113
/* #undef CONFIG_LUA */
 
114
 
 
115
/* Define if you want: Mailcap support */
 
116
#define CONFIG_MAILCAP 1
 
117
 
 
118
/* Define if you want: Man Page Formats support */
 
119
/* #undef CONFIG_MANUAL */
 
120
 
 
121
/* Define if you want: Marks support */
 
122
#define CONFIG_MARKS 1
 
123
 
 
124
/* Define if you want: Built-in MD5 support */
 
125
/* #undef CONFIG_MD5 */
 
126
 
 
127
/* Define if you want: Mimetypes files support */
 
128
#define CONFIG_MIMETYPES 1
 
129
 
 
130
/* Define if you want: Mouse handling support */
 
131
#define CONFIG_MOUSE 1
 
132
 
 
133
/* Define to 1 if translation of program messages to the user's native
 
134
   language is requested. */
 
135
#define CONFIG_NLS 1
 
136
 
 
137
/* Define if you want: NNTP protocol support */
 
138
/* #undef CONFIG_NNTP */
 
139
 
 
140
/* Define if you want: No root exec support */
 
141
/* #undef CONFIG_NO_ROOT_EXEC */
 
142
 
 
143
/* Define if you want: OpenSSL support */
 
144
#define CONFIG_OPENSSL 1
 
145
 
 
146
/* Define if you want: EMX support */
 
147
/* #undef CONFIG_OS2 */
 
148
 
 
149
/* Define if you want: Own libc stubs support */
 
150
/* #undef CONFIG_OWN_LIBC */
 
151
 
 
152
/* Define if you want: Perl support */
 
153
/* #undef CONFIG_PERL */
 
154
 
 
155
/* Define if you want: Pod2HTML support */
 
156
#define CONFIG_POD2HTML 1
 
157
 
 
158
/* Define if you want: Python support */
 
159
/* #undef CONFIG_PYTHON */
 
160
 
 
161
/* Define if you want: RISCOS support */
 
162
/* #undef CONFIG_RISCOS */
 
163
 
 
164
/* Define if you want: Ruby support */
 
165
/* #undef CONFIG_RUBY */
 
166
 
 
167
/* Define if you want: Built-in scanner support */
 
168
#define CONFIG_SCANNER 1
 
169
 
 
170
/* Define if you want: Browser scripting support */
 
171
/* #undef CONFIG_SCRIPTING */
 
172
 
 
173
/* Define if you want: Built-in SHA1 support */
 
174
/* #undef CONFIG_SHA1 */
 
175
 
 
176
/* Define if you want: Small binary support */
 
177
/* #undef CONFIG_SMALL */
 
178
 
 
179
/* Define if you want: SMB protocol support */
 
180
/* #undef CONFIG_SMB */
 
181
 
 
182
/* Define if you want: SpiderMonkey support */
 
183
/* #undef CONFIG_SM_SCRIPTING */
 
184
 
 
185
/* Define if you want: SpiderMonkey support */
 
186
/* #undef CONFIG_SPIDERMONKEY */
 
187
 
 
188
/* Define if you want: SSL support */
 
189
#define CONFIG_SSL 1
 
190
 
 
191
/* Define if you want: BSD sysmouse support */
 
192
/* #undef CONFIG_SYSMOUSE */
 
193
 
 
194
/* Define if you want: UNIX support */
 
195
#define CONFIG_UNIX 1
 
196
 
 
197
/* Define if you want: URI rewriting support */
 
198
#define CONFIG_URI_REWRITE 1
 
199
 
 
200
/* Define if you want: WIN32 support */
 
201
/* #undef CONFIG_WIN32 */
 
202
 
 
203
/* Define if you want: XBEL bookmarks support */
 
204
/* #undef CONFIG_XBEL_BOOKMARKS */
 
205
 
 
206
/* Define if you want: XmlTo support */
 
207
/* #undef CONFIG_XMLTO */
 
208
 
 
209
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
 
210
   systems. This function is required for `alloca.c' support on those systems.
 
211
   */
 
212
/* #undef CRAY_STACKSEG_END */
 
213
 
 
214
/* Define to 1 if using `alloca.c'. */
 
215
/* #undef C_ALLOCA */
 
216
 
 
217
/* Define to 1 if you have the `access' function. */
 
218
#define HAVE_ACCESS 1
 
219
 
 
220
/* Define if you have struct addrinfo */
 
221
#define HAVE_ADDRINFO 1
 
222
 
 
223
/* Define to 1 if you have the `alarm' function. */
 
224
#define HAVE_ALARM 1
 
225
 
 
226
/* Define to 1 if you have `alloca', as a function or macro. */
 
227
#define HAVE_ALLOCA 1
 
228
 
 
229
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
 
230
   */
 
231
#define HAVE_ALLOCA_H 1
 
232
 
 
233
/* Define to 1 if you have the <argz.h> header file. */
 
234
#define HAVE_ARGZ_H 1
 
235
 
 
236
/* Define to 1 if you have the <arpa/inet.h> header file. */
 
237
#define HAVE_ARPA_INET_H 1
 
238
 
 
239
/* Define to 1 if you have the `asprintf' function. */
 
240
#define HAVE_ASPRINTF 1
 
241
 
 
242
/* Define to 1 if you have the `bcopy' function. */
 
243
#define HAVE_BCOPY 1
 
244
 
 
245
/* Define if you have _beginthread() */
 
246
/* #undef HAVE_BEGINTHREAD */
 
247
 
 
248
/* Define to 1 if you have the <bzlib.h> header file. */
 
249
#define HAVE_BZLIB_H 1
 
250
 
 
251
/* Define if you have C99 compliant vsnprintf() */
 
252
#define HAVE_C99_VSNPRINTF 1
 
253
 
 
254
/* Define to 1 if you have the `cfmakeraw' function. */
 
255
#define HAVE_CFMAKERAW 1
 
256
 
 
257
/* Define to 1 if you have the `chmod' function. */
 
258
#define HAVE_CHMOD 1
 
259
 
 
260
/* Define to 1 if you have the `clock_gettime' function. */
 
261
/* #undef HAVE_CLOCK_GETTIME */
 
262
 
 
263
/* Define to 1 if you have the `cygwin_conv_to_full_win32_path' function. */
 
264
/* #undef HAVE_CYGWIN_CONV_TO_FULL_WIN32_PATH */
 
265
 
 
266
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
 
267
   */
 
268
#define HAVE_DIRENT_H 1
 
269
 
 
270
/* Define to 1 if you have the <execinfo.h> header file. */
 
271
#define HAVE_EXECINFO_H 1
 
272
 
 
273
/* Define to 1 if you have the <expat.h> header file. */
 
274
/* #undef HAVE_EXPAT_H */
 
275
 
 
276
/* Define to 1 if you have the <fcntl.h> header file. */
 
277
#define HAVE_FCNTL_H 1
 
278
 
 
279
/* Define to 1 if you have the `feof_unlocked' function. */
 
280
#define HAVE_FEOF_UNLOCKED 1
 
281
 
 
282
/* Define to 1 if you have the `fflush' function. */
 
283
#define HAVE_FFLUSH 1
 
284
 
 
285
/* Define to 1 if you have the `fgets_unlocked' function. */
 
286
#define HAVE_FGETS_UNLOCKED 1
 
287
 
 
288
/* Define to 1 if you have the `fseeko' function. */
 
289
#define HAVE_FSEEKO 1
 
290
 
 
291
/* Define to 1 if you have the <fsplib.h> header file. */
 
292
/* #undef HAVE_FSPLIB_H */
 
293
 
 
294
/* Define to 1 if you have the `fsync' function. */
 
295
#define HAVE_FSYNC 1
 
296
 
 
297
/* Define to 1 if you have the `ftello' function. */
 
298
#define HAVE_FTELLO 1
 
299
 
 
300
/* Define to 1 if you have the `getcwd' function. */
 
301
#define HAVE_GETCWD 1
 
302
 
 
303
/* Define to 1 if you have the `getegid' function. */
 
304
#define HAVE_GETEGID 1
 
305
 
 
306
/* Define to 1 if you have the `geteuid' function. */
 
307
#define HAVE_GETEUID 1
 
308
 
 
309
/* Define to 1 if you have the `getgid' function. */
 
310
#define HAVE_GETGID 1
 
311
 
 
312
/* Define to 1 if you have the `gethostbyaddr' function. */
 
313
#define HAVE_GETHOSTBYADDR 1
 
314
 
 
315
/* Define to 1 if you have the `getifaddrs' function. */
 
316
/* #undef HAVE_GETIFADDRS */
 
317
 
 
318
/* Define to 1 if you have the `getpagesize' function. */
 
319
#define HAVE_GETPAGESIZE 1
 
320
 
 
321
/* Define to 1 if you have the `getpgid' function. */
 
322
#define HAVE_GETPGID 1
 
323
 
 
324
/* Define to 1 if you have the `getpgrp' function. */
 
325
#define HAVE_GETPGRP 1
 
326
 
 
327
/* Define to 1 if you have the `getpid' function. */
 
328
#define HAVE_GETPID 1
 
329
 
 
330
/* Define to 1 if you have the `getpwnam' function. */
 
331
#define HAVE_GETPWNAM 1
 
332
 
 
333
/* Define to 1 if you have the `gettimeofday' function. */
 
334
#define HAVE_GETTIMEOFDAY 1
 
335
 
 
336
/* Define to 1 if you have the `getuid' function. */
 
337
#define HAVE_GETUID 1
 
338
 
 
339
/* Define to 1 if you have the <gnutls/openssl.h> header file. */
 
340
/* #undef HAVE_GNUTLS_OPENSSL_H */
 
341
 
 
342
/* Define to 1 if you have the <gpm.h> header file. */
 
343
/* #undef HAVE_GPM_H */
 
344
 
 
345
/* Define to 1 if you have the `herror' function. */
 
346
#define HAVE_HERROR 1
 
347
 
 
348
/* Define if you have the iconv() function. */
 
349
#define HAVE_ICONV 1
 
350
 
 
351
/* Define to 1 if you have the <idna.h> header file. */
 
352
/* #undef HAVE_IDNA_H */
 
353
 
 
354
/* Define to 1 if you have the <ifaddrs.h> header file. */
 
355
/* #undef HAVE_IFADDRS_H */
 
356
 
 
357
/* Define to 1 if you have the `index' function. */
 
358
#define HAVE_INDEX 1
 
359
 
 
360
/* Define to 1 if you have the `inet_ntop' function. */
 
361
#define HAVE_INET_NTOP 1
 
362
 
 
363
/* Define to 1 if you have the `inet_pton' function. */
 
364
#define HAVE_INET_PTON 1
 
365
 
 
366
/* Define if you have int32_t */
 
367
#define HAVE_INT32_T 1
 
368
 
 
369
/* Define to 1 if you have the <inttypes.h> header file. */
 
370
#define HAVE_INTTYPES_H 1
 
371
 
 
372
/* Define to 1 if you have the <io.h> header file. */
 
373
/* #undef HAVE_IO_H */
 
374
 
 
375
/* Define to 1 if you have the `isdigit' function. */
 
376
#define HAVE_ISDIGIT 1
 
377
 
 
378
/* Define to 1 if you have the `kill' function. */
 
379
#define HAVE_KILL 1
 
380
 
 
381
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
 
382
#define HAVE_LANGINFO_CODESET 1
 
383
 
 
384
/* Define to 1 if you have the <lauxlib.h> header file. */
 
385
/* #undef HAVE_LAUXLIB_H */
 
386
 
 
387
/* Define if your <locale.h> file defines LC_MESSAGES. */
 
388
#define HAVE_LC_MESSAGES 1
 
389
 
 
390
/* Define to 1 if you have the `dl' library (-ldl). */
 
391
#define HAVE_LIBDL 1
 
392
 
 
393
/* Define to 1 if you have the `nsl' library (-lnsl). */
 
394
/* #undef HAVE_LIBNSL */
 
395
 
 
396
/* Define to 1 if you have the `socket' library (-lsocket). */
 
397
/* #undef HAVE_LIBSOCKET */
 
398
 
 
399
/* Define to 1 if you have the <limits.h> header file. */
 
400
#define HAVE_LIMITS_H 1
 
401
 
 
402
/* Define to 1 if you have the <locale.h> header file. */
 
403
#define HAVE_LOCALE_H 1
 
404
 
 
405
/* Define if you have long long */
 
406
#define HAVE_LONG_LONG 1
 
407
 
 
408
/* Define to 1 if you have the <machine/console.h> header file. */
 
409
/* #undef HAVE_MACHINE_CONSOLE_H */
 
410
 
 
411
/* Define to 1 if you have the <malloc.h> header file. */
 
412
#define HAVE_MALLOC_H 1
 
413
 
 
414
/* Define to 1 if you have the `memmove' function. */
 
415
#define HAVE_MEMMOVE 1
 
416
 
 
417
/* Define to 1 if you have the <memory.h> header file. */
 
418
#define HAVE_MEMORY_H 1
 
419
 
 
420
/* Define to 1 if you have the `mempcpy' function. */
 
421
#define HAVE_MEMPCPY 1
 
422
 
 
423
/* Define to 1 if you have the `memrchr' function. */
 
424
#define HAVE_MEMRCHR 1
 
425
 
 
426
/* Define to 1 if you have a working `mmap' system call. */
 
427
#define HAVE_MMAP 1
 
428
 
 
429
/* Define if you have MouOpen() */
 
430
/* #undef HAVE_MOUOPEN */
 
431
 
 
432
/* Define to 1 if you have the `mremap' function. */
 
433
#define HAVE_MREMAP 1
 
434
 
 
435
/* Define to 1 if you have the `munmap' function. */
 
436
#define HAVE_MUNMAP 1
 
437
 
 
438
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
 
439
/* #undef HAVE_NDIR_H */
 
440
 
 
441
/* Define to 1 if you have the <netdb.h> header file. */
 
442
#define HAVE_NETDB_H 1
 
443
 
 
444
/* Define to 1 if you have the <netinet/in6_var.h> header file. */
 
445
/* #undef HAVE_NETINET_IN6_VAR_H */
 
446
 
 
447
/* Define to 1 if you have the <netinet/in.h> header file. */
 
448
#define HAVE_NETINET_IN_H 1
 
449
 
 
450
/* Define to 1 if you have the <netinet/in_system.h> header file. */
 
451
/* #undef HAVE_NETINET_IN_SYSTEM_H */
 
452
 
 
453
/* Define to 1 if you have the <netinet/in_systm.h> header file. */
 
454
#define HAVE_NETINET_IN_SYSTM_H 1
 
455
 
 
456
/* Define to 1 if you have the <netinet/ip.h> header file. */
 
457
#define HAVE_NETINET_IP_H 1
 
458
 
 
459
/* Define to 1 if you have the <net/if.h> header file. */
 
460
#define HAVE_NET_IF_H 1
 
461
 
 
462
/* Define to 1 if you have the <nl_types.h> header file. */
 
463
#define HAVE_NL_TYPES_H 1
 
464
 
 
465
/* Define to 1 if you have the `popen' function. */
 
466
#define HAVE_POPEN 1
 
467
 
 
468
/* Define to 1 if you have the `putenv' function. */
 
469
#define HAVE_PUTENV 1
 
470
 
 
471
/* Define to 1 if you have the <pwd.h> header file. */
 
472
#define HAVE_PWD_H 1
 
473
 
 
474
/* Define to 1 if you have the `raise' function. */
 
475
#define HAVE_RAISE 1
 
476
 
 
477
/* Define if you have _read_kbd() */
 
478
/* #undef HAVE_READ_KBD */
 
479
 
 
480
/* Define if you have regex_t */
 
481
#define HAVE_REGEX_H 1
 
482
 
 
483
/* Define if you have struct sockaddr_in6 */
 
484
#define HAVE_SA_IN6 1
 
485
 
 
486
/* Define if you have struct sockaddr_storage */
 
487
#define HAVE_SA_STORAGE 1
 
488
 
 
489
/* Define if you have _SC_PAGE_SIZE */
 
490
#define HAVE_SC_PAGE_SIZE 1
 
491
 
 
492
/* Define to 1 if you have the `setenv' function. */
 
493
#define HAVE_SETENV 1
 
494
 
 
495
/* Define to 1 if you have the `setlocale' function. */
 
496
#define HAVE_SETLOCALE 1
 
497
 
 
498
/* Define to 1 if you have the `setpgid' function. */
 
499
#define HAVE_SETPGID 1
 
500
 
 
501
/* Define to 1 if you have the `setpgrp' function. */
 
502
#define HAVE_SETPGRP 1
 
503
 
 
504
/* Define to 1 if you have the `sigaction' function. */
 
505
#define HAVE_SIGACTION 1
 
506
 
 
507
/* Define to 1 if you have the <sigaction.h> header file. */
 
508
/* #undef HAVE_SIGACTION_H */
 
509
 
 
510
/* Define to 1 if you have the `snprintf' function. */
 
511
#define HAVE_SNPRINTF 1
 
512
 
 
513
/* Define to 1 if you have the <stddef.h> header file. */
 
514
#define HAVE_STDDEF_H 1
 
515
 
 
516
/* Define to 1 if you have the <stdint.h> header file. */
 
517
#define HAVE_STDINT_H 1
 
518
 
 
519
/* Define to 1 if you have the <stdlib.h> header file. */
 
520
#define HAVE_STDLIB_H 1
 
521
 
 
522
/* Define to 1 if you have the `stpcpy' function. */
 
523
#define HAVE_STPCPY 1
 
524
 
 
525
/* Define to 1 if you have the `strcasecmp' function. */
 
526
#define HAVE_STRCASECMP 1
 
527
 
 
528
/* Define to 1 if you have the `strcasestr' function. */
 
529
#define HAVE_STRCASESTR 1
 
530
 
 
531
/* Define to 1 if you have the `strchr' function. */
 
532
#define HAVE_STRCHR 1
 
533
 
 
534
/* Define to 1 if you have the `strdup' function. */
 
535
#define HAVE_STRDUP 1
 
536
 
 
537
/* Define to 1 if you have the `strerror' function. */
 
538
#define HAVE_STRERROR 1
 
539
 
 
540
/* Define to 1 if you have the `strftime' function. */
 
541
#define HAVE_STRFTIME 1
 
542
 
 
543
/* Define to 1 if you have the <strings.h> header file. */
 
544
#define HAVE_STRINGS_H 1
 
545
 
 
546
/* Define to 1 if you have the <string.h> header file. */
 
547
#define HAVE_STRING_H 1
 
548
 
 
549
/* Define to 1 if you have the `strncasecmp' function. */
 
550
#define HAVE_STRNCASECMP 1
 
551
 
 
552
/* Define to 1 if you have the `strrchr' function. */
 
553
#define HAVE_STRRCHR 1
 
554
 
 
555
/* Define to 1 if you have the `strstr' function. */
 
556
#define HAVE_STRSTR 1
 
557
 
 
558
/* Define to 1 if you have the `strtoul' function. */
 
559
#define HAVE_STRTOUL 1
 
560
 
 
561
/* Define to 1 if you have the <sys/consio.h> header file. */
 
562
/* #undef HAVE_SYS_CONSIO_H */
 
563
 
 
564
/* Define to 1 if you have the <sys/cygwin.h> header file. */
 
565
/* #undef HAVE_SYS_CYGWIN_H */
 
566
 
 
567
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
 
568
   */
 
569
/* #undef HAVE_SYS_DIR_H */
 
570
 
 
571
/* Define to 1 if you have the <sys/fmutex.h> header file. */
 
572
/* #undef HAVE_SYS_FMUTEX_H */
 
573
 
 
574
/* Define to 1 if you have the <sys/ioctl.h> header file. */
 
575
#define HAVE_SYS_IOCTL_H 1
 
576
 
 
577
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
 
578
   */
 
579
/* #undef HAVE_SYS_NDIR_H */
 
580
 
 
581
/* Define to 1 if you have the <sys/param.h> header file. */
 
582
#define HAVE_SYS_PARAM_H 1
 
583
 
 
584
/* Define to 1 if you have the <sys/resource.h> header file. */
 
585
#define HAVE_SYS_RESOURCE_H 1
 
586
 
 
587
/* Define to 1 if you have the <sys/select.h> header file. */
 
588
#define HAVE_SYS_SELECT_H 1
 
589
 
 
590
/* Define to 1 if you have the <sys/signal.h> header file. */
 
591
#define HAVE_SYS_SIGNAL_H 1
 
592
 
 
593
/* Define to 1 if you have the <sys/socket.h> header file. */
 
594
#define HAVE_SYS_SOCKET_H 1
 
595
 
 
596
/* Define to 1 if you have the <sys/sockio.h> header file. */
 
597
/* #undef HAVE_SYS_SOCKIO_H */
 
598
 
 
599
/* Define to 1 if you have the <sys/stat.h> header file. */
 
600
#define HAVE_SYS_STAT_H 1
 
601
 
 
602
/* Define to 1 if you have the <sys/time.h> header file. */
 
603
#define HAVE_SYS_TIME_H 1
 
604
 
 
605
/* Define to 1 if you have the <sys/types.h> header file. */
 
606
#define HAVE_SYS_TYPES_H 1
 
607
 
 
608
/* Define to 1 if you have the <sys/un.h> header file. */
 
609
#define HAVE_SYS_UN_H 1
 
610
 
 
611
/* Define to 1 if you have the <sys/utsname.h> header file. */
 
612
#define HAVE_SYS_UTSNAME_H 1
 
613
 
 
614
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
 
615
#define HAVE_SYS_WAIT_H 1
 
616
 
 
617
/* Define to 1 if you have the <termios.h> header file. */
 
618
#define HAVE_TERMIOS_H 1
 
619
 
 
620
/* Define to 1 if you have the `timegm' function. */
 
621
#define HAVE_TIMEGM 1
 
622
 
 
623
/* Define to 1 if you have the <time.h> header file. */
 
624
#define HAVE_TIME_H 1
 
625
 
 
626
/* Define to 1 if you have the `tsearch' function. */
 
627
#define HAVE_TSEARCH 1
 
628
 
 
629
/* Define if you have typeof */
 
630
#define HAVE_TYPEOF 1
 
631
 
 
632
/* Define if you have uint16_t */
 
633
#define HAVE_UINT16_T 1
 
634
 
 
635
/* Define if you have uint32_t */
 
636
#define HAVE_UINT32_T 1
 
637
 
 
638
/* Define to 1 if you have the `uname' function. */
 
639
#define HAVE_UNAME 1
 
640
 
 
641
/* Define to 1 if you have the <unistd.h> header file. */
 
642
#define HAVE_UNISTD_H 1
 
643
 
 
644
/* Define if you have variadic macros */
 
645
#define HAVE_VARIADIC_MACROS 1
 
646
 
 
647
/* Define to 1 if you have the `vasprintf' function. */
 
648
#define HAVE_VASPRINTF 1
 
649
 
 
650
/* Define if you have __va_copy */
 
651
#define HAVE_VA_COPY 1
 
652
 
 
653
/* Define to 1 if you have the `vsnprintf' function. */
 
654
#define HAVE_VSNPRINTF 1
 
655
 
 
656
/* Define to 1 if you have the <windows.h> header file. */
 
657
/* #undef HAVE_WINDOWS_H */
 
658
 
 
659
/* Define if you have X11 for restoring window titles */
 
660
/* #undef HAVE_X11 */
 
661
 
 
662
/* Define to 1 if you have the <zlib.h> header file. */
 
663
#define HAVE_ZLIB_H 1
 
664
 
 
665
/* Define to 1 if you have the `__argz_count' function. */
 
666
#define HAVE___ARGZ_COUNT 1
 
667
 
 
668
/* Define to 1 if you have the `__argz_next' function. */
 
669
#define HAVE___ARGZ_NEXT 1
 
670
 
 
671
/* Define to 1 if you have the `__argz_stringify' function. */
 
672
#define HAVE___ARGZ_STRINGIFY 1
 
673
 
 
674
/* Define as const if the declaration of iconv() needs const. */
 
675
#define ICONV_CONST 
 
676
 
 
677
/* Directory containing libraries */
 
678
#define LIBDIR "/usr/local/lib"
 
679
 
 
680
/* Directory containing locales */
 
681
#define LOCALEDIR "/usr/local/share/locale"
 
682
 
 
683
/* Define if you want: HTML (one file) support */
 
684
/* #undef MANUAL_ASCIIDOC */
 
685
 
 
686
/* Define if you want: PDF support */
 
687
/* #undef MANUAL_JW */
 
688
 
 
689
/* Define if you want: HTML (multiple files) support */
 
690
/* #undef MANUAL_XMLTO */
 
691
 
 
692
/* Define if you want: HTML support */
 
693
/* #undef MAN_ASCIIDOC */
 
694
 
 
695
/* Define if you want: man (groff) support */
 
696
/* #undef MAN_XMLTO */
 
697
 
 
698
/* Package version */
 
699
#define PACKAGE "elinks"
 
700
 
 
701
/* Define to the address where bug reports for this package should be sent. */
 
702
#define PACKAGE_BUGREPORT ""
 
703
 
 
704
/* Define to the full name of this package. */
 
705
#define PACKAGE_NAME ""
 
706
 
 
707
/* Define to the full name and version of this package. */
 
708
#define PACKAGE_STRING ""
 
709
 
 
710
/* Define to the one symbol short name of this package. */
 
711
#define PACKAGE_TARNAME ""
 
712
 
 
713
/* Define to the version of this package. */
 
714
#define PACKAGE_VERSION ""
 
715
 
 
716
/* The size of a `char', as computed by sizeof. */
 
717
#define SIZEOF_CHAR 1
 
718
 
 
719
/* The size of a `int', as computed by sizeof. */
 
720
#define SIZEOF_INT 4
 
721
 
 
722
/* The size of a `long', as computed by sizeof. */
 
723
#define SIZEOF_LONG 4
 
724
 
 
725
/* The size of a `long long', as computed by sizeof. */
 
726
#define SIZEOF_LONG_LONG 8
 
727
 
 
728
/* The size of a `short', as computed by sizeof. */
 
729
#define SIZEOF_SHORT 2
 
730
 
 
731
/* If using the C implementation of alloca, define if you know the
 
732
   direction of stack growth for your system; otherwise it will be
 
733
   automatically deduced at run-time.
 
734
        STACK_DIRECTION > 0 => grows toward higher addresses
 
735
        STACK_DIRECTION < 0 => grows toward lower addresses
 
736
        STACK_DIRECTION = 0 => direction of growth unknown */
 
737
/* #undef STACK_DIRECTION */
 
738
 
 
739
/* Define to 1 if you have the ANSI C header files. */
 
740
#define STDC_HEADERS 1
 
741
 
 
742
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 
743
#define TIME_WITH_SYS_TIME 1
 
744
 
 
745
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
 
746
/* #undef TM_IN_SYS_TIME */
 
747
 
 
748
/* Package version */
 
749
#define VERSION "0.11.1"
 
750
 
 
751
/* Define if you have XFree under OS/2 */
 
752
/* #undef X2 */
 
753
 
 
754
/* How to invoke XTerm */
 
755
/* #undef XTERM */
 
756
 
 
757
/* Number of bits in a file offset, on hosts where this is settable. */
 
758
#define _FILE_OFFSET_BITS 64
 
759
 
 
760
/* Define for large files, on AIX-style hosts. */
 
761
/* #undef _LARGE_FILES */
 
762
 
 
763
/* Define to empty if `const' does not conform to ANSI C. */
 
764
/* #undef const */
 
765
 
 
766
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
767
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
768
#ifndef __cplusplus
 
769
/* #undef inline */
 
770
#endif
 
771
 
 
772
/* Define to `long' if <sys/types.h> does not define. */
 
773
/* #undef off_t */
 
774
 
 
775
/* Define to `unsigned' if <sys/types.h> does not define. */
 
776
/* #undef size_t */
 
777
 
 
778
/* Define to int if <sys/types.h> doesn't define. */
 
779
/* #undef ssize_t */