forked from jedbarlow/links
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-vms.h
866 lines (578 loc) · 20.1 KB
/
config-vms.h
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
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
/* Define to empty if the keyword does not work. */
/* #undef const */
/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
This function is required for alloca.c support on those systems. */
/* #undef CRAY_STACKSEG_END */
/* Define to the type of elements in the array set by `getgroups'.
Usually this is either `int' or `gid_t'. */
/* #undef GETGROUPS_T */
/* Define if the `getloadavg' function needs to be run setuid or setgid. */
/* #undef GETLOADAVG_PRIVILEGED */
/* Define if the `getpgrp' function takes no argument. */
/* #undef GETPGRP_VOID */
/* Define if you don't have vprintf but do have _doprnt. */
/* #undef HAVE_DOPRNT */
/* Define if you have the strftime function. */
#define HAVE_STRFTIME 1
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
#define HAVE_SYS_WAIT_H 1
/* Define if you have the vprintf function. */
#define HAVE_VPRINTF 1
/* Define as __inline if that's what the C compiler calls it. */
/* #undef inline */
/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef pid_t */
/* Define as the return type of signal handlers (int or void). */
#define RETSIGTYPE void
/* Define to `unsigned' if <sys/types.h> doesn't define. */
/* #undef size_t */
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Define if you can safely include both <sys/time.h> and <time.h>. */
#define TIME_WITH_SYS_TIME 1
/* Define if your <sys/time.h> declares struct tm. */
/* #undef TM_IN_SYS_TIME */
/* The number of bytes in a unsigned. */
#define SIZEOF_UNSIGNED 4
/* The number of bytes in a unsigned long. */
#define SIZEOF_UNSIGNED_LONG 4
/* The number of bytes in a unsigned long long. */
#define SIZEOF_UNSIGNED_LONG_LONG 8
/* The number of bytes in a unsigned short. */
#define SIZEOF_UNSIGNED_SHORT 2
/* Define if you have the DirectFBInit function. */
/* #undef HAVE_DIRECTFBINIT */
/* Define if you have the Gpm_GetLibVersion function. */
/* #undef HAVE_GPM_GETLIBVERSION */
/* Define if you have the MouOpen function. */
/* #undef HAVE_MOUOPEN */
/* Define if you have the XCloseIM function. */
/* #undef HAVE_XCLOSEIM */
/* Define if you have the XCreateIC function. */
/* #undef HAVE_XCREATEIC */
/* Define if you have the XDestroyIC function. */
/* #undef HAVE_XDESTROYIC */
/* Define if you have the XOpenDisplay function. */
/* #undef HAVE_XOPENDISPLAY */
/* Define if you have the XOpenIM function. */
/* #undef HAVE_XOPENIM */
/* Define if you have the XSupportsLocale function. */
/* #undef HAVE_XSUPPORTSLOCALE */
/* Define if you have the XmbTextListToTextProperty function. */
/* #undef HAVE_XMBTEXTLISTTOTEXTPROPERTY */
/* Define if you have the Xutf8LookupString function. */
/* #undef HAVE_XUTF8LOOKUPSTRING */
/* Define if you have the XwcLookupString function. */
/* #undef HAVE_XWCLOOKUPSTRING */
/* Define if you have the __strtoll function. */
/* #undef HAVE___STRTOLL */
/* Define if you have the _heapmin function. */
/* #undef HAVE__HEAPMIN */
/* Define if you have the _read_kbd function. */
/* #undef HAVE__READ_KBD */
/* Define if you have the _ucreate function. */
/* #undef HAVE__UCREATE */
/* Define if you have the _udefault function. */
/* #undef HAVE__UDEFAULT */
/* Define if you have the _udestroy function. */
/* #undef HAVE__UDESTROY */
/* Define if you have the _uopen function. */
/* #undef HAVE__UOPEN */
/* Define if you have the bcmp function. */
#define HAVE_BCMP 1
/* Define if you have the bcopy function. */
#define HAVE_BCOPY 1
/* Define if you have the bzero function. */
#define HAVE_BZERO 1
/* Define if you have the calloc function. */
#define HAVE_CALLOC 1
/* Define if you have the cfmakeraw function. */
/* #undef HAVE_CFMAKERAW */
/* Define if you have the chmod function. */
#define HAVE_CHMOD 1
/* Define if you have the cygwin_conv_path function. */
/* #undef HAVE_CYGWIN_CONV_PATH */
/* Define if you have the cygwin_conv_to_full_win32_path function. */
/* #undef HAVE_CYGWIN_CONV_TO_FULL_WIN32_PATH */
/* Define if you have the dhcp_option function. */
/* #undef HAVE_DHCP_OPTION */
/* Define if you have the freeaddrinfo function. */
#define HAVE_FREEADDRINFO 1
/* Define if you have the gai_strerror function. */
#define HAVE_GAI_STRERROR 1
/* Define if you have the getaddrinfo function. */
#define HAVE_GETADDRINFO 1
/* Define if you have the getcwd function. */
#define HAVE_GETCWD 1
/* Define if you have the getgrgid function. */
#define HAVE_GETGRGID 1
/* Define if you have the getpagesize function. */
#define HAVE_GETPAGESIZE 1
/* Define if you have the getpid function. */
#define HAVE_GETPID 1
/* Define if you have the getpwuid function. */
#define HAVE_GETPWUID 1
/* Define if you have the getrlimit function. */
/* #undef HAVE_GETRLIMIT */
/* Define if you have the gettimeofday function. */
#define HAVE_GETTIMEOFDAY 1
/* Define if you have the herror function. */
#define HAVE_HERROR 1
/* Define if you have the inet_ntop function. */
#define HAVE_INET_NTOP 1
/* Define if you have the inet_pton function. */
#define HAVE_INET_PTON 1
/* Define if you have the memchr function. */
#define HAVE_MEMCHR 1
/* Define if you have the memcmp function. */
#define HAVE_MEMCMP 1
/* Define if you have the memcpy function. */
#define HAVE_MEMCPY 1
/* Define if you have the memmove function. */
#define HAVE_MEMMOVE 1
/* Define if you have the memset function. */
#define HAVE_MEMSET 1
/* Define if you have the mkdir function. */
#define HAVE_MKDIR 1
/* Define if you have the mktime function. */
#define HAVE_MKTIME 1
/* Define if you have the nl_langinfo function. */
#define HAVE_NL_LANGINFO 1
/* Define if you have the png_create_info_struct function. */
/* #undef HAVE_PNG_CREATE_INFO_STRUCT */
/* Define if you have the png_get_bit_depth function. */
/* #undef HAVE_PNG_GET_BIT_DEPTH */
/* Define if you have the png_get_color_type function. */
/* #undef HAVE_PNG_GET_COLOR_TYPE */
/* Define if you have the png_get_gAMA function. */
/* #undef HAVE_PNG_GET_GAMA */
/* Define if you have the png_get_image_height function. */
/* #undef HAVE_PNG_GET_IMAGE_HEIGHT */
/* Define if you have the png_get_image_width function. */
/* #undef HAVE_PNG_GET_IMAGE_WIDTH */
/* Define if you have the png_get_libpng_ver function. */
/* #undef HAVE_PNG_GET_LIBPNG_VER */
/* Define if you have the png_get_sRGB function. */
/* #undef HAVE_PNG_GET_SRGB */
/* Define if you have the png_get_valid function. */
/* #undef HAVE_PNG_GET_VALID */
/* Define if you have the png_set_rgb_to_gray function. */
/* #undef HAVE_PNG_SET_RGB_TO_GRAY */
/* Define if you have the png_set_strip_alpha function. */
/* #undef HAVE_PNG_SET_STRIP_ALPHA */
/* Define if you have the popen function. */
#define HAVE_POPEN 1
/* Define if you have the pthread_sigmask function. */
/* #undef HAVE_PTHREAD_SIGMASK */
/* Define if you have the raise function. */
#define HAVE_RAISE 1
/* Define if you have the resume_thread function. */
/* #undef HAVE_RESUME_THREAD */
/* Define if you have the select function. */
#define HAVE_SELECT 1
/* Define if you have the setlocale function. */
#define HAVE_SETLOCALE 1
/* Define if you have the setpgid function. */
#define HAVE_SETPGID 1
/* Define if you have the setrlimit function. */
/* #undef HAVE_SETRLIMIT */
/* Define if you have the sigaction function. */
#define HAVE_SIGACTION 1
/* Define if you have the sigblock function. */
#define HAVE_SIGBLOCK 1
/* Define if you have the sigdelset function. */
#define HAVE_SIGDELSET 1
/* Define if you have the sigfillset function. */
#define HAVE_SIGFILLSET 1
/* Define if you have the sigprocmask function. */
#define HAVE_SIGPROCMASK 1
/* Define if you have the sigsetmask function. */
#define HAVE_SIGSETMASK 1
/* Define if you have the snprintf function. */
#define HAVE_SNPRINTF 1
/* Define if you have the spawn_thread function. */
/* #undef HAVE_SPAWN_THREAD */
/* Define if you have the strcasecmp function. */
#define HAVE_STRCASECMP 1
/* Define if you have the strchr function. */
#define HAVE_STRCHR 1
/* Define if you have the strcmp function. */
#define HAVE_STRCMP 1
/* Define if you have the strcpy function. */
#define HAVE_STRCPY 1
/* Define if you have the strcspn function. */
#define HAVE_STRCSPN 1
/* Define if you have the strdup function. */
#define HAVE_STRDUP 1
/* Define if you have the strerror function. */
#define HAVE_STRERROR 1
/* Define if you have the strlen function. */
#define HAVE_STRLEN 1
/* Define if you have the strncasecmp function. */
#define HAVE_STRNCASECMP 1
/* Define if you have the strncmp function. */
#define HAVE_STRNCMP 1
/* Define if you have the strptime function. */
#define HAVE_STRPTIME 1
/* Define if you have the strrchr function. */
#define HAVE_STRRCHR 1
/* Define if you have the strstr function. */
#define HAVE_STRSTR 1
/* Define if you have the strtod function. */
#define HAVE_STRTOD 1
/* Define if you have the strtoimax function. */
/* #undef HAVE_STRTOIMAX */
/* Define if you have the strtol function. */
#define HAVE_STRTOL 1
/* Define if you have the strtoll function. */
#define HAVE_STRTOLL 1
/* Define if you have the strtoq function. */
#define HAVE_STRTOQ 1
/* Define if you have the strtoul function. */
#define HAVE_STRTOUL 1
/* Define if you have the tempnam function. */
#define HAVE_TEMPNAM 1
/* Define if you have the uname function. */
#define HAVE_UNAME 1
/* Define if you have the unixpath2win function. */
/* #undef HAVE_UNIXPATH2WIN */
/* Define if you have the utime function. */
#define HAVE_UTIME 1
/* Define if you have the utimes function. */
#define HAVE_UTIMES 1
/* Define if you have the uwin_path function. */
/* #undef HAVE_UWIN_PATH */
/* Define if you have the winpath2unix function. */
/* #undef HAVE_WINPATH2UNIX */
/* Define if you have the <X11/X.h> header file. */
/* #undef HAVE_X11_X_H */
/* Define if you have the <X11/Xatom.h> header file. */
/* #undef HAVE_X11_XATOM_H */
/* Define if you have the <X11/Xlib.h> header file. */
/* #undef HAVE_X11_XLIB_H */
/* Define if you have the <X11/Xlocale.h> header file. */
/* #undef HAVE_X11_XLOCALE_H */
/* Define if you have the <X11/Xutil.h> header file. */
/* #undef HAVE_X11_XUTIL_H */
/* Define if you have the <X11/keysymdef.h> header file. */
/* #undef HAVE_X11_KEYSYMDEF_H */
/* Define if you have the <alloca.h> header file. */
/* #undef HAVE_ALLOCA_H */
/* Define if you have the <arpa/inet.h> header file. */
#define HAVE_ARPA_INET_H 1
/* Define if you have the <atheos/threads.h> header file. */
/* #undef HAVE_ATHEOS_THREADS_H */
/* Define if you have the <bzlib.h> header file. */
/* #undef HAVE_BZLIB_H */
/* Define if you have the <cygwin/process.h> header file. */
/* #undef HAVE_CYGWIN_PROCESS_H */
/* Define if you have the <cygwin/version.h> header file. */
/* #undef HAVE_CYGWIN_VERSION_H */
/* Define if you have the <directfb.h> header file. */
/* #undef HAVE_DIRECTFB_H */
/* Define if you have the <dirent.h> header file. */
#define HAVE_DIRENT_H 1
/* Define if you have the <endian.h> header file. */
/* #undef HAVE_ENDIAN_H */
/* Define if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
/* Define if you have the <gpm.h> header file. */
/* #undef HAVE_GPM_H */
/* Define if you have the <grp.h> header file. */
#define HAVE_GRP_H 1
/* Define if you have the <grx20.h> header file. */
/* #undef HAVE_GRX20_H */
/* Define if you have the <gui/bitmap.h> header file. */
/* #undef HAVE_GUI_BITMAP_H */
/* Define if you have the <gui/desktop.h> header file. */
/* #undef HAVE_GUI_DESKTOP_H */
/* Define if you have the <gui/view.h> header file. */
/* #undef HAVE_GUI_VIEW_H */
/* Define if you have the <gui/window.h> header file. */
/* #undef HAVE_GUI_WINDOW_H */
/* Define if you have the <ieee.h> header file. */
/* #undef HAVE_IEEE_H */
/* Define if you have the <interix/interix.h> header file. */
/* #undef HAVE_INTERIX_INTERIX_H */
/* Define if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define if you have the <io.h> header file. */
/* #undef HAVE_IO_H */
/* Define if you have the <jpeglib.h> header file. */
/* #undef HAVE_JPEGLIB_H */
/* Define if you have the <langinfo.h> header file. */
#define HAVE_LANGINFO_H 1
/* Define if you have the <libpng/png.h> header file. */
/* #undef HAVE_LIBPNG_PNG_H */
/* Define if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
/* Define if you have the <linux/fb.h> header file. */
/* #undef HAVE_LINUX_FB_H */
/* Define if you have the <linux/kd.h> header file. */
/* #undef HAVE_LINUX_KD_H */
/* Define if you have the <linux/vt.h> header file. */
/* #undef HAVE_LINUX_VT_H */
/* Define if you have the <lzma.h> header file. */
/* #undef HAVE_LZMA_H */
/* Define if you have the <malloc.h> header file. */
/* #undef HAVE_MALLOC_H */
/* Define if you have the <math.h> header file. */
#define HAVE_MATH_H 1
/* Define if you have the <ndir.h> header file. */
/* #undef HAVE_NDIR_H */
/* Define if you have the <net/socket.h> header file. */
#define HAVE_NET_SOCKET_H 1
/* Define if you have the <netinet/dhcp.h> header file. */
/* #undef HAVE_NETINET_DHCP_H */
/* Define if you have the <netinet/in_system.h> header file. */
/* #undef HAVE_NETINET_IN_SYSTEM_H */
/* Define if you have the <netinet/in_systm.h> header file. */
/* #undef HAVE_NETINET_IN_SYSTM_H */
/* Define if you have the <netinet/ip.h> header file. */
/* #undef HAVE_NETINET_IP_H */
/* Define if you have the <png.h> header file. */
/* #undef HAVE_PNG_H */
/* Define if you have the <process.h> header file. */
/* #undef HAVE_PROCESS_H */
/* Define if you have the <pwd.h> header file. */
#define HAVE_PWD_H 1
/* Define if you have the <setjmp.h> header file. */
#define HAVE_SETJMP_H 1
/* Define if you have the <sgtty.h> header file. */
/* #undef HAVE_SGTTY_H */
/* Define if you have the <stdarg.h> header file. */
#define HAVE_STDARG_H 1
/* Define if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define if you have the <sys/cygwin.h> header file. */
/* #undef HAVE_SYS_CYGWIN_H */
/* Define if you have the <sys/dir.h> header file. */
/* #undef HAVE_SYS_DIR_H */
/* Define if you have the <sys/file.h> header file. */
#define HAVE_SYS_FILE_H 1
/* Define if you have the <sys/fmutex.h> header file. */
/* #undef HAVE_SYS_FMUTEX_H */
/* Define if you have the <sys/ioctl.h> header file. */
#define HAVE_SYS_IOCTL_H 1
/* Define if you have the <sys/mman.h> header file. */
/* #undef HAVE_SYS_MMAN_H */
/* Define if you have the <sys/ndir.h> header file. */
/* #undef HAVE_SYS_NDIR_H */
/* Define if you have the <sys/resource.h> header file. */
#define HAVE_SYS_RESOURCE_H 1
/* Define if you have the <sys/select.h> header file. */
/* #undef HAVE_SYS_SELECT_H */
/* Define if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
/* Define if you have the <sys/un.h> header file. */
/* #undef HAVE_SYS_UN_H */
/* Define if you have the <sys/utsname.h> header file. */
#define HAVE_SYS_UTSNAME_H 1
/* Define if you have the <termios.h> header file. */
/* #undef HAVE_TERMIOS_H */
/* Define if you have the <tiffio.h> header file. */
/* #undef HAVE_TIFFIO_H */
/* Define if you have the <time.h> header file. */
#define HAVE_TIME_H 1
/* Define if you have the <umalloc.h> header file. */
/* #undef HAVE_UMALLOC_H */
/* Define if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define if you have the <unixlib.h> header file. */
#define HAVE_UNIXLIB_H 1
/* Define if you have the <util/application.h> header file. */
/* #undef HAVE_UTIL_APPLICATION_H */
/* Define if you have the <util/locker.h> header file. */
/* #undef HAVE_UTIL_LOCKER_H */
/* Define if you have the <utime.h> header file. */
#define HAVE_UTIME_H 1
/* Define if you have the <uwin.h> header file. */
/* #undef HAVE_UWIN_H */
/* Define if you have the <values.h> header file. */
/* #undef HAVE_VALUES_H */
/* Define if you have the <windowsx.h> header file. */
/* #undef HAVE_WINDOWSX_H */
/* Define if you have the <zlib.h> header file. */
/* #undef HAVE_ZLIB_H */
/* Define if you have the Xau library (-lXau). */
/* #undef HAVE_LIBXAU */
/* Define if you have the Xdmcp library (-lXdmcp). */
/* #undef HAVE_LIBXDMCP */
/* Define if you have the atheos library (-latheos). */
/* #undef HAVE_LIBATHEOS */
/* Define if you have the bz2 library (-lbz2). */
/* #undef HAVE_LIBBZ2 */
/* Define if you have the dl library (-ldl). */
/* #undef HAVE_LIBDL */
/* Define if you have the gpm library (-lgpm). */
/* #undef HAVE_LIBGPM */
/* Define if you have the grx20 library (-lgrx20). */
/* #undef HAVE_LIBGRX20 */
/* Define if you have the jbig library (-ljbig). */
/* #undef HAVE_LIBJBIG */
/* Define if you have the jpeg library (-ljpeg). */
/* #undef HAVE_LIBJPEG */
/* Define if you have the lzma library (-llzma). */
/* #undef HAVE_LIBLZMA */
/* Define if you have the m library (-lm). */
/* #undef HAVE_LIBM */
/* Define if you have the network library (-lnetwork). */
/* #undef HAVE_LIBNETWORK */
/* Define if you have the nsl library (-lnsl). */
/* #undef HAVE_LIBNSL */
/* Define if you have the png library (-lpng). */
/* #undef HAVE_LIBPNG */
/* Define if you have the pthread library (-lpthread). */
/* #undef HAVE_LIBPTHREAD */
/* Define if you have the socket library (-lsocket). */
/* #undef HAVE_LIBSOCKET */
/* Define if you have the stdc++ library (-lstdc++). */
/* #undef HAVE_LIBSTDC__ */
/* Define if you have the syllable library (-lsyllable). */
/* #undef HAVE_LIBSYLLABLE */
/* Define if you have the tiff library (-ltiff). */
/* #undef HAVE_LIBTIFF */
/* Define if you have the watt library (-lwatt). */
/* #undef HAVE_LIBWATT */
/* Define if you have the x86 library (-lx86). */
/* #undef HAVE_LIBX86 */
/* Define if you have the xcb library (-lxcb). */
/* #undef HAVE_LIBXCB */
/* Define if you have the xcb-xlib library (-lxcb-xlib). */
/* #undef HAVE_LIBXCB_XLIB */
/* Define if you have the z library (-lz). */
/* #undef HAVE_LIBZ */
/* Name of package */
#define PACKAGE "links"
/* Version number of package */
#define VERSION "2.8"
/* */
#define VERSION "2.8"
/* */
/* #undef HAVE_TYPEOF */
/* */
#define HAVE_LONG_LONG 1
/* */
/* #undef HAVE_POINTER_COMPARISON_BUG */
/* */
/* #undef HAVE_MAXINT_CONVERSION_BUG */
/* */
#define HAVE_STDLIB_H_X 1
/* */
/* #undef HAVE_SOCKLEN_T */
/* */
#define HAVE_VOLATILE 1
/* */
#define HAVE_ERRNO 1
/* */
#define C_BIG_ENDIAN 1
/* */
/* #undef C_LITTLE_ENDIAN */
/* */
#define RENAME_OVER_EXISTING_FILES 1
/* */
#define HAVE_STRLEN 1
/* */
#define HAVE_STRCPY 1
/* */
#define HAVE_STRCHR 1
/* */
#define HAVE_STRRCHR 1
/* */
#define HAVE_STRCMP 1
/* */
#define HAVE_STRNCMP 1
/* */
#define HAVE_STRCASECMP 1
/* */
#define HAVE_STRNCASECMP 1
/* */
#define HAVE_STRCSPN 1
/* */
#define HAVE_STRSTR 1
/* */
#define HAVE_MEMCMP 1
/* */
#define HAVE_MEMCHR 1
/* */
#define HAVE_MEMCPY 1
/* */
#define HAVE_MEMMOVE 1
/* */
#define HAVE_MEMSET 1
/* */
#define HAVE_STRERROR 1
/* */
#define HAVE_SIGSETJMP 1
/* */
/* #undef HAVE_POW */
/* */
/* #undef HAVE_POWF */
/* */
#define HAVE_GETHOSTBYNAME 1
/* */
/* #undef HAVE_GETHOSTBYNAME_BUG */
/* */
#define SUPPORT_IPV6 1
/* */
#define SUPPORT_IPV6_SCOPE 1
/* */
#define DEBUGLEVEL 0
/* */
/* #undef JS */
/* */
/* #undef CHCEME_FLEXI_LIBU */
/* */
/* #undef HAVE_PCRE */
/* */
/* #undef HAVE_REGEX */
/* */
#define ENABLE_UTF8 1
/* */
/* #undef HAVE_BEGINTHREAD */
/* */
/* #undef HAVE_PTHREADS */
/* */
/* #undef X2 */
/* */
/* #undef HAVE_XSETLOCALE */
/* */
/* #undef HAVE_SSL */
/* */
/* #undef HAVE_OPENSSL */
/* */
/* #undef HAVE_NSS */
/* */
/* #undef HAVE_ZLIB */
/* */
/* #undef HAVE_BZIP2 */
/* */
/* #undef HAVE_LZMA */
/* */
/* #undef G */
/* */
/* #undef GRDRV_SVGALIB */
/* */
/* #undef GRDRV_FB */
/* */
/* #undef GRDRV_DIRECTFB */
/* */
/* #undef GRDRV_X */
/* */
/* #undef GRDRV_SDL */
/* */
/* #undef GRDRV_PMSHELL */
/* */
/* #undef GRDRV_ATHEOS */
/* */
/* #undef GRDRV_GRX */
/* */
/* #undef DONT_INCLUDE_SETJMP */
/* Jpeg by Clock */
/* #undef HAVE_JPEG */
/* Tiff by Brain */
/* #undef HAVE_TIFF */