This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #123802] Assertion failure with /$0{}/
[perl5.git] / uconfig.h
1 /* This file was produced by running the config_h.SH script, which
2  * gets its values from uconfig.sh, which is generally produced by
3  * running Configure.
4  *
5  * Feel free to modify any of this as the need arises.  Note, however,
6  * that running config_h.SH again will wipe out any changes you've made.
7  * For a more permanent change edit uconfig.sh and rerun config_h.SH.
8  */
9
10 /* Package name      : perl5
11  * Source directory  : .
12  * Configuration time: Thu Jan  1 00:00:00 GMT 1970
13  * Configured by     : root@localhost
14  * Target system     : unknown
15  */
16
17 #ifndef _config_h_
18 #define _config_h_
19
20 /* LOC_SED:
21  *      This symbol holds the complete pathname to the sed program.
22  */
23 #define LOC_SED         ""      /**/
24
25 /* HAS_ALARM:
26  *      This symbol, if defined, indicates that the alarm routine is
27  *      available.
28  */
29 /*#define HAS_ALARM             / **/
30
31 /* HAS_BCMP:
32  *      This symbol is defined if the bcmp() routine is available to
33  *      compare blocks of memory.
34  */
35 /*#define HAS_BCMP      / **/
36
37 /* HAS_BCOPY:
38  *      This symbol is defined if the bcopy() routine is available to
39  *      copy blocks of memory.
40  */
41 /*#define HAS_BCOPY     / **/
42
43 /* HAS_BZERO:
44  *      This symbol is defined if the bzero() routine is available to
45  *      set a memory block to 0.
46  */
47 /*#define HAS_BZERO     / **/
48
49 /* HAS_CBRT:
50  *      This symbol, if defined, indicates that the cbrt() (cube root)
51  *      function is available.
52  */
53 /*#define HAS_CBRT      / **/
54
55 /* HAS_CHOWN:
56  *      This symbol, if defined, indicates that the chown routine is
57  *      available.
58  */
59 /*#define HAS_CHOWN             / **/
60
61 /* HAS_CHROOT:
62  *      This symbol, if defined, indicates that the chroot routine is
63  *      available.
64  */
65 /*#define HAS_CHROOT            / **/
66
67 /* HAS_CHSIZE:
68  *      This symbol, if defined, indicates that the chsize routine is available
69  *      to truncate files.  You might need a -lx to get this routine.
70  */
71 /*#define       HAS_CHSIZE              / **/
72
73 /* HAS_CRYPT:
74  *      This symbol, if defined, indicates that the crypt routine is available
75  *      to encrypt passwords and the like.
76  */
77 /*#define HAS_CRYPT             / **/
78
79 /* HAS_CTERMID:
80  *      This symbol, if defined, indicates that the ctermid routine is
81  *      available to generate filename for terminal.
82  */
83 /*#define HAS_CTERMID           / **/
84
85 /* HAS_CUSERID:
86  *      This symbol, if defined, indicates that the cuserid routine is
87  *      available to get character login names.
88  */
89 /*#define HAS_CUSERID           / **/
90
91 /* HAS_DBL_DIG:
92  *      This symbol, if defined, indicates that this system's <float.h>
93  *      or <limits.h> defines the symbol DBL_DIG, which is the number
94  *      of significant digits in a double precision number.  If this
95  *      symbol is not defined, a guess of 15 is usually pretty good.
96  */
97 /*#define HAS_DBL_DIG   / **/
98
99 /* HAS_DIFFTIME:
100  *      This symbol, if defined, indicates that the difftime routine is
101  *      available.
102  */
103 /*#define HAS_DIFFTIME          / **/
104
105 /* HAS_DLERROR:
106  *      This symbol, if defined, indicates that the dlerror routine is
107  *      available to return a string describing the last error that
108  *      occurred from a call to dlopen(), dlclose() or dlsym().
109  */
110 /*#define HAS_DLERROR   / **/
111
112 /* HAS_DUP2:
113  *      This symbol, if defined, indicates that the dup2 routine is
114  *      available to duplicate file descriptors.
115  */
116 /*#define HAS_DUP2      / **/
117
118 /* HAS_FCHMOD:
119  *      This symbol, if defined, indicates that the fchmod routine is available
120  *      to change mode of opened files.  If unavailable, use chmod().
121  */
122 /*#define HAS_FCHMOD            / **/
123
124 /* HAS_FCHOWN:
125  *      This symbol, if defined, indicates that the fchown routine is available
126  *      to change ownership of opened files.  If unavailable, use chown().
127  */
128 /*#define HAS_FCHOWN            / **/
129
130 /* HAS_FCNTL:
131  *      This symbol, if defined, indicates to the C program that
132  *      the fcntl() function exists.
133  */
134 /*#define HAS_FCNTL             / **/
135
136 /* HAS_FGETPOS:
137  *      This symbol, if defined, indicates that the fgetpos routine is
138  *      available to get the file position indicator, similar to ftell().
139  */
140 /*#define HAS_FGETPOS   / **/
141
142 /* HAS_FLOCK:
143  *      This symbol, if defined, indicates that the flock routine is
144  *      available to do file locking.
145  */
146 /*#define HAS_FLOCK             / **/
147
148 /* HAS_FORK:
149  *      This symbol, if defined, indicates that the fork routine is
150  *      available.
151  */
152 #define HAS_FORK                /**/
153
154 /* HAS_FSETPOS:
155  *      This symbol, if defined, indicates that the fsetpos routine is
156  *      available to set the file position indicator, similar to fseek().
157  */
158 /*#define HAS_FSETPOS   / **/
159
160 /* HAS_GETTIMEOFDAY:
161  *      This symbol, if defined, indicates that the gettimeofday() system
162  *      call is available for a sub-second accuracy clock. Usually, the file
163  *      <sys/resource.h> needs to be included (see I_SYS_RESOURCE).
164  *      The type "Timeval" should be used to refer to "struct timeval".
165  */
166 /*#define HAS_GETTIMEOFDAY      / **/
167 #ifdef HAS_GETTIMEOFDAY
168 #define Timeval struct timeval  /* Structure used by gettimeofday() */
169 #endif
170
171 /* HAS_GETGROUPS:
172  *      This symbol, if defined, indicates that the getgroups() routine is
173  *      available to get the list of process groups.  If unavailable, multiple
174  *      groups are probably not supported.
175  */
176 /*#define HAS_GETGROUPS         / **/
177
178 /* HAS_GETLOGIN:
179  *      This symbol, if defined, indicates that the getlogin routine is
180  *      available to get the login name.
181  */
182 /*#define HAS_GETLOGIN          / **/
183
184 /* HAS_GETPGID:
185  *      This symbol, if defined, indicates to the C program that 
186  *      the getpgid(pid) function is available to get the
187  *      process group id.
188  */
189 /*#define HAS_GETPGID           / **/
190
191 /* HAS_GETPGRP2:
192  *      This symbol, if defined, indicates that the getpgrp2() (as in DG/UX)
193  *      routine is available to get the current process group.
194  */
195 /*#define HAS_GETPGRP2          / **/
196
197 /* HAS_GETPPID:
198  *      This symbol, if defined, indicates that the getppid routine is
199  *      available to get the parent process ID.
200  */
201 /*#define HAS_GETPPID           / **/
202
203 /* HAS_GETPRIORITY:
204  *      This symbol, if defined, indicates that the getpriority routine is
205  *      available to get a process's priority.
206  */
207 /*#define HAS_GETPRIORITY               / **/
208
209 /* HAS_INET_ATON:
210  *      This symbol, if defined, indicates to the C program that the
211  *      inet_aton() function is available to parse IP address "dotted-quad"
212  *      strings.
213  */
214 /*#define HAS_INET_ATON         / **/
215
216 /* HAS_KILLPG:
217  *      This symbol, if defined, indicates that the killpg routine is available
218  *      to kill process groups.  If unavailable, you probably should use kill
219  *      with a negative process number.
220  */
221 /*#define HAS_KILLPG    / **/
222
223 /* HAS_LINK:
224  *      This symbol, if defined, indicates that the link routine is
225  *      available to create hard links.
226  */
227 /*#define HAS_LINK      / **/
228
229 /* HAS_LOCALECONV:
230  *      This symbol, if defined, indicates that the localeconv routine is
231  *      available for numeric and monetary formatting conventions.
232  */
233 /*#define HAS_LOCALECONV        / **/
234
235 /* HAS_LOCKF:
236  *      This symbol, if defined, indicates that the lockf routine is
237  *      available to do file locking.
238  */
239 /*#define HAS_LOCKF             / **/
240
241 /* HAS_LSTAT:
242  *      This symbol, if defined, indicates that the lstat routine is
243  *      available to do file stats on symbolic links.
244  */
245 /*#define HAS_LSTAT             / **/
246
247 /* HAS_MBLEN:
248  *      This symbol, if defined, indicates that the mblen routine is available
249  *      to find the number of bytes in a multibye character.
250  */
251 /*#define HAS_MBLEN             / **/
252
253 /* HAS_MBSTOWCS:
254  *      This symbol, if defined, indicates that the mbstowcs routine is
255  *      available to convert a multibyte string into a wide character string.
256  */
257 /*#define       HAS_MBSTOWCS            / **/
258
259 /* HAS_MBTOWC:
260  *      This symbol, if defined, indicates that the mbtowc routine is available
261  *      to convert a multibyte to a wide character.
262  */
263 /*#define HAS_MBTOWC            / **/
264
265 /* HAS_MEMCMP:
266  *      This symbol, if defined, indicates that the memcmp routine is available
267  *      to compare blocks of memory.
268  */
269 #define HAS_MEMCMP      /**/
270
271 /* HAS_MEMCPY:
272  *      This symbol, if defined, indicates that the memcpy routine is available
273  *      to copy blocks of memory.
274  */
275 #define HAS_MEMCPY      /**/
276
277 /* HAS_MEMMOVE:
278  *      This symbol, if defined, indicates that the memmove routine is available
279  *      to copy potentially overlapping blocks of memory. This should be used
280  *      only when HAS_SAFE_BCOPY is not defined. If neither is there, roll your
281  *      own version.
282  */
283 /*#define HAS_MEMMOVE   / **/
284
285 /* HAS_MEMSET:
286  *      This symbol, if defined, indicates that the memset routine is available
287  *      to set blocks of memory.
288  */
289 #define HAS_MEMSET      /**/
290
291 /* HAS_MKDIR:
292  *      This symbol, if defined, indicates that the mkdir routine is available
293  *      to create directories.  Otherwise you should fork off a new process to
294  *      exec /bin/mkdir.
295  */
296 /*#define HAS_MKDIR             / **/
297
298 /* HAS_MKFIFO:
299  *      This symbol, if defined, indicates that the mkfifo routine is
300  *      available to create FIFOs. Otherwise, mknod should be able to
301  *      do it for you. However, if mkfifo is there, mknod might require
302  *      super-user privileges which mkfifo will not.
303  */
304 /*#define HAS_MKFIFO            / **/
305
306 /* HAS_MKTIME:
307  *      This symbol, if defined, indicates that the mktime routine is
308  *      available.
309  */
310 /*#define HAS_MKTIME            / **/
311
312 /* HAS_MSYNC:
313  *      This symbol, if defined, indicates that the msync system call is
314  *      available to synchronize a mapped file.
315  */
316 /*#define HAS_MSYNC             / **/
317
318 /* HAS_MUNMAP:
319  *      This symbol, if defined, indicates that the munmap system call is
320  *      available to unmap a region, usually mapped by mmap().
321  */
322 /*#define HAS_MUNMAP            / **/
323
324 /* HAS_NICE:
325  *      This symbol, if defined, indicates that the nice routine is
326  *      available.
327  */
328 /*#define HAS_NICE              / **/
329
330 /* HAS_PATHCONF:
331  *      This symbol, if defined, indicates that pathconf() is available
332  *      to determine file-system related limits and options associated
333  *      with a given filename.
334  */
335 /* HAS_FPATHCONF:
336  *      This symbol, if defined, indicates that pathconf() is available
337  *      to determine file-system related limits and options associated
338  *      with a given open file descriptor.
339  */
340 /*#define HAS_PATHCONF          / **/
341 /*#define HAS_FPATHCONF         / **/
342
343 /* HAS_PAUSE:
344  *      This symbol, if defined, indicates that the pause routine is
345  *      available to suspend a process until a signal is received.
346  */
347 /*#define HAS_PAUSE             / **/
348
349 /* HAS_PIPE:
350  *      This symbol, if defined, indicates that the pipe routine is
351  *      available to create an inter-process channel.
352  */
353 /*#define HAS_PIPE              / **/
354
355 /* HAS_POLL:
356  *      This symbol, if defined, indicates that the poll routine is
357  *      available to poll active file descriptors.  Please check I_POLL and
358  *      I_SYS_POLL to know which header should be included as well.
359  */
360 /*#define HAS_POLL              / **/
361
362 /* HAS_READDIR:
363  *      This symbol, if defined, indicates that the readdir routine is
364  *      available to read directory entries. You may have to include
365  *      <dirent.h>. See I_DIRENT.
366  */
367 #define HAS_READDIR             /**/
368
369 /* HAS_SEEKDIR:
370  *      This symbol, if defined, indicates that the seekdir routine is
371  *      available. You may have to include <dirent.h>. See I_DIRENT.
372  */
373 /*#define HAS_SEEKDIR           / **/
374
375 /* HAS_TELLDIR:
376  *      This symbol, if defined, indicates that the telldir routine is
377  *      available. You may have to include <dirent.h>. See I_DIRENT.
378  */
379 /*#define HAS_TELLDIR           / **/
380
381 /* HAS_REWINDDIR:
382  *      This symbol, if defined, indicates that the rewinddir routine is
383  *      available. You may have to include <dirent.h>. See I_DIRENT.
384  */
385 /*#define HAS_REWINDDIR         / **/
386
387 /* HAS_READLINK:
388  *      This symbol, if defined, indicates that the readlink routine is
389  *      available to read the value of a symbolic link.
390  */
391 /*#define HAS_READLINK          / **/
392
393 /* HAS_REGCOMP:
394  *      This symbol, if defined, indicates that the regcomp() routine is
395  *      available to do some regular patern matching (usually on POSIX.2
396  *      conforming systems).
397  */
398 #define HAS_REGCOMP             /* POSIX.2 */
399
400 /* HAS_RENAME:
401  *      This symbol, if defined, indicates that the rename routine is available
402  *      to rename files.  Otherwise you should do the unlink(), link(), unlink()
403  *      trick.
404  */
405 #define HAS_RENAME      /**/
406
407 /* HAS_RMDIR:
408  *      This symbol, if defined, indicates that the rmdir routine is
409  *      available to remove directories. Otherwise you should fork off a
410  *      new process to exec /bin/rmdir.
411  */
412 /*#define HAS_RMDIR             / **/
413
414 /* HAS_SELECT:
415  *      This symbol, if defined, indicates that the select routine is
416  *      available to select active file descriptors. If the timeout field
417  *      is used, <sys/time.h> may need to be included.
418  */
419 /*#define HAS_SELECT    / **/
420
421 /* HAS_SETEGID:
422  *      This symbol, if defined, indicates that the setegid routine is available
423  *      to change the effective gid of the current program.
424  */
425 /*#define HAS_SETEGID           / **/
426
427 /* HAS_SETEUID:
428  *      This symbol, if defined, indicates that the seteuid routine is available
429  *      to change the effective uid of the current program.
430  */
431 /*#define HAS_SETEUID           / **/
432
433 /* HAS_SETGROUPS:
434  *      This symbol, if defined, indicates that the setgroups() routine is
435  *      available to set the list of process groups.  If unavailable, multiple
436  *      groups are probably not supported.
437  */
438 /*#define HAS_SETGROUPS         / **/
439
440 /* HAS_SETLINEBUF:
441  *      This symbol, if defined, indicates that the setlinebuf routine is
442  *      available to change stderr or stdout from block-buffered or unbuffered
443  *      to a line-buffered mode.
444  */
445 /*#define HAS_SETLINEBUF                / **/
446
447 /* HAS_SETLOCALE:
448  *      This symbol, if defined, indicates that the setlocale routine is
449  *      available to handle locale-specific ctype implementations.
450  */
451 /*#define HAS_SETLOCALE / **/
452
453 /* HAS_SETPGID:
454  *      This symbol, if defined, indicates that the setpgid(pid, gpid)
455  *      routine is available to set process group ID.
456  */
457 /*#define HAS_SETPGID   / **/
458
459 /* HAS_SETPGRP2:
460  *      This symbol, if defined, indicates that the setpgrp2() (as in DG/UX)
461  *      routine is available to set the current process group.
462  */
463 /*#define HAS_SETPGRP2          / **/
464
465 /* HAS_SETPRIORITY:
466  *      This symbol, if defined, indicates that the setpriority routine is
467  *      available to set a process's priority.
468  */
469 /*#define HAS_SETPRIORITY               / **/
470
471 /* HAS_SETREGID:
472  *      This symbol, if defined, indicates that the setregid routine is
473  *      available to change the real and effective gid of the current
474  *      process.
475  */
476 /* HAS_SETRESGID:
477  *      This symbol, if defined, indicates that the setresgid routine is
478  *      available to change the real, effective and saved gid of the current
479  *      process.
480  */
481 /*#define HAS_SETREGID          / **/
482 /*#define HAS_SETRESGID         / **/
483
484 /* HAS_SETREUID:
485  *      This symbol, if defined, indicates that the setreuid routine is
486  *      available to change the real and effective uid of the current
487  *      process.
488  */
489 /* HAS_SETRESUID:
490  *      This symbol, if defined, indicates that the setresuid routine is
491  *      available to change the real, effective and saved uid of the current
492  *      process.
493  */
494 /*#define HAS_SETREUID          / **/
495 /*#define HAS_SETRESUID         / **/
496
497 /* HAS_SETRGID:
498  *      This symbol, if defined, indicates that the setrgid routine is available
499  *      to change the real gid of the current program.
500  */
501 /*#define HAS_SETRGID           / **/
502
503 /* HAS_SETRUID:
504  *      This symbol, if defined, indicates that the setruid routine is available
505  *      to change the real uid of the current program.
506  */
507 /*#define HAS_SETRUID           / **/
508
509 /* HAS_SETSID:
510  *      This symbol, if defined, indicates that the setsid routine is
511  *      available to set the process group ID.
512  */
513 /*#define HAS_SETSID    / **/
514
515 /* HAS_STAT:
516  *      This symbol, if defined, indicates that the stat routine is
517  *      available to get file status.
518  */
519 #define HAS_STAT        /**/
520
521 /* HAS_STRCHR:
522  *      This symbol is defined to indicate that the strchr()/strrchr()
523  *      functions are available for string searching. If not, try the
524  *      index()/rindex() pair.
525  */
526 /* HAS_INDEX:
527  *      This symbol is defined to indicate that the index()/rindex()
528  *      functions are available for string searching.
529  */
530 /*#define HAS_STRCHR    / **/
531 /*#define HAS_INDEX     / **/
532
533 /* HAS_STRCOLL:
534  *      This symbol, if defined, indicates that the strcoll routine is
535  *      available to compare strings using collating information.
536  */
537 /*#define HAS_STRCOLL   / **/
538
539 /* HAS_STRTOD:
540  *      This symbol, if defined, indicates that the strtod routine is
541  *      available to provide better numeric string conversion than atof().
542  */
543 /*#define HAS_STRTOD    / **/
544
545 /* HAS_STRTOL:
546  *      This symbol, if defined, indicates that the strtol routine is available
547  *      to provide better numeric string conversion than atoi() and friends.
548  */
549 #define HAS_STRTOL      /**/
550
551 /* HAS_STRXFRM:
552  *      This symbol, if defined, indicates that the strxfrm() routine is
553  *      available to transform strings.
554  */
555 /*#define HAS_STRXFRM   / **/
556
557 /* HAS_SYMLINK:
558  *      This symbol, if defined, indicates that the symlink routine is available
559  *      to create symbolic links.
560  */
561 /*#define HAS_SYMLINK   / **/
562
563 /* HAS_SYSCALL:
564  *      This symbol, if defined, indicates that the syscall routine is
565  *      available to call arbitrary system calls. If undefined, that's tough.
566  */
567 /*#define HAS_SYSCALL   / **/
568
569 /* HAS_SYSCONF:
570  *      This symbol, if defined, indicates that sysconf() is available
571  *      to determine system related limits and options.
572  */
573 /*#define HAS_SYSCONF   / **/
574
575 /* HAS_SYSTEM:
576  *      This symbol, if defined, indicates that the system routine is
577  *      available to issue a shell command.
578  */
579 /*#define HAS_SYSTEM    / **/
580
581 /* HAS_TCGETPGRP:
582  *      This symbol, if defined, indicates that the tcgetpgrp routine is
583  *      available to get foreground process group ID.
584  */
585 /*#define HAS_TCGETPGRP         / **/
586
587 /* HAS_TCSETPGRP:
588  *      This symbol, if defined, indicates that the tcsetpgrp routine is
589  *      available to set foreground process group ID.
590  */
591 /*#define HAS_TCSETPGRP         / **/
592
593 /* HAS_TRUNCATE:
594  *      This symbol, if defined, indicates that the truncate routine is
595  *      available to truncate files.
596  */
597 /*#define HAS_TRUNCATE  / **/
598
599 /* HAS_TZNAME:
600  *      This symbol, if defined, indicates that the tzname[] array is
601  *      available to access timezone names.
602  */
603 /*#define HAS_TZNAME            / **/
604
605 /* HAS_UMASK:
606  *      This symbol, if defined, indicates that the umask routine is
607  *      available to set and get the value of the file creation mask.
608  */
609 /*#define HAS_UMASK             / **/
610
611 /* HAS_USLEEP:
612  *      This symbol, if defined, indicates that the usleep routine is
613  *      available to let the process sleep on a sub-second accuracy.
614  */
615 /*#define HAS_USLEEP            / **/
616
617 /* HAS_WAIT4:
618  *      This symbol, if defined, indicates that wait4() exists.
619  */
620 /*#define HAS_WAIT4     / **/
621
622 /* HAS_WAITPID:
623  *      This symbol, if defined, indicates that the waitpid routine is
624  *      available to wait for child process.
625  */
626 /*#define HAS_WAITPID   / **/
627
628 /* HAS_WCSTOMBS:
629  *      This symbol, if defined, indicates that the wcstombs routine is
630  *      available to convert wide character strings to multibyte strings.
631  */
632 /*#define HAS_WCSTOMBS  / **/
633
634 /* HAS_WCTOMB:
635  *      This symbol, if defined, indicates that the wctomb routine is available
636  *      to convert a wide character to a multibyte.
637  */
638 /*#define HAS_WCTOMB            / **/
639
640 /* Groups_t:
641  *      This symbol holds the type used for the second argument to
642  *      getgroups() and setgroups().  Usually, this is the same as
643  *      gidtype (gid_t) , but sometimes it isn't.
644  *      It can be int, ushort, gid_t, etc... 
645  *      It may be necessary to include <sys/types.h> to get any 
646  *      typedef'ed information.  This is only required if you have
647  *      getgroups() or setgroups()..
648  */
649 #if defined(HAS_GETGROUPS) || defined(HAS_SETGROUPS)
650 #define Groups_t int    /* Type for 2nd arg to [sg]etgroups() */
651 #endif
652
653 /* I_ARPA_INET:
654  *      This symbol, if defined, indicates to the C program that it should
655  *      include <arpa/inet.h> to get inet_addr and friends declarations.
656  */
657 /*#define       I_ARPA_INET             / **/
658
659 /* I_DBM:
660  *      This symbol, if defined, indicates that <dbm.h> exists and should
661  *      be included.
662  */
663 /* I_RPCSVC_DBM:
664  *      This symbol, if defined, indicates that <rpcsvc/dbm.h> exists and
665  *      should be included.
666  */
667 /*#define I_DBM / **/
668 /*#define I_RPCSVC_DBM  / **/
669
670 /* I_DLFCN:
671  *      This symbol, if defined, indicates that <dlfcn.h> exists and should
672  *      be included.
673  */
674 /*#define I_DLFCN               / **/
675
676 /* I_FCNTL:
677  *      This manifest constant tells the C program to include <fcntl.h>.
678  */
679 /*#define I_FCNTL       / **/
680
681 /* I_FLOAT:
682  *      This symbol, if defined, indicates to the C program that it should
683  *      include <float.h> to get definition of symbols like DBL_MAX or
684  *      DBL_MIN, i.e. machine dependent floating point values.
685  */
686 /*#define I_FLOAT               / **/
687
688 /* I_GDBM:
689  *      This symbol, if defined, indicates that <gdbm.h> exists and should
690  *      be included.
691  */
692 /*#define I_GDBM        / **/
693
694 /* I_LIMITS:
695  *      This symbol, if defined, indicates to the C program that it should
696  *      include <limits.h> to get definition of symbols like WORD_BIT or
697  *      LONG_MAX, i.e. machine dependant limitations.
698  */
699 /*#define I_LIMITS              / **/
700
701 /* I_LOCALE:
702  *      This symbol, if defined, indicates to the C program that it should
703  *      include <locale.h>.
704  */
705 /*#define       I_LOCALE                / **/
706
707 /* I_MATH:
708  *      This symbol, if defined, indicates to the C program that it should
709  *      include <math.h>.
710  */
711 #define I_MATH          /**/
712
713 /* I_MEMORY:
714  *      This symbol, if defined, indicates to the C program that it should
715  *      include <memory.h>.
716  */
717 /*#define I_MEMORY              / **/
718
719 /* I_NETINET_IN:
720  *      This symbol, if defined, indicates to the C program that it should
721  *      include <netinet/in.h>. Otherwise, you may try <sys/in.h>.
722  */
723 /*#define I_NETINET_IN  / **/
724
725 /* I_STDDEF:
726  *      This symbol, if defined, indicates that <stddef.h> exists and should
727  *      be included.
728  */
729 #define I_STDDEF        /**/
730
731 /* I_STDLIB:
732  *      This symbol, if defined, indicates that <stdlib.h> exists and should
733  *      be included.
734  */
735 #define I_STDLIB                /**/
736
737 /* I_STRING:
738  *      This symbol, if defined, indicates to the C program that it should
739  *      include <string.h> (USG systems) instead of <strings.h> (BSD systems).
740  */
741 #define I_STRING                /**/
742
743 /* I_SYS_DIR:
744  *      This symbol, if defined, indicates to the C program that it should
745  *      include <sys/dir.h>.
746  */
747 /*#define I_SYS_DIR             / **/
748
749 /* I_SYS_FILE:
750  *      This symbol, if defined, indicates to the C program that it should
751  *      include <sys/file.h> to get definition of R_OK and friends.
752  */
753 /*#define I_SYS_FILE            / **/
754
755 /* I_SYS_IOCTL:
756  *      This symbol, if defined, indicates that <sys/ioctl.h> exists and should
757  *      be included. Otherwise, include <sgtty.h> or <termio.h>.
758  */
759 /* I_SYS_SOCKIO:
760  *      This symbol, if defined, indicates the <sys/sockio.h> should be included
761  *      to get socket ioctl options, like SIOCATMARK.
762  */
763 /*#define       I_SYS_IOCTL             / **/
764 /*#define I_SYS_SOCKIO  / **/
765
766 /* I_SYS_NDIR:
767  *      This symbol, if defined, indicates to the C program that it should
768  *      include <sys/ndir.h>.
769  */
770 /*#define I_SYS_NDIR    / **/
771
772 /* I_SYS_PARAM:
773  *      This symbol, if defined, indicates to the C program that it should
774  *      include <sys/param.h>.
775  */
776 /*#define I_SYS_PARAM           / **/
777
778 /* I_SYS_POLL:
779  *      This symbol, if defined, indicates that the program may include
780  *      <sys/poll.h>.  When I_POLL is also defined, it's probably safest
781  *      to only include <poll.h>.
782  */
783 /*#define I_SYS_POLL    / **/
784
785 /* I_SYS_RESOURCE:
786  *      This symbol, if defined, indicates to the C program that it should
787  *      include <sys/resource.h>.
788  */
789 /*#define I_SYS_RESOURCE                / **/
790
791 /* I_SYS_SELECT:
792  *      This symbol, if defined, indicates to the C program that it should
793  *      include <sys/select.h> in order to get definition of struct timeval.
794  */
795 /*#define I_SYS_SELECT  / **/
796
797 /* I_SYS_STAT:
798  *      This symbol, if defined, indicates to the C program that it should
799  *      include <sys/stat.h>.
800  */
801 #define I_SYS_STAT              /**/
802
803 /* I_SYS_TIMES:
804  *      This symbol, if defined, indicates to the C program that it should
805  *      include <sys/times.h>.
806  */
807 /*#define       I_SYS_TIMES             / **/
808
809 /* I_SYS_TYPES:
810  *      This symbol, if defined, indicates to the C program that it should
811  *      include <sys/types.h>.
812  */
813 /*#define       I_SYS_TYPES             / **/
814
815 /* I_SYS_UN:
816  *      This symbol, if defined, indicates to the C program that it should
817  *      include <sys/un.h> to get UNIX domain socket definitions.
818  */
819 /*#define I_SYS_UN              / **/
820
821 /* I_SYS_WAIT:
822  *      This symbol, if defined, indicates to the C program that it should
823  *      include <sys/wait.h>.
824  */
825 /*#define I_SYS_WAIT    / **/
826
827 /* I_UNISTD:
828  *      This symbol, if defined, indicates to the C program that it should
829  *      include <unistd.h>.
830  */
831 /*#define I_UNISTD              / **/
832
833 /* I_UTIME:
834  *      This symbol, if defined, indicates to the C program that it should
835  *      include <utime.h>.
836  */
837 /*#define I_UTIME               / **/
838
839 /* I_VALUES:
840  *      This symbol, if defined, indicates to the C program that it should
841  *      include <values.h> to get definition of symbols like MINFLOAT or
842  *      MAXLONG, i.e. machine dependant limitations.  Probably, you
843  *      should use <limits.h> instead, if it is available.
844  */
845 /*#define I_VALUES              / **/
846
847 /* I_VFORK:
848  *      This symbol, if defined, indicates to the C program that it should
849  *      include vfork.h.
850  */
851 /*#define I_VFORK       / **/
852
853 /* CAN_VAPROTO:
854  *      This variable is defined on systems supporting prototype declaration
855  *      of functions with a variable number of arguments.
856  */
857 /* _V:
858  *      This macro is used to declare function parameters in prototypes for
859  *      functions with a variable number of parameters. Use double parentheses.
860  *      For example:
861  *
862  *              int printf _V((char *fmt, ...));
863  *
864  *      Remember to use the plain simple _() macro when declaring a function
865  *      with no variable number of arguments, since it might be possible to
866  *      have a non-effect _V() macro and still get prototypes via _().
867  */
868 /*#define CAN_VAPROTO   / **/
869 #ifdef CAN_VAPROTO
870 #define _V(args) args
871 #else
872 #define _V(args) ()
873 #endif
874
875 /* OSNAME:
876  *      This symbol contains the name of the operating system, as determined
877  *      by Configure.  You shouldn't rely on it too much; the specific
878  *      feature tests from Configure are generally more reliable.
879  */
880 /* OSVERS:
881  *      This symbol contains the version of the operating system, as determined
882  *      by Configure.  You shouldn't rely on it too much; the specific
883  *      feature tests from Configure are generally more reliable.
884  */
885 #define OSNAME "unknown"                /**/
886 #define OSVERS "unknown"                /**/
887
888 /* MULTIARCH:
889  *      This symbol, if defined, signifies that the build
890  *      process will produce some binary files that are going to be
891  *      used in a cross-platform environment.  This is the case for
892  *      example with the NeXT "fat" binaries that contain executables
893  *      for several CPUs.
894  */
895 /*#define MULTIARCH             / **/
896
897 /* MEM_ALIGNBYTES:
898  *      This symbol contains the number of bytes required to align a
899  *      double, or a long double when applicable. Usual values are 2,
900  *      4 and 8. The default is eight, for safety.  For cross-compiling
901  *      or multiarch support, Configure will set a minimum of 8.
902  */
903 #define MEM_ALIGNBYTES 4
904
905 /* ARCHLIB:
906  *      This variable, if defined, holds the name of the directory in
907  *      which the user wants to put architecture-dependent public
908  *      library files for perl5.  It is most often a local directory
909  *      such as /usr/local/lib.  Programs using this variable must be
910  *      prepared to deal with filename expansion.  If ARCHLIB is the
911  *      same as PRIVLIB, it is not defined, since presumably the
912  *      program already searches PRIVLIB.
913  */
914 /* ARCHLIB_EXP:
915  *      This symbol contains the ~name expanded version of ARCHLIB, to be used
916  *      in programs that are not prepared to deal with ~ expansion at run-time.
917  */
918 /*#define ARCHLIB "/usr/local/lib/perl5/5.21/unknown"           / **/
919 /*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.21/unknown"               / **/
920
921 /* ARCHNAME:
922  *      This symbol holds a string representing the architecture name.
923  *      It may be used to construct an architecture-dependant pathname
924  *      where library files may be held under a private library, for
925  *      instance.
926  */
927 #define ARCHNAME "unknown"              /**/
928
929 /* BIN:
930  *      This symbol holds the path of the bin directory where the package will
931  *      be installed. Program must be prepared to deal with ~name substitution.
932  */
933 /* BIN_EXP:
934  *      This symbol is the filename expanded version of the BIN symbol, for
935  *      programs that do not want to deal with that at run-time.
936  */
937 /* PERL_RELOCATABLE_INC:
938  *      This symbol, if defined, indicates that we'd like to relocate entries
939  *      in @INC at run time based on the location of the perl binary.
940  */
941 #define BIN "/usr/local/bin"    /**/
942 #define BIN_EXP "/usr/local/bin"        /**/
943 #define PERL_RELOCATABLE_INC "undef"            /**/
944
945 /* INTSIZE:
946  *      This symbol contains the value of sizeof(int) so that the C
947  *      preprocessor can make decisions based on it.
948  */
949 /* LONGSIZE:
950  *      This symbol contains the value of sizeof(long) so that the C
951  *      preprocessor can make decisions based on it.
952  */
953 /* SHORTSIZE:
954  *      This symbol contains the value of sizeof(short) so that the C
955  *      preprocessor can make decisions based on it.
956  */
957 #define INTSIZE 4               /**/
958 #define LONGSIZE 4              /**/
959 #define SHORTSIZE 2             /**/
960
961 /* BYTEORDER:
962  *      This symbol holds the hexadecimal constant defined in byteorder,
963  *      in a UV, i.e. 0x1234 or 0x4321 or 0x12345678, etc...
964  *      If the compiler supports cross-compiling or multiple-architecture
965  *      binaries, use compiler-defined macros to
966  *      determine the byte order.
967  */
968 #if defined(MULTIARCH)
969 #  ifdef __LITTLE_ENDIAN__
970 #    if LONGSIZE == 4
971 #      define BYTEORDER 0x1234
972 #    else
973 #      if LONGSIZE == 8
974 #        define BYTEORDER 0x12345678
975 #      endif
976 #    endif
977 #  else
978 #    ifdef __BIG_ENDIAN__
979 #      if LONGSIZE == 4
980 #        define BYTEORDER 0x4321
981 #      else
982 #        if LONGSIZE == 8
983 #          define BYTEORDER 0x87654321
984 #        endif
985 #      endif
986 #    endif
987 #  endif
988 #else
989 #define BYTEORDER 0x1234        /* large digits for MSB */
990 #endif
991
992 /* CHARBITS:
993  *      This symbol contains the size of a char, so that the C preprocessor
994  *      can make decisions based on it.
995  */
996 #define CHARBITS 8              /**/
997
998 /* CAT2:
999  *      This macro concatenates 2 tokens together.
1000  */
1001 /* STRINGIFY:
1002  *      This macro surrounds its token with double quotes.
1003  */
1004 #if 42 == 1
1005 #define CAT2(a,b)       a/**/b
1006 #define STRINGIFY(a)    "a"
1007 #endif
1008 #if 42 == 42
1009 #define PeRl_CaTiFy(a, b)       a ## b
1010 #define PeRl_StGiFy(a)  #a
1011 #define CAT2(a,b)       PeRl_CaTiFy(a,b)
1012 #define StGiFy(a)       PeRl_StGiFy(a)
1013 #define STRINGIFY(a)    PeRl_StGiFy(a)
1014 #endif
1015 #if 42 != 1 && 42 != 42
1016 #include "Bletch: How does this C preprocessor concatenate tokens?"
1017 #endif
1018
1019 /* CPPSTDIN:
1020  *      This symbol contains the first part of the string which will invoke
1021  *      the C preprocessor on the standard input and produce to standard
1022  *      output.  Typical value of "cc -E" or "/lib/cpp", but it can also
1023  *      call a wrapper. See CPPRUN.
1024  */
1025 /* CPPMINUS:
1026  *      This symbol contains the second part of the string which will invoke
1027  *      the C preprocessor on the standard input and produce to standard
1028  *      output.  This symbol will have the value "-" if CPPSTDIN needs a minus
1029  *      to specify standard input, otherwise the value is "".
1030  */
1031 /* CPPRUN:
1032  *      This symbol contains the string which will invoke a C preprocessor on
1033  *      the standard input and produce to standard output. It needs to end
1034  *      with CPPLAST, after all other preprocessor flags have been specified.
1035  *      The main difference with CPPSTDIN is that this program will never be a
1036  *      pointer to a shell wrapper, i.e. it will be empty if no preprocessor is
1037  *      available directly to the user. Note that it may well be different from
1038  *      the preprocessor used to compile the C program.
1039  */
1040 /* CPPLAST:
1041  *      This symbol is intended to be used along with CPPRUN in the same manner
1042  *      symbol CPPMINUS is used with CPPSTDIN. It contains either "-" or "".
1043  */
1044 #define CPPSTDIN "cc -E"
1045 #define CPPMINUS "-"
1046 #define CPPRUN "cc -E"
1047 #define CPPLAST "-"
1048
1049 /* HAS_ACCESS:
1050  *      This manifest constant lets the C program know that the access()
1051  *      system call is available to check for accessibility using real UID/GID.
1052  *      (always present on UNIX.)
1053  */
1054 /*#define HAS_ACCESS            / **/
1055
1056 /* HAS_ACCESSX:
1057  *      This symbol, if defined, indicates that the accessx routine is
1058  *      available to do extended access checks.
1059  */
1060 /*#define HAS_ACCESSX           / **/
1061
1062 /* HAS_ASCTIME_R:
1063  *      This symbol, if defined, indicates that the asctime_r routine
1064  *      is available to asctime re-entrantly.
1065  */
1066 /* ASCTIME_R_PROTO:
1067  *      This symbol encodes the prototype of asctime_r.
1068  *      It is zero if d_asctime_r is undef, and one of the
1069  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_asctime_r
1070  *      is defined.
1071  */
1072 /*#define HAS_ASCTIME_R    / **/
1073 #define ASCTIME_R_PROTO 0          /**/
1074
1075 /* HASATTRIBUTE_FORMAT:
1076  *      Can we handle GCC attribute for checking printf-style formats
1077  */
1078 /* PRINTF_FORMAT_NULL_OK:
1079  *      Allows __printf__ format to be null when checking printf-style
1080  */
1081 /* HASATTRIBUTE_MALLOC:
1082  *      Can we handle GCC attribute for malloc-style functions.
1083  */
1084 /* HASATTRIBUTE_NONNULL:
1085  *      Can we handle GCC attribute for nonnull function parms.
1086  */
1087 /* HASATTRIBUTE_NORETURN:
1088  *      Can we handle GCC attribute for functions that do not return
1089  */
1090 /* HASATTRIBUTE_PURE:
1091  *      Can we handle GCC attribute for pure functions
1092  */
1093 /* HASATTRIBUTE_UNUSED:
1094  *      Can we handle GCC attribute for unused variables and arguments
1095  */
1096 /* HASATTRIBUTE_DEPRECATED:
1097  *      Can we handle GCC attribute for marking deprecated APIs
1098  */
1099 /* HASATTRIBUTE_WARN_UNUSED_RESULT:
1100  *      Can we handle GCC attribute for warning on unused results
1101  */
1102 /*#define HASATTRIBUTE_DEPRECATED       / **/
1103 /*#define HASATTRIBUTE_FORMAT   / **/
1104 /*#define PRINTF_FORMAT_NULL_OK / **/
1105 /*#define HASATTRIBUTE_NORETURN / **/
1106 /*#define HASATTRIBUTE_MALLOC   / **/
1107 /*#define HASATTRIBUTE_NONNULL  / **/
1108 /*#define HASATTRIBUTE_PURE     / **/
1109 /*#define HASATTRIBUTE_UNUSED   / **/
1110 /*#define HASATTRIBUTE_WARN_UNUSED_RESULT       / **/
1111
1112 /* HAS_BACKTRACE:
1113  *      This symbol, if defined, indicates that the backtrace() routine is
1114  *      available to get a stack trace.  The <execinfo.h> header must be
1115  *      included to use this routine.
1116  */
1117 /*#define HAS_BACKTRACE / **/
1118
1119 /* CASTI32:
1120  *      This symbol is defined if the C compiler can cast negative
1121  *      or large floating point numbers to 32-bit ints.
1122  */
1123 /*#define       CASTI32         / **/
1124
1125 /* CASTNEGFLOAT:
1126  *      This symbol is defined if the C compiler can cast negative
1127  *      numbers to unsigned longs, ints and shorts.
1128  */
1129 /* CASTFLAGS:
1130  *      This symbol contains flags that say what difficulties the compiler
1131  *      has casting odd floating values to unsigned long:
1132  *              0 = ok
1133  *              1 = couldn't cast < 0
1134  *              2 = couldn't cast >= 0x80000000
1135  *              4 = couldn't cast in argument expression list
1136  */
1137 /*#define       CASTNEGFLOAT            / **/
1138 #define CASTFLAGS 0             /**/
1139
1140 /* VOID_CLOSEDIR:
1141  *      This symbol, if defined, indicates that the closedir() routine
1142  *      does not return a value.
1143  */
1144 /*#define VOID_CLOSEDIR         / **/
1145
1146 /* HASCONST:
1147  *      This symbol, if defined, indicates that this C compiler knows about
1148  *      the const type. There is no need to actually test for that symbol
1149  *      within your programs. The mere use of the "const" keyword will
1150  *      trigger the necessary tests.
1151  */
1152 /*#define HASCONST      / **/
1153 #ifndef HASCONST
1154 #define const
1155 #endif
1156
1157 /* HAS_CRYPT_R:
1158  *      This symbol, if defined, indicates that the crypt_r routine
1159  *      is available to crypt re-entrantly.
1160  */
1161 /* CRYPT_R_PROTO:
1162  *      This symbol encodes the prototype of crypt_r.
1163  *      It is zero if d_crypt_r is undef, and one of the
1164  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_crypt_r
1165  *      is defined.
1166  */
1167 /*#define HAS_CRYPT_R      / **/
1168 #define CRYPT_R_PROTO 0    /**/
1169
1170 /* HAS_CSH:
1171  *      This symbol, if defined, indicates that the C-shell exists.
1172  */
1173 /* CSH:
1174  *      This symbol, if defined, contains the full pathname of csh.
1175  */
1176 /*#define HAS_CSH               / **/
1177 #ifdef HAS_CSH
1178 #define CSH ""  /**/
1179 #endif
1180
1181 /* HAS_CTERMID_R:
1182  *      This symbol, if defined, indicates that the ctermid_r routine
1183  *      is available to ctermid re-entrantly.
1184  */
1185 /* CTERMID_R_PROTO:
1186  *      This symbol encodes the prototype of ctermid_r.
1187  *      It is zero if d_ctermid_r is undef, and one of the
1188  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_ctermid_r
1189  *      is defined.
1190  */
1191 /*#define HAS_CTERMID_R    / **/
1192 #define CTERMID_R_PROTO 0          /**/
1193
1194 /* HAS_CTIME_R:
1195  *      This symbol, if defined, indicates that the ctime_r routine
1196  *      is available to ctime re-entrantly.
1197  */
1198 /* CTIME_R_PROTO:
1199  *      This symbol encodes the prototype of ctime_r.
1200  *      It is zero if d_ctime_r is undef, and one of the
1201  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_ctime_r
1202  *      is defined.
1203  */
1204 /*#define HAS_CTIME_R      / **/
1205 #define CTIME_R_PROTO 0    /**/
1206
1207 /* HAS_DLADDR:
1208  *      This symbol, if defined, indicates that the dladdr() routine is
1209  *      available to query dynamic linker information for an address.
1210  *      The <dlfcn.h> header must be included to use this routine.
1211  */
1212 /*#define HAS_DLADDR    / **/
1213
1214 /* SETUID_SCRIPTS_ARE_SECURE_NOW:
1215  *      This symbol, if defined, indicates that the bug that prevents
1216  *      setuid scripts from being secure is not present in this kernel.
1217  */
1218 /* DOSUID:
1219  *      This symbol, if defined, indicates that the C program should
1220  *      check the script that it is executing for setuid/setgid bits, and
1221  *      attempt to emulate setuid/setgid on systems that have disabled
1222  *      setuid #! scripts because the kernel can't do it securely.
1223  *      It is up to the package designer to make sure that this emulation
1224  *      is done securely.  Among other things, it should do an fstat on
1225  *      the script it just opened to make sure it really is a setuid/setgid
1226  *      script, it should make sure the arguments passed correspond exactly
1227  *      to the argument on the #! line, and it should not trust any
1228  *      subprocesses to which it must pass the filename rather than the
1229  *      file descriptor of the script to be executed.
1230  */
1231 /*#define SETUID_SCRIPTS_ARE_SECURE_NOW / **/
1232 /*#define DOSUID                / **/
1233
1234 /* HAS_DRAND48_R:
1235  *      This symbol, if defined, indicates that the drand48_r routine
1236  *      is available to drand48 re-entrantly.
1237  */
1238 /* DRAND48_R_PROTO:
1239  *      This symbol encodes the prototype of drand48_r.
1240  *      It is zero if d_drand48_r is undef, and one of the
1241  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_drand48_r
1242  *      is defined.
1243  */
1244 /*#define HAS_DRAND48_R    / **/
1245 #define DRAND48_R_PROTO 0          /**/
1246
1247 /* HAS_DRAND48_PROTO:
1248  *      This symbol, if defined, indicates that the system provides
1249  *      a prototype for the drand48() function.  Otherwise, it is up
1250  *      to the program to supply one.  A good guess is
1251  *              extern double drand48(void);
1252  */
1253 /*#define       HAS_DRAND48_PROTO       / **/
1254
1255 /* HAS_EACCESS:
1256  *      This symbol, if defined, indicates that the eaccess routine is
1257  *      available to do extended access checks.
1258  */
1259 /*#define HAS_EACCESS           / **/
1260
1261 /* HAS_ENDGRENT:
1262  *      This symbol, if defined, indicates that the getgrent routine is
1263  *      available for finalizing sequential access of the group database.
1264  */
1265 /*#define HAS_ENDGRENT          / **/
1266
1267 /* HAS_ENDGRENT_R:
1268  *      This symbol, if defined, indicates that the endgrent_r routine
1269  *      is available to endgrent re-entrantly.
1270  */
1271 /* ENDGRENT_R_PROTO:
1272  *      This symbol encodes the prototype of endgrent_r.
1273  *      It is zero if d_endgrent_r is undef, and one of the
1274  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_endgrent_r
1275  *      is defined.
1276  */
1277 /*#define HAS_ENDGRENT_R           / **/
1278 #define ENDGRENT_R_PROTO 0         /**/
1279
1280 /* HAS_ENDHOSTENT:
1281  *      This symbol, if defined, indicates that the endhostent() routine is
1282  *      available to close whatever was being used for host queries.
1283  */
1284 /*#define HAS_ENDHOSTENT                / **/
1285
1286 /* HAS_ENDHOSTENT_R:
1287  *      This symbol, if defined, indicates that the endhostent_r routine
1288  *      is available to endhostent re-entrantly.
1289  */
1290 /* ENDHOSTENT_R_PROTO:
1291  *      This symbol encodes the prototype of endhostent_r.
1292  *      It is zero if d_endhostent_r is undef, and one of the
1293  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_endhostent_r
1294  *      is defined.
1295  */
1296 /*#define HAS_ENDHOSTENT_R         / **/
1297 #define ENDHOSTENT_R_PROTO 0       /**/
1298
1299 /* HAS_ENDNETENT:
1300  *      This symbol, if defined, indicates that the endnetent() routine is
1301  *      available to close whatever was being used for network queries.
1302  */
1303 /*#define HAS_ENDNETENT         / **/
1304
1305 /* HAS_ENDNETENT_R:
1306  *      This symbol, if defined, indicates that the endnetent_r routine
1307  *      is available to endnetent re-entrantly.
1308  */
1309 /* ENDNETENT_R_PROTO:
1310  *      This symbol encodes the prototype of endnetent_r.
1311  *      It is zero if d_endnetent_r is undef, and one of the
1312  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_endnetent_r
1313  *      is defined.
1314  */
1315 /*#define HAS_ENDNETENT_R          / **/
1316 #define ENDNETENT_R_PROTO 0        /**/
1317
1318 /* HAS_ENDPROTOENT:
1319  *      This symbol, if defined, indicates that the endprotoent() routine is
1320  *      available to close whatever was being used for protocol queries.
1321  */
1322 /*#define HAS_ENDPROTOENT               / **/
1323
1324 /* HAS_ENDPROTOENT_R:
1325  *      This symbol, if defined, indicates that the endprotoent_r routine
1326  *      is available to endprotoent re-entrantly.
1327  */
1328 /* ENDPROTOENT_R_PROTO:
1329  *      This symbol encodes the prototype of endprotoent_r.
1330  *      It is zero if d_endprotoent_r is undef, and one of the
1331  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_endprotoent_r
1332  *      is defined.
1333  */
1334 /*#define HAS_ENDPROTOENT_R        / **/
1335 #define ENDPROTOENT_R_PROTO 0      /**/
1336
1337 /* HAS_ENDPWENT:
1338  *      This symbol, if defined, indicates that the getgrent routine is
1339  *      available for finalizing sequential access of the passwd database.
1340  */
1341 /*#define HAS_ENDPWENT          / **/
1342
1343 /* HAS_ENDPWENT_R:
1344  *      This symbol, if defined, indicates that the endpwent_r routine
1345  *      is available to endpwent re-entrantly.
1346  */
1347 /* ENDPWENT_R_PROTO:
1348  *      This symbol encodes the prototype of endpwent_r.
1349  *      It is zero if d_endpwent_r is undef, and one of the
1350  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_endpwent_r
1351  *      is defined.
1352  */
1353 /*#define HAS_ENDPWENT_R           / **/
1354 #define ENDPWENT_R_PROTO 0         /**/
1355
1356 /* HAS_ENDSERVENT:
1357  *      This symbol, if defined, indicates that the endservent() routine is
1358  *      available to close whatever was being used for service queries.
1359  */
1360 /*#define HAS_ENDSERVENT                / **/
1361
1362 /* HAS_ENDSERVENT_R:
1363  *      This symbol, if defined, indicates that the endservent_r routine
1364  *      is available to endservent re-entrantly.
1365  */
1366 /* ENDSERVENT_R_PROTO:
1367  *      This symbol encodes the prototype of endservent_r.
1368  *      It is zero if d_endservent_r is undef, and one of the
1369  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_endservent_r
1370  *      is defined.
1371  */
1372 /*#define HAS_ENDSERVENT_R         / **/
1373 #define ENDSERVENT_R_PROTO 0       /**/
1374
1375 /* HAS_FD_SET:
1376  *      This symbol, when defined, indicates presence of the fd_set typedef
1377  *      in <sys/types.h>
1378  */
1379 /*#define HAS_FD_SET    / **/
1380
1381 /* FLEXFILENAMES:
1382  *      This symbol, if defined, indicates that the system supports filenames
1383  *      longer than 14 characters.
1384  */
1385 /*#define       FLEXFILENAMES           / **/
1386
1387 /* Gconvert:
1388  *      This preprocessor macro is defined to convert a floating point
1389  *      number to a string without a trailing decimal point.  This
1390  *      emulates the behavior of sprintf("%g"), but is sometimes much more
1391  *      efficient.  If gconvert() is not available, but gcvt() drops the
1392  *      trailing decimal point, then gcvt() is used.  If all else fails,
1393  *      a macro using sprintf("%g") is used. Arguments for the Gconvert
1394  *      macro are: value, number of digits, whether trailing zeros should
1395  *      be retained, and the output buffer.
1396  *      The usual values are:
1397  *              d_Gconvert='gconvert((x),(n),(t),(b))'
1398  *              d_Gconvert='gcvt((x),(n),(b))'
1399  *              d_Gconvert='sprintf((b),"%.*g",(n),(x))'
1400  *      The last two assume trailing zeros should not be kept.
1401  */
1402 #define Gconvert(x,n,t,b) sprintf((b),"%.*g",(n),(x))
1403
1404 /* HAS_GETGRENT:
1405  *      This symbol, if defined, indicates that the getgrent routine is
1406  *      available for sequential access of the group database.
1407  */
1408 /*#define HAS_GETGRENT          / **/
1409
1410 /* HAS_GETGRENT_R:
1411  *      This symbol, if defined, indicates that the getgrent_r routine
1412  *      is available to getgrent re-entrantly.
1413  */
1414 /* GETGRENT_R_PROTO:
1415  *      This symbol encodes the prototype of getgrent_r.
1416  *      It is zero if d_getgrent_r is undef, and one of the
1417  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrent_r
1418  *      is defined.
1419  */
1420 /*#define HAS_GETGRENT_R           / **/
1421 #define GETGRENT_R_PROTO 0         /**/
1422
1423 /* HAS_GETGRGID_R:
1424  *      This symbol, if defined, indicates that the getgrgid_r routine
1425  *      is available to getgrgid re-entrantly.
1426  */
1427 /* GETGRGID_R_PROTO:
1428  *      This symbol encodes the prototype of getgrgid_r.
1429  *      It is zero if d_getgrgid_r is undef, and one of the
1430  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrgid_r
1431  *      is defined.
1432  */
1433 /*#define HAS_GETGRGID_R           / **/
1434 #define GETGRGID_R_PROTO 0         /**/
1435
1436 /* HAS_GETGRNAM_R:
1437  *      This symbol, if defined, indicates that the getgrnam_r routine
1438  *      is available to getgrnam re-entrantly.
1439  */
1440 /* GETGRNAM_R_PROTO:
1441  *      This symbol encodes the prototype of getgrnam_r.
1442  *      It is zero if d_getgrnam_r is undef, and one of the
1443  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrnam_r
1444  *      is defined.
1445  */
1446 /*#define HAS_GETGRNAM_R           / **/
1447 #define GETGRNAM_R_PROTO 0         /**/
1448
1449 /* HAS_GETHOSTBYADDR:
1450  *      This symbol, if defined, indicates that the gethostbyaddr() routine is
1451  *      available to look up hosts by their IP addresses.
1452  */
1453 /*#define HAS_GETHOSTBYADDR             / **/
1454
1455 /* HAS_GETHOSTBYNAME:
1456  *      This symbol, if defined, indicates that the gethostbyname() routine is
1457  *      available to look up host names in some data base or other.
1458  */
1459 /*#define HAS_GETHOSTBYNAME             / **/
1460
1461 /* HAS_GETHOSTENT:
1462  *      This symbol, if defined, indicates that the gethostent() routine is
1463  *      available to look up host names in some data base or another.
1464  */
1465 /*#define HAS_GETHOSTENT                / **/
1466
1467 /* HAS_GETHOSTNAME:
1468  *      This symbol, if defined, indicates that the C program may use the
1469  *      gethostname() routine to derive the host name.  See also HAS_UNAME
1470  *      and PHOSTNAME.
1471  */
1472 /* HAS_UNAME:
1473  *      This symbol, if defined, indicates that the C program may use the
1474  *      uname() routine to derive the host name.  See also HAS_GETHOSTNAME
1475  *      and PHOSTNAME.
1476  */
1477 /* PHOSTNAME:
1478  *      This symbol, if defined, indicates the command to feed to the
1479  *      popen() routine to derive the host name.  See also HAS_GETHOSTNAME
1480  *      and HAS_UNAME.  Note that the command uses a fully qualified path,
1481  *      so that it is safe even if used by a process with super-user
1482  *      privileges.
1483  */
1484 /* HAS_PHOSTNAME:
1485  *      This symbol, if defined, indicates that the C program may use the
1486  *      contents of PHOSTNAME as a command to feed to the popen() routine
1487  *      to derive the host name.
1488  */
1489 /*#define HAS_GETHOSTNAME       / **/
1490 /*#define HAS_UNAME             / **/
1491 /*#define HAS_PHOSTNAME / **/
1492 #ifdef HAS_PHOSTNAME
1493 #define PHOSTNAME "/bin/hostname"       /* How to get the host name */
1494 #endif
1495
1496 /* HAS_GETHOSTBYADDR_R:
1497  *      This symbol, if defined, indicates that the gethostbyaddr_r routine
1498  *      is available to gethostbyaddr re-entrantly.
1499  */
1500 /* GETHOSTBYADDR_R_PROTO:
1501  *      This symbol encodes the prototype of gethostbyaddr_r.
1502  *      It is zero if d_gethostbyaddr_r is undef, and one of the
1503  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_gethostbyaddr_r
1504  *      is defined.
1505  */
1506 /*#define HAS_GETHOSTBYADDR_R      / **/
1507 #define GETHOSTBYADDR_R_PROTO 0    /**/
1508
1509 /* HAS_GETHOSTBYNAME_R:
1510  *      This symbol, if defined, indicates that the gethostbyname_r routine
1511  *      is available to gethostbyname re-entrantly.
1512  */
1513 /* GETHOSTBYNAME_R_PROTO:
1514  *      This symbol encodes the prototype of gethostbyname_r.
1515  *      It is zero if d_gethostbyname_r is undef, and one of the
1516  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_gethostbyname_r
1517  *      is defined.
1518  */
1519 /*#define HAS_GETHOSTBYNAME_R      / **/
1520 #define GETHOSTBYNAME_R_PROTO 0    /**/
1521
1522 /* HAS_GETHOSTENT_R:
1523  *      This symbol, if defined, indicates that the gethostent_r routine
1524  *      is available to gethostent re-entrantly.
1525  */
1526 /* GETHOSTENT_R_PROTO:
1527  *      This symbol encodes the prototype of gethostent_r.
1528  *      It is zero if d_gethostent_r is undef, and one of the
1529  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_gethostent_r
1530  *      is defined.
1531  */
1532 /*#define HAS_GETHOSTENT_R         / **/
1533 #define GETHOSTENT_R_PROTO 0       /**/
1534
1535 /* HAS_GETHOST_PROTOS:
1536  *      This symbol, if defined, indicates that <netdb.h> includes
1537  *      prototypes for gethostent(), gethostbyname(), and
1538  *      gethostbyaddr().  Otherwise, it is up to the program to guess
1539  *      them.  See netdbtype.U for probing for various Netdb_xxx_t types.
1540  */
1541 /*#define       HAS_GETHOST_PROTOS      / **/
1542
1543 /* HAS_GETLOGIN_R:
1544  *      This symbol, if defined, indicates that the getlogin_r routine
1545  *      is available to getlogin re-entrantly.
1546  */
1547 /* GETLOGIN_R_PROTO:
1548  *      This symbol encodes the prototype of getlogin_r.
1549  *      It is zero if d_getlogin_r is undef, and one of the
1550  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_getlogin_r
1551  *      is defined.
1552  */
1553 /*#define HAS_GETLOGIN_R           / **/
1554 #define GETLOGIN_R_PROTO 0         /**/
1555
1556 /* HAS_GETNETBYADDR:
1557  *      This symbol, if defined, indicates that the getnetbyaddr() routine is
1558  *      available to look up networks by their IP addresses.
1559  */
1560 /*#define HAS_GETNETBYADDR              / **/
1561
1562 /* HAS_GETNETBYNAME:
1563  *      This symbol, if defined, indicates that the getnetbyname() routine is
1564  *      available to look up networks by their names.
1565  */
1566 /*#define HAS_GETNETBYNAME              / **/
1567
1568 /* HAS_GETNETENT:
1569  *      This symbol, if defined, indicates that the getnetent() routine is
1570  *      available to look up network names in some data base or another.
1571  */
1572 /*#define HAS_GETNETENT         / **/
1573
1574 /* HAS_GETNETBYADDR_R:
1575  *      This symbol, if defined, indicates that the getnetbyaddr_r routine
1576  *      is available to getnetbyaddr re-entrantly.
1577  */
1578 /* GETNETBYADDR_R_PROTO:
1579  *      This symbol encodes the prototype of getnetbyaddr_r.
1580  *      It is zero if d_getnetbyaddr_r is undef, and one of the
1581  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetbyaddr_r
1582  *      is defined.
1583  */
1584 /*#define HAS_GETNETBYADDR_R       / **/
1585 #define GETNETBYADDR_R_PROTO 0     /**/
1586
1587 /* HAS_GETNETBYNAME_R:
1588  *      This symbol, if defined, indicates that the getnetbyname_r routine
1589  *      is available to getnetbyname re-entrantly.
1590  */
1591 /* GETNETBYNAME_R_PROTO:
1592  *      This symbol encodes the prototype of getnetbyname_r.
1593  *      It is zero if d_getnetbyname_r is undef, and one of the
1594  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetbyname_r
1595  *      is defined.
1596  */
1597 /*#define HAS_GETNETBYNAME_R       / **/
1598 #define GETNETBYNAME_R_PROTO 0     /**/
1599
1600 /* HAS_GETNETENT_R:
1601  *      This symbol, if defined, indicates that the getnetent_r routine
1602  *      is available to getnetent re-entrantly.
1603  */
1604 /* GETNETENT_R_PROTO:
1605  *      This symbol encodes the prototype of getnetent_r.
1606  *      It is zero if d_getnetent_r is undef, and one of the
1607  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetent_r
1608  *      is defined.
1609  */
1610 /*#define HAS_GETNETENT_R          / **/
1611 #define GETNETENT_R_PROTO 0        /**/
1612
1613 /* HAS_GETNET_PROTOS:
1614  *      This symbol, if defined, indicates that <netdb.h> includes
1615  *      prototypes for getnetent(), getnetbyname(), and
1616  *      getnetbyaddr().  Otherwise, it is up to the program to guess
1617  *      them.  See netdbtype.U for probing for various Netdb_xxx_t types.
1618  */
1619 /*#define       HAS_GETNET_PROTOS       / **/
1620
1621 /* HAS_GETPAGESIZE:
1622  *      This symbol, if defined, indicates that the getpagesize system call
1623  *      is available to get system page size, which is the granularity of
1624  *      many memory management calls.
1625  */
1626 /*#define HAS_GETPAGESIZE               / **/
1627
1628 /* HAS_GETPROTOENT:
1629  *      This symbol, if defined, indicates that the getprotoent() routine is
1630  *      available to look up protocols in some data base or another.
1631  */
1632 /*#define HAS_GETPROTOENT               / **/
1633
1634 /* HAS_GETPGRP:
1635  *      This symbol, if defined, indicates that the getpgrp routine is
1636  *      available to get the current process group.
1637  */
1638 /* USE_BSD_GETPGRP:
1639  *      This symbol, if defined, indicates that getpgrp needs one
1640  *      arguments whereas USG one needs none.
1641  */
1642 /*#define HAS_GETPGRP           / **/
1643 /*#define USE_BSD_GETPGRP       / **/
1644
1645 /* HAS_GETPROTOBYNAME:
1646  *      This symbol, if defined, indicates that the getprotobyname()
1647  *      routine is available to look up protocols by their name.
1648  */
1649 /* HAS_GETPROTOBYNUMBER:
1650  *      This symbol, if defined, indicates that the getprotobynumber()
1651  *      routine is available to look up protocols by their number.
1652  */
1653 /*#define HAS_GETPROTOBYNAME            / **/
1654 /*#define HAS_GETPROTOBYNUMBER          / **/
1655
1656 /* HAS_GETPROTOBYNAME_R:
1657  *      This symbol, if defined, indicates that the getprotobyname_r routine
1658  *      is available to getprotobyname re-entrantly.
1659  */
1660 /* GETPROTOBYNAME_R_PROTO:
1661  *      This symbol encodes the prototype of getprotobyname_r.
1662  *      It is zero if d_getprotobyname_r is undef, and one of the
1663  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotobyname_r
1664  *      is defined.
1665  */
1666 /*#define HAS_GETPROTOBYNAME_R     / **/
1667 #define GETPROTOBYNAME_R_PROTO 0           /**/
1668
1669 /* HAS_GETPROTOBYNUMBER_R:
1670  *      This symbol, if defined, indicates that the getprotobynumber_r routine
1671  *      is available to getprotobynumber re-entrantly.
1672  */
1673 /* GETPROTOBYNUMBER_R_PROTO:
1674  *      This symbol encodes the prototype of getprotobynumber_r.
1675  *      It is zero if d_getprotobynumber_r is undef, and one of the
1676  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotobynumber_r
1677  *      is defined.
1678  */
1679 /*#define HAS_GETPROTOBYNUMBER_R           / **/
1680 #define GETPROTOBYNUMBER_R_PROTO 0         /**/
1681
1682 /* HAS_GETPROTOENT_R:
1683  *      This symbol, if defined, indicates that the getprotoent_r routine
1684  *      is available to getprotoent re-entrantly.
1685  */
1686 /* GETPROTOENT_R_PROTO:
1687  *      This symbol encodes the prototype of getprotoent_r.
1688  *      It is zero if d_getprotoent_r is undef, and one of the
1689  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotoent_r
1690  *      is defined.
1691  */
1692 /*#define HAS_GETPROTOENT_R        / **/
1693 #define GETPROTOENT_R_PROTO 0      /**/
1694
1695 /* HAS_GETPROTO_PROTOS:
1696  *      This symbol, if defined, indicates that <netdb.h> includes
1697  *      prototypes for getprotoent(), getprotobyname(), and
1698  *      getprotobyaddr().  Otherwise, it is up to the program to guess
1699  *      them.  See netdbtype.U for probing for various Netdb_xxx_t types.
1700  */
1701 /*#define       HAS_GETPROTO_PROTOS     / **/
1702
1703 /* HAS_GETPWENT:
1704  *      This symbol, if defined, indicates that the getpwent routine is
1705  *      available for sequential access of the passwd database.
1706  *      If this is not available, the older getpw() function may be available.
1707  */
1708 /*#define HAS_GETPWENT          / **/
1709
1710 /* HAS_GETPWENT_R:
1711  *      This symbol, if defined, indicates that the getpwent_r routine
1712  *      is available to getpwent re-entrantly.
1713  */
1714 /* GETPWENT_R_PROTO:
1715  *      This symbol encodes the prototype of getpwent_r.
1716  *      It is zero if d_getpwent_r is undef, and one of the
1717  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwent_r
1718  *      is defined.
1719  */
1720 /*#define HAS_GETPWENT_R           / **/
1721 #define GETPWENT_R_PROTO 0         /**/
1722
1723 /* HAS_GETPWNAM_R:
1724  *      This symbol, if defined, indicates that the getpwnam_r routine
1725  *      is available to getpwnam re-entrantly.
1726  */
1727 /* GETPWNAM_R_PROTO:
1728  *      This symbol encodes the prototype of getpwnam_r.
1729  *      It is zero if d_getpwnam_r is undef, and one of the
1730  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwnam_r
1731  *      is defined.
1732  */
1733 /*#define HAS_GETPWNAM_R           / **/
1734 #define GETPWNAM_R_PROTO 0         /**/
1735
1736 /* HAS_GETPWUID_R:
1737  *      This symbol, if defined, indicates that the getpwuid_r routine
1738  *      is available to getpwuid re-entrantly.
1739  */
1740 /* GETPWUID_R_PROTO:
1741  *      This symbol encodes the prototype of getpwuid_r.
1742  *      It is zero if d_getpwuid_r is undef, and one of the
1743  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwuid_r
1744  *      is defined.
1745  */
1746 /*#define HAS_GETPWUID_R           / **/
1747 #define GETPWUID_R_PROTO 0         /**/
1748
1749 /* HAS_GETSERVENT:
1750  *      This symbol, if defined, indicates that the getservent() routine is
1751  *      available to look up network services in some data base or another.
1752  */
1753 /*#define HAS_GETSERVENT                / **/
1754
1755 /* HAS_GETSERVBYNAME_R:
1756  *      This symbol, if defined, indicates that the getservbyname_r routine
1757  *      is available to getservbyname re-entrantly.
1758  */
1759 /* GETSERVBYNAME_R_PROTO:
1760  *      This symbol encodes the prototype of getservbyname_r.
1761  *      It is zero if d_getservbyname_r is undef, and one of the
1762  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservbyname_r
1763  *      is defined.
1764  */
1765 /*#define HAS_GETSERVBYNAME_R      / **/
1766 #define GETSERVBYNAME_R_PROTO 0    /**/
1767
1768 /* HAS_GETSERVBYPORT_R:
1769  *      This symbol, if defined, indicates that the getservbyport_r routine
1770  *      is available to getservbyport re-entrantly.
1771  */
1772 /* GETSERVBYPORT_R_PROTO:
1773  *      This symbol encodes the prototype of getservbyport_r.
1774  *      It is zero if d_getservbyport_r is undef, and one of the
1775  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservbyport_r
1776  *      is defined.
1777  */
1778 /*#define HAS_GETSERVBYPORT_R      / **/
1779 #define GETSERVBYPORT_R_PROTO 0    /**/
1780
1781 /* HAS_GETSERVENT_R:
1782  *      This symbol, if defined, indicates that the getservent_r routine
1783  *      is available to getservent re-entrantly.
1784  */
1785 /* GETSERVENT_R_PROTO:
1786  *      This symbol encodes the prototype of getservent_r.
1787  *      It is zero if d_getservent_r is undef, and one of the
1788  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservent_r
1789  *      is defined.
1790  */
1791 /*#define HAS_GETSERVENT_R         / **/
1792 #define GETSERVENT_R_PROTO 0       /**/
1793
1794 /* HAS_GETSERV_PROTOS:
1795  *      This symbol, if defined, indicates that <netdb.h> includes
1796  *      prototypes for getservent(), getservbyname(), and
1797  *      getservbyaddr().  Otherwise, it is up to the program to guess
1798  *      them.  See netdbtype.U for probing for various Netdb_xxx_t types.
1799  */
1800 /*#define       HAS_GETSERV_PROTOS      / **/
1801
1802 /* HAS_GETSPNAM_R:
1803  *      This symbol, if defined, indicates that the getspnam_r routine
1804  *      is available to getspnam re-entrantly.
1805  */
1806 /* GETSPNAM_R_PROTO:
1807  *      This symbol encodes the prototype of getspnam_r.
1808  *      It is zero if d_getspnam_r is undef, and one of the
1809  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_getspnam_r
1810  *      is defined.
1811  */
1812 /*#define HAS_GETSPNAM_R           / **/
1813 #define GETSPNAM_R_PROTO 0         /**/
1814
1815 /* HAS_GETSERVBYNAME:
1816  *      This symbol, if defined, indicates that the getservbyname()
1817  *      routine is available to look up services by their name.
1818  */
1819 /* HAS_GETSERVBYPORT:
1820  *      This symbol, if defined, indicates that the getservbyport()
1821  *      routine is available to look up services by their port.
1822  */
1823 /*#define HAS_GETSERVBYNAME             / **/
1824 /*#define HAS_GETSERVBYPORT             / **/
1825
1826 /* HAS_GMTIME_R:
1827  *      This symbol, if defined, indicates that the gmtime_r routine
1828  *      is available to gmtime re-entrantly.
1829  */
1830 /* GMTIME_R_PROTO:
1831  *      This symbol encodes the prototype of gmtime_r.
1832  *      It is zero if d_gmtime_r is undef, and one of the
1833  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_gmtime_r
1834  *      is defined.
1835  */
1836 /*#define HAS_GMTIME_R     / **/
1837 #define GMTIME_R_PROTO 0           /**/
1838
1839 /* HAS_GNULIBC:
1840  *      This symbol, if defined, indicates to the C program that
1841  *      the GNU C library is being used.  A better check is to use
1842  *      the __GLIBC__ and __GLIBC_MINOR__ symbols supplied with glibc.
1843  */
1844 /*#define HAS_GNULIBC   / **/
1845 #if defined(HAS_GNULIBC) && !defined(_GNU_SOURCE)
1846 #   define _GNU_SOURCE
1847 #endif
1848
1849 /* HAS_HTONL:
1850  *      This symbol, if defined, indicates that the htonl() routine (and
1851  *      friends htons() ntohl() ntohs()) are available to do network
1852  *      order byte swapping.
1853  */
1854 /* HAS_HTONS:
1855  *      This symbol, if defined, indicates that the htons() routine (and
1856  *      friends htonl() ntohl() ntohs()) are available to do network
1857  *      order byte swapping.
1858  */
1859 /* HAS_NTOHL:
1860  *      This symbol, if defined, indicates that the ntohl() routine (and
1861  *      friends htonl() htons() ntohs()) are available to do network
1862  *      order byte swapping.
1863  */
1864 /* HAS_NTOHS:
1865  *      This symbol, if defined, indicates that the ntohs() routine (and
1866  *      friends htonl() htons() ntohl()) are available to do network
1867  *      order byte swapping.
1868  */
1869 /*#define HAS_HTONL             / **/
1870 /*#define HAS_HTONS             / **/
1871 /*#define HAS_NTOHL             / **/
1872 /*#define HAS_NTOHS             / **/
1873
1874 /* HAS_ISASCII:
1875  *      This manifest constant lets the C program know that isascii
1876  *      is available.
1877  */
1878 /*#define HAS_ISASCII           / **/
1879
1880 /* HAS_LCHOWN:
1881  *      This symbol, if defined, indicates that the lchown routine is
1882  *      available to operate on a symbolic link (instead of following the
1883  *      link).
1884  */
1885 /*#define HAS_LCHOWN            / **/
1886
1887 /* HAS_LOCALTIME_R:
1888  *      This symbol, if defined, indicates that the localtime_r routine
1889  *      is available to localtime re-entrantly.
1890  */
1891 /* LOCALTIME_R_NEEDS_TZSET:
1892  *      Many libc's localtime_r implementations do not call tzset,
1893  *      making them differ from localtime(), and making timezone
1894  *      changes using $ENV{TZ} without explicitly calling tzset
1895  *      impossible. This symbol makes us call tzset before localtime_r
1896  */
1897 /*#define LOCALTIME_R_NEEDS_TZSET / **/
1898 #ifdef LOCALTIME_R_NEEDS_TZSET
1899 #define L_R_TZSET tzset(),
1900 #else
1901 #define L_R_TZSET
1902 #endif
1903
1904 /* LOCALTIME_R_PROTO:
1905  *      This symbol encodes the prototype of localtime_r.
1906  *      It is zero if d_localtime_r is undef, and one of the
1907  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_localtime_r
1908  *      is defined.
1909  */
1910 /*#define HAS_LOCALTIME_R          / **/
1911 #define LOCALTIME_R_PROTO 0        /**/
1912
1913 /* HAS_LONG_DOUBLE:
1914  *      This symbol will be defined if the C compiler supports long
1915  *      doubles.
1916  */
1917 /* LONG_DOUBLESIZE:
1918  *      This symbol contains the size of a long double, so that the
1919  *      C preprocessor can make decisions based on it.  It is only
1920  *      defined if the system supports long doubles.
1921  */
1922 /* HAS_LDEXPL:
1923  *      This symbol, if defined, indicates that the ldexpl routine is
1924  *      available to shift a long double floating-point number
1925  *      by an integral power of 2.
1926  */
1927 /* LONG_DOUBLEKIND:
1928  *      LONG_DOUBLEKIND will be one of
1929  *      LONG_DOUBLE_IS_DOUBLE
1930  *      LONG_DOUBLE_IS_IEEE_754_128_BIT_LITTLE_ENDIAN
1931  *      LONG_DOUBLE_IS_IEEE_754_128_BIT_BIG_ENDIAN
1932  *      LONG_DOUBLE_IS_X86_80_BIT_LITTLE_ENDIAN
1933  *      LONG_DOUBLE_IS_X86_80_BIT_BIG_ENDIAN
1934  *      LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_LITTLE_ENDIAN
1935  *      LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_BIG_ENDIAN
1936  *      LONG_DOUBLE_IS_UNKNOWN_FORMAT
1937  *      It is only defined if the system supports long doubles.
1938  */
1939 /*#define  HAS_LDEXPL           / **/
1940 /*#define HAS_LONG_DOUBLE               / **/
1941 #ifdef HAS_LONG_DOUBLE
1942 #define LONG_DOUBLESIZE 8               /**/
1943 #define LONG_DOUBLEKIND 0               /**/
1944 #define LONG_DOUBLE_IS_DOUBLE                           0
1945 #define LONG_DOUBLE_IS_IEEE_754_128_BIT_LITTLE_ENDIAN   1
1946 #define LONG_DOUBLE_IS_IEEE_754_128_BIT_BIG_ENDIAN      2
1947 #define LONG_DOUBLE_IS_X86_80_BIT_LITTLE_ENDIAN         3
1948 #define LONG_DOUBLE_IS_X86_80_BIT_BIG_ENDIAN            4
1949 #define LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_LITTLE_ENDIAN       5
1950 #define LONG_DOUBLE_IS_DOUBLEDOUBLE_128_BIT_BIG_ENDIAN  6
1951 #define LONG_DOUBLE_IS_UNKNOWN_FORMAT                   -1
1952 #endif
1953
1954 /* HAS_LONG_LONG:
1955  *      This symbol will be defined if the C compiler supports long long.
1956  */
1957 /* LONGLONGSIZE:
1958  *      This symbol contains the size of a long long, so that the
1959  *      C preprocessor can make decisions based on it.  It is only
1960  *      defined if the system supports long long.
1961  */
1962 /*#define HAS_LONG_LONG         / **/
1963 #ifdef HAS_LONG_LONG
1964 #define LONGLONGSIZE 8          /**/
1965 #endif
1966
1967 /* HAS_LSEEK_PROTO:
1968  *      This symbol, if defined, indicates that the system provides
1969  *      a prototype for the lseek() function.  Otherwise, it is up
1970  *      to the program to supply one.  A good guess is
1971  *              extern off_t lseek(int, off_t, int);
1972  */
1973 /*#define       HAS_LSEEK_PROTO / **/
1974
1975 /* HAS_MEMCHR:
1976  *      This symbol, if defined, indicates that the memchr routine is available
1977  *      to locate characters within a C string.
1978  */
1979 #define HAS_MEMCHR      /**/
1980
1981 /* HAS_MKSTEMP:
1982  *      This symbol, if defined, indicates that the mkstemp routine is
1983  *      available to exclusively create and open a uniquely named
1984  *      temporary file.
1985  */
1986 /*#define HAS_MKSTEMP           / **/
1987
1988 /* HAS_MMAP:
1989  *      This symbol, if defined, indicates that the mmap system call is
1990  *      available to map a file into memory.
1991  */
1992 /* Mmap_t:
1993  *      This symbol holds the return type of the mmap() system call
1994  *      (and simultaneously the type of the first argument).
1995  *      Usually set to 'void *' or 'caddr_t'.
1996  */
1997 /*#define HAS_MMAP              / **/
1998 #define Mmap_t void *   /**/
1999
2000 /* HAS_MSG:
2001  *      This symbol, if defined, indicates that the entire msg*(2) library is
2002  *      supported (IPC mechanism based on message queues).
2003  */
2004 /*#define HAS_MSG               / **/
2005
2006 /* HAS_OPEN3:
2007  *      This manifest constant lets the C program know that the three
2008  *      argument form of open(2) is available.
2009  */
2010 /*#define HAS_OPEN3             / **/
2011
2012 /* OLD_PTHREAD_CREATE_JOINABLE:
2013  *      This symbol, if defined, indicates how to create pthread
2014  *      in joinable (aka undetached) state.  NOTE: not defined
2015  *      if pthread.h already has defined PTHREAD_CREATE_JOINABLE
2016  *      (the new version of the constant).
2017  *      If defined, known values are PTHREAD_CREATE_UNDETACHED
2018  *      and __UNDETACHED.
2019  */
2020 /*#define OLD_PTHREAD_CREATE_JOINABLE  / **/
2021
2022 /* HAS_PTHREAD_ATFORK:
2023  *      This symbol, if defined, indicates that the pthread_atfork routine
2024  *      is available to setup fork handlers.
2025  */
2026 /*#define HAS_PTHREAD_ATFORK            / **/
2027
2028 /* HAS_PTHREAD_YIELD:
2029  *      This symbol, if defined, indicates that the pthread_yield
2030  *      routine is available to yield the execution of the current
2031  *      thread.  sched_yield is preferable to pthread_yield.
2032  */
2033 /* SCHED_YIELD:
2034  *      This symbol defines the way to yield the execution of
2035  *      the current thread.  Known ways are sched_yield,
2036  *      pthread_yield, and pthread_yield with NULL.
2037  */
2038 /* HAS_SCHED_YIELD:
2039  *      This symbol, if defined, indicates that the sched_yield
2040  *      routine is available to yield the execution of the current
2041  *      thread.  sched_yield is preferable to pthread_yield.
2042  */
2043 /*#define HAS_PTHREAD_YIELD     / **/
2044 #define SCHED_YIELD     sched_yield()   /**/
2045 /*#define HAS_SCHED_YIELD       / **/
2046
2047 /* HAS_RANDOM_R:
2048  *      This symbol, if defined, indicates that the random_r routine
2049  *      is available to random re-entrantly.
2050  */
2051 /* RANDOM_R_PROTO:
2052  *      This symbol encodes the prototype of random_r.
2053  *      It is zero if d_random_r is undef, and one of the
2054  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_random_r
2055  *      is defined.
2056  */
2057 /*#define HAS_RANDOM_R     / **/
2058 #define RANDOM_R_PROTO 0           /**/
2059
2060 /* HAS_READDIR64_R:
2061  *      This symbol, if defined, indicates that the readdir64_r routine
2062  *      is available to readdir64 re-entrantly.
2063  */
2064 /* READDIR64_R_PROTO:
2065  *      This symbol encodes the prototype of readdir64_r.
2066  *      It is zero if d_readdir64_r is undef, and one of the
2067  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_readdir64_r
2068  *      is defined.
2069  */
2070 /*#define HAS_READDIR64_R          / **/
2071 #define READDIR64_R_PROTO 0        /**/
2072
2073 /* HAS_READDIR_R:
2074  *      This symbol, if defined, indicates that the readdir_r routine
2075  *      is available to readdir re-entrantly.
2076  */
2077 /* READDIR_R_PROTO:
2078  *      This symbol encodes the prototype of readdir_r.
2079  *      It is zero if d_readdir_r is undef, and one of the
2080  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_readdir_r
2081  *      is defined.
2082  */
2083 /*#define HAS_READDIR_R    / **/
2084 #define READDIR_R_PROTO 0          /**/
2085
2086 /* HAS_SAFE_BCOPY:
2087  *      This symbol, if defined, indicates that the bcopy routine is available
2088  *      to copy potentially overlapping memory blocks. Normally, you should
2089  *      probably use memmove() or memcpy(). If neither is defined, roll your
2090  *      own version.
2091  */
2092 /*#define HAS_SAFE_BCOPY        / **/
2093
2094 /* HAS_SAFE_MEMCPY:
2095  *      This symbol, if defined, indicates that the memcpy routine is available
2096  *      to copy potentially overlapping memory blocks.  If you need to
2097  *      copy overlapping memory blocks, you should check HAS_MEMMOVE and
2098  *      use memmove() instead, if available.
2099  */
2100 /*#define HAS_SAFE_MEMCPY       / **/
2101
2102 /* HAS_SANE_MEMCMP:
2103  *      This symbol, if defined, indicates that the memcmp routine is available
2104  *      and can be used to compare relative magnitudes of chars with their high
2105  *      bits set.  If it is not defined, roll your own version.
2106  */
2107 /*#define HAS_SANE_MEMCMP       / **/
2108
2109 /* HAS_SEM:
2110  *      This symbol, if defined, indicates that the entire sem*(2) library is
2111  *      supported.
2112  */
2113 /*#define HAS_SEM               / **/
2114
2115 /* HAS_SETGRENT:
2116  *      This symbol, if defined, indicates that the setgrent routine is
2117  *      available for initializing sequential access of the group database.
2118  */
2119 /*#define HAS_SETGRENT          / **/
2120
2121 /* HAS_SETGRENT_R:
2122  *      This symbol, if defined, indicates that the setgrent_r routine
2123  *      is available to setgrent re-entrantly.
2124  */
2125 /* SETGRENT_R_PROTO:
2126  *      This symbol encodes the prototype of setgrent_r.
2127  *      It is zero if d_setgrent_r is undef, and one of the
2128  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_setgrent_r
2129  *      is defined.
2130  */
2131 /*#define HAS_SETGRENT_R           / **/
2132 #define SETGRENT_R_PROTO 0         /**/
2133
2134 /* HAS_SETHOSTENT:
2135  *      This symbol, if defined, indicates that the sethostent() routine is
2136  *      available.
2137  */
2138 /*#define HAS_SETHOSTENT                / **/
2139
2140 /* HAS_SETHOSTENT_R:
2141  *      This symbol, if defined, indicates that the sethostent_r routine
2142  *      is available to sethostent re-entrantly.
2143  */
2144 /* SETHOSTENT_R_PROTO:
2145  *      This symbol encodes the prototype of sethostent_r.
2146  *      It is zero if d_sethostent_r is undef, and one of the
2147  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_sethostent_r
2148  *      is defined.
2149  */
2150 /*#define HAS_SETHOSTENT_R         / **/
2151 #define SETHOSTENT_R_PROTO 0       /**/
2152
2153 /* HAS_SETLOCALE_R:
2154  *      This symbol, if defined, indicates that the setlocale_r routine
2155  *      is available to setlocale re-entrantly.
2156  */
2157 /* SETLOCALE_R_PROTO:
2158  *      This symbol encodes the prototype of setlocale_r.
2159  *      It is zero if d_setlocale_r is undef, and one of the
2160  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_setlocale_r
2161  *      is defined.
2162  */
2163 /*#define HAS_SETLOCALE_R          / **/
2164 #define SETLOCALE_R_PROTO 0        /**/
2165
2166 /* HAS_SETNETENT:
2167  *      This symbol, if defined, indicates that the setnetent() routine is
2168  *      available.
2169  */
2170 /*#define HAS_SETNETENT         / **/
2171
2172 /* HAS_SETNETENT_R:
2173  *      This symbol, if defined, indicates that the setnetent_r routine
2174  *      is available to setnetent re-entrantly.
2175  */
2176 /* SETNETENT_R_PROTO:
2177  *      This symbol encodes the prototype of setnetent_r.
2178  *      It is zero if d_setnetent_r is undef, and one of the
2179  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_setnetent_r
2180  *      is defined.
2181  */
2182 /*#define HAS_SETNETENT_R          / **/
2183 #define SETNETENT_R_PROTO 0        /**/
2184
2185 /* HAS_SETPROTOENT:
2186  *      This symbol, if defined, indicates that the setprotoent() routine is
2187  *      available.
2188  */
2189 /*#define HAS_SETPROTOENT               / **/
2190
2191 /* HAS_SETPGRP:
2192  *      This symbol, if defined, indicates that the setpgrp routine is
2193  *      available to set the current process group.
2194  */
2195 /* USE_BSD_SETPGRP:
2196  *      This symbol, if defined, indicates that setpgrp needs two
2197  *      arguments whereas USG one needs none.  See also HAS_SETPGID
2198  *      for a POSIX interface.
2199  */
2200 /*#define HAS_SETPGRP           / **/
2201 /*#define USE_BSD_SETPGRP       / **/
2202
2203 /* HAS_SETPROTOENT_R:
2204  *      This symbol, if defined, indicates that the setprotoent_r routine
2205  *      is available to setprotoent re-entrantly.
2206  */
2207 /* SETPROTOENT_R_PROTO:
2208  *      This symbol encodes the prototype of setprotoent_r.
2209  *      It is zero if d_setprotoent_r is undef, and one of the
2210  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_setprotoent_r
2211  *      is defined.
2212  */
2213 /*#define HAS_SETPROTOENT_R        / **/
2214 #define SETPROTOENT_R_PROTO 0      /**/
2215
2216 /* HAS_SETPWENT:
2217  *      This symbol, if defined, indicates that the setpwent routine is
2218  *      available for initializing sequential access of the passwd database.
2219  */
2220 /*#define HAS_SETPWENT          / **/
2221
2222 /* HAS_SETPWENT_R:
2223  *      This symbol, if defined, indicates that the setpwent_r routine
2224  *      is available to setpwent re-entrantly.
2225  */
2226 /* SETPWENT_R_PROTO:
2227  *      This symbol encodes the prototype of setpwent_r.
2228  *      It is zero if d_setpwent_r is undef, and one of the
2229  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_setpwent_r
2230  *      is defined.
2231  */
2232 /*#define HAS_SETPWENT_R           / **/
2233 #define SETPWENT_R_PROTO 0         /**/
2234
2235 /* HAS_SETSERVENT:
2236  *      This symbol, if defined, indicates that the setservent() routine is
2237  *      available.
2238  */
2239 /*#define HAS_SETSERVENT                / **/
2240
2241 /* HAS_SETSERVENT_R:
2242  *      This symbol, if defined, indicates that the setservent_r routine
2243  *      is available to setservent re-entrantly.
2244  */
2245 /* SETSERVENT_R_PROTO:
2246  *      This symbol encodes the prototype of setservent_r.
2247  *      It is zero if d_setservent_r is undef, and one of the
2248  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_setservent_r
2249  *      is defined.
2250  */
2251 /*#define HAS_SETSERVENT_R         / **/
2252 #define SETSERVENT_R_PROTO 0       /**/
2253
2254 /* HAS_SETVBUF:
2255  *      This symbol, if defined, indicates that the setvbuf routine is
2256  *      available to change buffering on an open stdio stream.
2257  *      to a line-buffered mode.
2258  */
2259 /*#define HAS_SETVBUF           / **/
2260
2261 /* HAS_SHM:
2262  *      This symbol, if defined, indicates that the entire shm*(2) library is
2263  *      supported.
2264  */
2265 /*#define HAS_SHM               / **/
2266
2267 /* Shmat_t:
2268  *      This symbol holds the return type of the shmat() system call.
2269  *      Usually set to 'void *' or 'char *'.
2270  */
2271 /* HAS_SHMAT_PROTOTYPE:
2272  *      This symbol, if defined, indicates that the sys/shm.h includes
2273  *      a prototype for shmat().  Otherwise, it is up to the program to
2274  *      guess one.  Shmat_t shmat(int, Shmat_t, int) is a good guess,
2275  *      but not always right so it should be emitted by the program only
2276  *      when HAS_SHMAT_PROTOTYPE is not defined to avoid conflicting defs.
2277  */
2278 #define Shmat_t void *  /**/
2279 /*#define HAS_SHMAT_PROTOTYPE   / **/
2280
2281 /* HAS_SIGACTION:
2282  *      This symbol, if defined, indicates that Vr4's sigaction() routine
2283  *      is available.
2284  */
2285 /*#define HAS_SIGACTION / **/
2286
2287 /* HAS_SIGSETJMP:
2288  *      This variable indicates to the C program that the sigsetjmp()
2289  *      routine is available to save the calling process's registers
2290  *      and stack environment for later use by siglongjmp(), and
2291  *      to optionally save the process's signal mask.  See
2292  *      Sigjmp_buf, Sigsetjmp, and Siglongjmp.
2293  */
2294 /* Sigjmp_buf:
2295  *      This is the buffer type to be used with Sigsetjmp and Siglongjmp.
2296  */
2297 /* Sigsetjmp:
2298  *      This macro is used in the same way as sigsetjmp(), but will invoke
2299  *      traditional setjmp() if sigsetjmp isn't available.
2300  *      See HAS_SIGSETJMP.
2301  */
2302 /* Siglongjmp:
2303  *      This macro is used in the same way as siglongjmp(), but will invoke
2304  *      traditional longjmp() if siglongjmp isn't available.
2305  *      See HAS_SIGSETJMP.
2306  */
2307 /*#define HAS_SIGSETJMP / **/
2308 #ifdef HAS_SIGSETJMP
2309 #define Sigjmp_buf sigjmp_buf
2310 #define Sigsetjmp(buf,save_mask) sigsetjmp((buf),(save_mask))
2311 #define Siglongjmp(buf,retval) siglongjmp((buf),(retval))
2312 #else
2313 #define Sigjmp_buf jmp_buf
2314 #define Sigsetjmp(buf,save_mask) setjmp((buf))
2315 #define Siglongjmp(buf,retval) longjmp((buf),(retval))
2316 #endif
2317
2318 /* HAS_SOCKET:
2319  *      This symbol, if defined, indicates that the BSD socket interface is
2320  *      supported.
2321  */
2322 /* HAS_SOCKETPAIR:
2323  *      This symbol, if defined, indicates that the BSD socketpair() call is
2324  *      supported.
2325  */
2326 /* HAS_MSG_CTRUNC:
2327  *      This symbol, if defined, indicates that the MSG_CTRUNC is supported.
2328  *      Checking just with #ifdef might not be enough because this symbol
2329  *      has been known to be an enum.
2330  */
2331 /* HAS_MSG_DONTROUTE:
2332  *      This symbol, if defined, indicates that the MSG_DONTROUTE is supported.
2333  *      Checking just with #ifdef might not be enough because this symbol
2334  *      has been known to be an enum.
2335  */
2336 /* HAS_MSG_OOB:
2337  *      This symbol, if defined, indicates that the MSG_OOB is supported.
2338  *      Checking just with #ifdef might not be enough because this symbol
2339  *      has been known to be an enum.
2340  */
2341 /* HAS_MSG_PEEK:
2342  *      This symbol, if defined, indicates that the MSG_PEEK is supported.
2343  *      Checking just with #ifdef might not be enough because this symbol
2344  *      has been known to be an enum.
2345  */
2346 /* HAS_MSG_PROXY:
2347  *      This symbol, if defined, indicates that the MSG_PROXY is supported.
2348  *      Checking just with #ifdef might not be enough because this symbol
2349  *      has been known to be an enum.
2350  */
2351 /* HAS_SCM_RIGHTS:
2352  *      This symbol, if defined, indicates that the SCM_RIGHTS is supported.
2353  *      Checking just with #ifdef might not be enough because this symbol
2354  *      has been known to be an enum.
2355  */
2356 /* HAS_SOCKADDR_SA_LEN:
2357  *      This symbol, if defined, indicates that the struct sockaddr
2358  *      structure has a member called sa_len, indicating the length of
2359  *      the structure.
2360  */
2361 /* HAS_SOCKADDR_IN6:
2362  *      This symbol, if defined, indicates the availability of
2363  *      struct sockaddr_in6;
2364  */
2365 /* HAS_SIN6_SCOPE_ID:
2366  *      This symbol, if defined, indicates that the struct sockaddr_in6
2367  *      structure has a member called sin6_scope_id.
2368  */
2369 /* HAS_IP_MREQ:
2370  *      This symbol, if defined, indicates the availability of
2371  *      struct ip_mreq;
2372  */
2373 /* HAS_IP_MREQ_SOURCE:
2374  *      This symbol, if defined, indicates the availability of
2375  *      struct ip_mreq_source;
2376  */
2377 /* HAS_IPV6_MREQ:
2378  *      This symbol, if defined, indicates the availability of
2379  *      struct ipv6_mreq;
2380  */
2381 /* HAS_IPV6_MREQ_SOURCE:
2382  *      This symbol, if defined, indicates the availability of
2383  *      struct ipv6_mreq_source;
2384  */
2385 /*#define       HAS_SOCKET              / **/
2386 /*#define       HAS_SOCKETPAIR  / **/
2387 /*#define       HAS_SOCKADDR_SA_LEN     / **/
2388 /*#define       HAS_MSG_CTRUNC  / **/
2389 /*#define       HAS_MSG_DONTROUTE       / **/
2390 /*#define       HAS_MSG_OOB     / **/
2391 /*#define       HAS_MSG_PEEK    / **/
2392 /*#define       HAS_MSG_PROXY   / **/
2393 /*#define       HAS_SCM_RIGHTS  / **/
2394 /*#define       HAS_SOCKADDR_IN6        / **/
2395 /*#define       HAS_SIN6_SCOPE_ID       / **/
2396 /*#define       HAS_IP_MREQ     / **/
2397 /*#define       HAS_IP_MREQ_SOURCE      / **/
2398 /*#define       HAS_IPV6_MREQ   / **/
2399 /*#define       HAS_IPV6_MREQ_SOURCE    / **/
2400
2401 /* HAS_SRAND48_R:
2402  *      This symbol, if defined, indicates that the srand48_r routine
2403  *      is available to srand48 re-entrantly.
2404  */
2405 /* SRAND48_R_PROTO:
2406  *      This symbol encodes the prototype of srand48_r.
2407  *      It is zero if d_srand48_r is undef, and one of the
2408  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_srand48_r
2409  *      is defined.
2410  */
2411 /*#define HAS_SRAND48_R    / **/
2412 #define SRAND48_R_PROTO 0          /**/
2413
2414 /* HAS_SRANDOM_R:
2415  *      This symbol, if defined, indicates that the srandom_r routine
2416  *      is available to srandom re-entrantly.
2417  */
2418 /* SRANDOM_R_PROTO:
2419  *      This symbol encodes the prototype of srandom_r.
2420  *      It is zero if d_srandom_r is undef, and one of the
2421  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_srandom_r
2422  *      is defined.
2423  */
2424 /*#define HAS_SRANDOM_R    / **/
2425 #define SRANDOM_R_PROTO 0          /**/
2426
2427 /* USE_STAT_BLOCKS:
2428  *      This symbol is defined if this system has a stat structure declaring
2429  *      st_blksize and st_blocks.
2430  */
2431 #ifndef USE_STAT_BLOCKS
2432 /*#define USE_STAT_BLOCKS       / **/
2433 #endif
2434
2435 /* HAS_STATIC_INLINE:
2436  *      This symbol, if defined, indicates that the C compiler supports
2437  *      C99-style static inline.  That is, the function can't be called
2438  *      from another translation unit.
2439  */
2440 /* PERL_STATIC_INLINE:
2441  *      This symbol gives the best-guess incantation to use for static
2442  *      inline functions.  If HAS_STATIC_INLINE is defined, this will
2443  *      give C99-style inline.  If HAS_STATIC_INLINE is not defined,
2444  *      this will give a plain 'static'.  It will always be defined
2445  *      to something that gives static linkage.
2446  *      Possibilities include
2447  *              static inline       (c99)
2448  *              static __inline__   (gcc -ansi)
2449  *              static __inline     (MSVC)
2450  *              static _inline      (older MSVC)
2451  *              static              (c89 compilers)
2452  */
2453 /*#define HAS_STATIC_INLINE                             / **/
2454 #define PERL_STATIC_INLINE static       /**/
2455
2456 /* USE_STDIO_PTR:
2457  *      This symbol is defined if the _ptr and _cnt fields (or similar)
2458  *      of the stdio FILE structure can be used to access the stdio buffer
2459  *      for a file handle.  If this is defined, then the FILE_ptr(fp)
2460  *      and FILE_cnt(fp) macros will also be defined and should be used
2461  *      to access these fields.
2462  */
2463 /* FILE_ptr:
2464  *      This macro is used to access the _ptr field (or equivalent) of the
2465  *      FILE structure pointed to by its argument. This macro will always be
2466  *      defined if USE_STDIO_PTR is defined.
2467  */
2468 /* STDIO_PTR_LVALUE:
2469  *      This symbol is defined if the FILE_ptr macro can be used as an
2470  *      lvalue.
2471  */
2472 /* FILE_cnt:
2473  *      This macro is used to access the _cnt field (or equivalent) of the
2474  *      FILE structure pointed to by its argument. This macro will always be
2475  *      defined if USE_STDIO_PTR is defined.
2476  */
2477 /* STDIO_CNT_LVALUE:
2478  *      This symbol is defined if the FILE_cnt macro can be used as an
2479  *      lvalue.
2480  */
2481 /* STDIO_PTR_LVAL_SETS_CNT:
2482  *      This symbol is defined if using the FILE_ptr macro as an lvalue
2483  *      to increase the pointer by n has the side effect of decreasing the
2484  *      value of File_cnt(fp) by n.
2485  */
2486 /* STDIO_PTR_LVAL_NOCHANGE_CNT:
2487  *      This symbol is defined if using the FILE_ptr macro as an lvalue
2488  *      to increase the pointer by n leaves File_cnt(fp) unchanged.
2489  */
2490 /*#define USE_STDIO_PTR         / **/
2491 #ifdef USE_STDIO_PTR
2492 #define FILE_ptr(fp)    ((fp)->_IO_read_ptr)
2493 /*#define STDIO_PTR_LVALUE              / **/
2494 #define FILE_cnt(fp)    ((fp)->_IO_read_end - (fp)->_IO_read_ptr)
2495 /*#define STDIO_CNT_LVALUE              / **/
2496 /*#define STDIO_PTR_LVAL_SETS_CNT       / **/
2497 /*#define STDIO_PTR_LVAL_NOCHANGE_CNT   / **/
2498 #endif
2499
2500 /* USE_STDIO_BASE:
2501  *      This symbol is defined if the _base field (or similar) of the
2502  *      stdio FILE structure can be used to access the stdio buffer for
2503  *      a file handle.  If this is defined, then the FILE_base(fp) macro
2504  *      will also be defined and should be used to access this field.
2505  *      Also, the FILE_bufsiz(fp) macro will be defined and should be used
2506  *      to determine the number of bytes in the buffer.  USE_STDIO_BASE
2507  *      will never be defined unless USE_STDIO_PTR is.
2508  */
2509 /* FILE_base:
2510  *      This macro is used to access the _base field (or equivalent) of the
2511  *      FILE structure pointed to by its argument. This macro will always be
2512  *      defined if USE_STDIO_BASE is defined.
2513  */
2514 /* FILE_bufsiz:
2515  *      This macro is used to determine the number of bytes in the I/O
2516  *      buffer pointed to by _base field (or equivalent) of the FILE
2517  *      structure pointed to its argument. This macro will always be defined
2518  *      if USE_STDIO_BASE is defined.
2519  */
2520 /*#define USE_STDIO_BASE        / **/
2521 #ifdef USE_STDIO_BASE
2522 #define FILE_base(fp)   ((fp)->_IO_read_base)
2523 #define FILE_bufsiz(fp) ((fp)->_IO_read_end - (fp)->_IO_read_base)
2524 #endif
2525
2526 /* USE_STRUCT_COPY:
2527  *      This symbol, if defined, indicates that this C compiler knows how
2528  *      to copy structures.  If undefined, you'll need to use a block copy
2529  *      routine of some sort instead.
2530  */
2531 /*#define       USE_STRUCT_COPY / **/
2532
2533 /* HAS_STRERROR:
2534  *      This symbol, if defined, indicates that the strerror routine is
2535  *      available to translate error numbers to strings. See the writeup
2536  *      of Strerror() in this file before you try to define your own.
2537  */
2538 /* HAS_SYS_ERRLIST:
2539  *      This symbol, if defined, indicates that the sys_errlist array is
2540  *      available to translate error numbers to strings. The extern int
2541  *      sys_nerr gives the size of that table.
2542  */
2543 /* Strerror:
2544  *      This preprocessor symbol is defined as a macro if strerror() is
2545  *      not available to translate error numbers to strings but sys_errlist[]
2546  *      array is there.
2547  */
2548 /*#define HAS_STRERROR          / **/
2549 /*#define HAS_SYS_ERRLIST       / **/
2550 #define Strerror(e) strerror(e)
2551
2552 /* HAS_STRERROR_R:
2553  *      This symbol, if defined, indicates that the strerror_r routine
2554  *      is available to strerror re-entrantly.
2555  */
2556 /* STRERROR_R_PROTO:
2557  *      This symbol encodes the prototype of strerror_r.
2558  *      It is zero if d_strerror_r is undef, and one of the
2559  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_strerror_r
2560  *      is defined.
2561  */
2562 /*#define HAS_STRERROR_R           / **/
2563 #define STRERROR_R_PROTO 0         /**/
2564
2565 /* HAS_STRTOUL:
2566  *      This symbol, if defined, indicates that the strtoul routine is
2567  *      available to provide conversion of strings to unsigned long.
2568  */
2569 #define HAS_STRTOUL     /**/
2570
2571 /* HAS_TIME:
2572  *      This symbol, if defined, indicates that the time() routine exists.
2573  */
2574 /* Time_t:
2575  *      This symbol holds the type returned by time(). It can be long,
2576  *      or time_t on BSD sites (in which case <sys/types.h> should be
2577  *      included).
2578  */
2579 #define HAS_TIME                /**/
2580 #define Time_t time_t           /* Time type */
2581
2582 /* HAS_TIMES:
2583  *      This symbol, if defined, indicates that the times() routine exists.
2584  *      Note that this became obsolete on some systems (SUNOS), which now
2585  * use getrusage(). It may be necessary to include <sys/times.h>.
2586  */
2587 /*#define HAS_TIMES             / **/
2588
2589 /* HAS_TMPNAM_R:
2590  *      This symbol, if defined, indicates that the tmpnam_r routine
2591  *      is available to tmpnam re-entrantly.
2592  */
2593 /* TMPNAM_R_PROTO:
2594  *      This symbol encodes the prototype of tmpnam_r.
2595  *      It is zero if d_tmpnam_r is undef, and one of the
2596  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_tmpnam_r
2597  *      is defined.
2598  */
2599 /*#define HAS_TMPNAM_R     / **/
2600 #define TMPNAM_R_PROTO 0           /**/
2601
2602 /* HAS_TTYNAME_R:
2603  *      This symbol, if defined, indicates that the ttyname_r routine
2604  *      is available to ttyname re-entrantly.
2605  */
2606 /* TTYNAME_R_PROTO:
2607  *      This symbol encodes the prototype of ttyname_r.
2608  *      It is zero if d_ttyname_r is undef, and one of the
2609  *      REENTRANT_PROTO_T_ABC macros of reentr.h if d_ttyname_r
2610  *      is defined.
2611  */
2612 /*#define HAS_TTYNAME_R    / **/
2613 #define TTYNAME_R_PROTO 0          /**/
2614
2615 /* HAS_UNION_SEMUN:
2616  *      This symbol, if defined, indicates that the union semun is
2617  *      defined by including <sys/sem.h>.  If not, the user code
2618  *      probably needs to define it as:
2619  *      union semun {
2620  *          int val;
2621  *          struct semid_ds *buf;
2622  *          unsigned short *array;
2623  *      }
2624  */
2625 /* USE_SEMCTL_SEMUN:
2626  *      This symbol, if defined, indicates that union semun is
2627  *      used for semctl IPC_STAT.
2628  */
2629 /* USE_SEMCTL_SEMID_DS:
2630  *      This symbol, if defined, indicates that struct semid_ds * is
2631  *      used for semctl IPC_STAT.
2632  */
2633 /*#define HAS_UNION_SEMUN       / **/
2634 /*#define USE_SEMCTL_SEMUN      / **/
2635 /*#define USE_SEMCTL_SEMID_DS   / **/
2636
2637 /* HAS_VFORK:
2638  *      This symbol, if defined, indicates that vfork() exists.
2639  */
2640 /*#define HAS_VFORK     / **/
2641
2642 /* HAS_PSEUDOFORK:
2643  *      This symbol, if defined, indicates that an emulation of the
2644  *      fork routine is available.
2645  */
2646 /*#define HAS_PSEUDOFORK        / **/
2647
2648 /* Signal_t:
2649  *      This symbol's value is either "void" or "int", corresponding to the
2650  *      appropriate return type of a signal handler.  Thus, you can declare
2651  *      a signal handler using "Signal_t (*handler)()", and define the
2652  *      handler using "Signal_t handler(sig)".
2653  */
2654 #define Signal_t int    /* Signal handler's return type */
2655
2656 /* HASVOLATILE:
2657  *      This symbol, if defined, indicates that this C compiler knows about
2658  *      the volatile declaration.
2659  */
2660 /*#define       HASVOLATILE     / **/
2661 #ifndef HASVOLATILE
2662 #define volatile
2663 #endif
2664
2665 /* HAS_VPRINTF:
2666  *      This symbol, if defined, indicates that the vprintf routine is available
2667  *      to printf with a pointer to an argument list.  If unavailable, you
2668  *      may need to write your own, probably in terms of _doprnt().
2669  */
2670 /* USE_CHAR_VSPRINTF:
2671  *      This symbol is defined if this system has vsprintf() returning type
2672  *      (char*).  The trend seems to be to declare it as "int vsprintf()".  It
2673  *      is up to the package author to declare vsprintf correctly based on the
2674  *      symbol.
2675  */
2676 #define HAS_VPRINTF     /**/
2677 /*#define USE_CHAR_VSPRINTF     / **/
2678
2679 /* DOUBLESIZE:
2680  *      This symbol contains the size of a double, so that the C preprocessor
2681  *      can make decisions based on it.
2682  */
2683 #define DOUBLESIZE 8            /**/
2684
2685 /* EBCDIC:
2686  *      This symbol, if defined, indicates that this system uses
2687  *      EBCDIC encoding.
2688  */
2689 /*#define       EBCDIC          / **/
2690
2691 /* Fpos_t:
2692  *      This symbol holds the type used to declare file positions in libc.
2693  *      It can be fpos_t, long, uint, etc... It may be necessary to include
2694  *      <sys/types.h> to get any typedef'ed information.
2695  */
2696 #define Fpos_t int              /* File position type */
2697
2698 /* Gid_t_f:
2699  *      This symbol defines the format string used for printing a Gid_t.
2700  */
2701 #define Gid_t_f         "lu"            /**/
2702
2703 /* Gid_t_sign:
2704  *      This symbol holds the signedness of a Gid_t.
2705  *      1 for unsigned, -1 for signed.
2706  */
2707 #define Gid_t_sign      1               /* GID sign */
2708
2709 /* Gid_t_size:
2710  *      This symbol holds the size of a Gid_t in bytes.
2711  */
2712 #define Gid_t_size 4            /* GID size */
2713
2714 /* Gid_t:
2715  *      This symbol holds the return type of getgid() and the type of
2716  *      argument to setrgid() and related functions.  Typically,
2717  *      it is the type of group ids in the kernel. It can be int, ushort,
2718  *      gid_t, etc... It may be necessary to include <sys/types.h> to get
2719  *      any typedef'ed information.
2720  */
2721 #define Gid_t int               /* Type for getgid(), etc... */
2722
2723 /* I_DIRENT:
2724  *      This symbol, if defined, indicates to the C program that it should
2725  *      include <dirent.h>. Using this symbol also triggers the definition
2726  *      of the Direntry_t define which ends up being 'struct dirent' or
2727  *      'struct direct' depending on the availability of <dirent.h>.
2728  */
2729 /* DIRNAMLEN:
2730  *      This symbol, if defined, indicates to the C program that the length
2731  *      of directory entry names is provided by a d_namlen field.  Otherwise
2732  *      you need to do strlen() on the d_name field.
2733  */
2734 /* Direntry_t:
2735  *      This symbol is set to 'struct direct' or 'struct dirent' depending on
2736  *      whether dirent is available or not. You should use this pseudo type to
2737  *      portably declare your directory entries.
2738  */
2739 #define I_DIRENT                /**/
2740 /*#define DIRNAMLEN     / **/
2741 #define Direntry_t struct dirent
2742
2743 /* I_EXECINFO:
2744  *      This symbol, if defined, indicates to the C program that it should
2745  *      include <execinfo.h> for backtrace() support.
2746  */
2747 /*#define I_EXECINFO            / **/
2748
2749 /* I_GRP:
2750  *      This symbol, if defined, indicates to the C program that it should
2751  *      include <grp.h>.
2752  */
2753 /* GRPASSWD:
2754  *      This symbol, if defined, indicates to the C program that struct group
2755  *      in <grp.h> contains gr_passwd.
2756  */
2757 /*#define I_GRP         / **/
2758 /*#define GRPASSWD      / **/
2759
2760 /* I_MACH_CTHREADS:
2761  *     This symbol, if defined, indicates to the C program that it should
2762  *     include <mach/cthreads.h>.
2763  */
2764 /*#define   I_MACH_CTHREADS     / **/
2765
2766 /* I_NDBM:
2767  *      This symbol, if defined, indicates that <ndbm.h> exists and should
2768  *      be included.
2769  */
2770 /* I_GDBMNDBM:
2771  *      This symbol, if defined, indicates that <gdbm/ndbm.h> exists and should
2772  *      be included.  This was the location of the ndbm.h compatibility file
2773  *      in RedHat 7.1.
2774  */
2775 /* I_GDBM_NDBM:
2776  *      This symbol, if defined, indicates that <gdbm-ndbm.h> exists and should
2777  *      be included.  This is the location of the ndbm.h compatibility file
2778  *      in Debian 4.0.
2779  */
2780 /* NDBM_H_USES_PROTOTYPES:
2781  *      This symbol, if defined, indicates that <ndbm.h> uses real ANSI C
2782  *      prototypes instead of K&R style function declarations without any
2783  *      parameter information. While ANSI C prototypes are supported in C++,
2784  *      K&R style function declarations will yield errors.
2785  */
2786 /* GDBMNDBM_H_USES_PROTOTYPES:
2787  *      This symbol, if defined, indicates that <gdbm/ndbm.h> uses real ANSI C
2788  *      prototypes instead of K&R style function declarations without any
2789  *      parameter information. While ANSI C prototypes are supported in C++,
2790  *      K&R style function declarations will yield errors.
2791  */
2792 /* GDBM_NDBM_H_USES_PROTOTYPES:
2793  *      This symbol, if defined, indicates that <gdbm-ndbm.h> uses real ANSI C
2794  *      prototypes instead of K&R style function declarations without any
2795  *      parameter information. While ANSI C prototypes are supported in C++,
2796  *      K&R style function declarations will yield errors.
2797  */
2798 /*#define I_NDBM        / **/
2799 /*#define I_GDBMNDBM    / **/
2800 /*#define I_GDBM_NDBM   / **/
2801 /*#define NDBM_H_USES_PROTOTYPES        / **/
2802 /*#define GDBMNDBM_H_USES_PROTOTYPES    / **/
2803 /*#define GDBM_NDBM_H_USES_PROTOTYPES   / **/
2804
2805 /* I_NETDB:
2806  *      This symbol, if defined, indicates that <netdb.h> exists and
2807  *      should be included.
2808  */
2809 /*#define I_NETDB               / **/
2810
2811 /* I_NET_ERRNO:
2812  *      This symbol, if defined, indicates that <net/errno.h> exists and
2813  *      should be included.
2814  */
2815 /*#define I_NET_ERRNO           / **/
2816
2817 /* I_PTHREAD:
2818  *     This symbol, if defined, indicates to the C program that it should
2819  *     include <pthread.h>.
2820  */
2821 /*#define   I_PTHREAD   / **/
2822
2823 /* I_PWD:
2824  *      This symbol, if defined, indicates to the C program that it should
2825  *      include <pwd.h>.
2826  */
2827 /* PWQUOTA:
2828  *      This symbol, if defined, indicates to the C program that struct passwd
2829  *      contains pw_quota.
2830  */
2831 /* PWAGE:
2832  *      This symbol, if defined, indicates to the C program that struct passwd
2833  *      contains pw_age.
2834  */
2835 /* PWCHANGE:
2836  *      This symbol, if defined, indicates to the C program that struct passwd
2837  *      contains pw_change.
2838  */
2839 /* PWCLASS:
2840  *      This symbol, if defined, indicates to the C program that struct passwd
2841  *      contains pw_class.
2842  */
2843 /* PWEXPIRE:
2844  *      This symbol, if defined, indicates to the C program that struct passwd
2845  *      contains pw_expire.
2846  */
2847 /* PWCOMMENT:
2848  *      This symbol, if defined, indicates to the C program that struct passwd
2849  *      contains pw_comment.
2850  */
2851 /* PWGECOS:
2852  *      This symbol, if defined, indicates to the C program that struct passwd
2853  *      contains pw_gecos.
2854  */
2855 /* PWPASSWD:
2856  *      This symbol, if defined, indicates to the C program that struct passwd
2857  *      contains pw_passwd.
2858  */
2859 /*#define I_PWD         / **/
2860 /*#define PWQUOTA       / **/
2861 /*#define PWAGE / **/
2862 /*#define PWCHANGE      / **/
2863 /*#define PWCLASS       / **/
2864 /*#define PWEXPIRE      / **/
2865 /*#define PWCOMMENT     / **/
2866 /*#define PWGECOS       / **/
2867 /*#define PWPASSWD      / **/
2868
2869 /* I_SYS_ACCESS:
2870  *     This symbol, if defined, indicates to the C program that it should
2871  *     include <sys/access.h>.
2872  */
2873 /*#define   I_SYS_ACCESS                / **/
2874
2875 /* I_SYS_SECURITY:
2876  *     This symbol, if defined, indicates to the C program that it should
2877  *     include <sys/security.h>.
2878  */
2879 /*#define   I_SYS_SECURITY      / **/
2880
2881 /* I_SYSUIO:
2882  *      This symbol, if defined, indicates that <sys/uio.h> exists and
2883  *      should be included.
2884  */
2885 /*#define       I_SYSUIO                / **/
2886
2887 /* I_TERMIO:
2888  *      This symbol, if defined, indicates that the program should include
2889  *      <termio.h> rather than <sgtty.h>.  There are also differences in
2890  *      the ioctl() calls that depend on the value of this symbol.
2891  */
2892 /* I_TERMIOS:
2893  *      This symbol, if defined, indicates that the program should include
2894  *      the POSIX termios.h rather than sgtty.h or termio.h.
2895  *      There are also differences in the ioctl() calls that depend on the
2896  *      value of this symbol.
2897  */
2898 /* I_SGTTY:
2899  *      This symbol, if defined, indicates that the program should include
2900  *      <sgtty.h> rather than <termio.h>.  There are also differences in
2901  *      the ioctl() calls that depend on the value of this symbol.
2902  */
2903 /*#define I_TERMIO              / **/
2904 /*#define I_TERMIOS             / **/
2905 /*#define I_SGTTY               / **/
2906
2907 /* I_TIME:
2908  *      This symbol, if defined, indicates to the C program that it should
2909  *      include <time.h>.
2910  */
2911 /* I_SYS_TIME:
2912  *      This symbol, if defined, indicates to the C program that it should
2913  *      include <sys/time.h>.
2914  */
2915 /* I_SYS_TIME_KERNEL:
2916  *      This symbol, if defined, indicates to the C program that it should
2917  *      include <sys/time.h> with KERNEL defined.
2918  */
2919 /* HAS_TM_TM_ZONE:
2920  *      This symbol, if defined, indicates to the C program that
2921  *      the struct tm has a tm_zone field.
2922  */
2923 /* HAS_TM_TM_GMTOFF:
2924  *      This symbol, if defined, indicates to the C program that
2925  *      the struct tm has a tm_gmtoff field.
2926  */
2927 #define I_TIME          /**/
2928 /*#define I_SYS_TIME            / **/
2929 /*#define I_SYS_TIME_KERNEL             / **/
2930 /*#define HAS_TM_TM_ZONE                / **/
2931 /*#define HAS_TM_TM_GMTOFF              / **/
2932
2933 /* I_STDARG:
2934  *      This symbol, if defined, indicates that <stdarg.h> exists and should
2935  *      be included.
2936  */
2937 /* I_VARARGS:
2938  *      This symbol, if defined, indicates to the C program that it should
2939  *      include <varargs.h>.
2940  */
2941 #define I_STDARG                /**/
2942 /*#define I_VARARGS     / **/
2943
2944 /* PERL_INC_VERSION_LIST:
2945  *      This variable specifies the list of subdirectories in over
2946  *      which perl.c:incpush() and lib/lib.pm will automatically
2947  *      search when adding directories to @INC, in a format suitable
2948  *      for a C initialization string.  See the inc_version_list entry
2949  *      in Porting/Glossary for more details.
2950  */
2951 /*#define PERL_INC_VERSION_LIST NULL            / **/
2952
2953 /* INSTALL_USR_BIN_PERL:
2954  *      This symbol, if defined, indicates that Perl is to be installed
2955  *      also as /usr/bin/perl.
2956  */
2957 /*#define INSTALL_USR_BIN_PERL  / **/
2958
2959 /* Off_t:
2960  *      This symbol holds the type used to declare offsets in the kernel.
2961  *      It can be int, long, off_t, etc... It may be necessary to include
2962  *      <sys/types.h> to get any typedef'ed information.
2963  */
2964 /* LSEEKSIZE:
2965  *      This symbol holds the number of bytes used by the Off_t.
2966  */
2967 /* Off_t_size:
2968  *      This symbol holds the number of bytes used by the Off_t.
2969  */
2970 #define Off_t int               /* <offset> type */
2971 #define LSEEKSIZE 4             /* <offset> size */
2972 #define Off_t_size 4    /* <offset> size */
2973
2974 /* Free_t:
2975  *      This variable contains the return type of free().  It is usually
2976  * void, but occasionally int.
2977  */
2978 /* Malloc_t:
2979  *      This symbol is the type of pointer returned by malloc and realloc.
2980  */
2981 #define Malloc_t void *                 /**/
2982 #define Free_t void                     /**/
2983
2984 /* PERL_MALLOC_WRAP:
2985  *      This symbol, if defined, indicates that we'd like malloc wrap checks.
2986  */
2987 /*#define PERL_MALLOC_WRAP              / **/
2988
2989 /* MYMALLOC:
2990  *      This symbol, if defined, indicates that we're using our own malloc.
2991  */
2992 /*#define MYMALLOC                      / **/
2993
2994 /* Mode_t:
2995  *      This symbol holds the type used to declare file modes
2996  *      for systems calls.  It is usually mode_t, but may be
2997  *      int or unsigned short.  It may be necessary to include <sys/types.h>
2998  *      to get any typedef'ed information.
2999  */
3000 #define Mode_t int       /* file mode parameter for system calls */
3001
3002 /* VAL_O_NONBLOCK:
3003  *      This symbol is to be used during open() or fcntl(F_SETFL) to turn on
3004  *      non-blocking I/O for the file descriptor. Note that there is no way
3005  *      back, i.e. you cannot turn it blocking again this way. If you wish to
3006  *      alternatively switch between blocking and non-blocking, use the
3007  *      ioctl(FIOSNBIO) call instead, but that is not supported by all devices.
3008  */
3009 /* VAL_EAGAIN:
3010  *      This symbol holds the errno error code set by read() when no data was
3011  *      present on the non-blocking file descriptor.
3012  */
3013 /* RD_NODATA:
3014  *      This symbol holds the return code from read() when no data is present
3015  *      on the non-blocking file descriptor. Be careful! If EOF_NONBLOCK is
3016  *      not defined, then you can't distinguish between no data and EOF by
3017  *      issuing a read(). You'll have to find another way to tell for sure!
3018  */
3019 /* EOF_NONBLOCK:
3020  *      This symbol, if defined, indicates to the C program that a read() on
3021  *      a non-blocking file descriptor will return 0 on EOF, and not the value
3022  *      held in RD_NODATA (-1 usually, in that case!).
3023  */
3024 #define VAL_O_NONBLOCK O_NONBLOCK
3025 #define VAL_EAGAIN EAGAIN
3026 #define RD_NODATA -1
3027 #undef EOF_NONBLOCK
3028
3029 /* Netdb_host_t:
3030  *      This symbol holds the type used for the 1st argument
3031  *      to gethostbyaddr().
3032  */
3033 /* Netdb_hlen_t:
3034  *      This symbol holds the type used for the 2nd argument
3035  *      to gethostbyaddr().
3036  */
3037 /* Netdb_name_t:
3038  *      This symbol holds the type used for the argument to
3039  *      gethostbyname().
3040  */
3041 /* Netdb_net_t:
3042  *      This symbol holds the type used for the 1st argument to
3043  *      getnetbyaddr().
3044  */
3045 #define Netdb_host_t            const char * /**/
3046 #define Netdb_hlen_t            int /**/
3047 #define Netdb_name_t            const char * /**/
3048 #define Netdb_net_t             unsigned long /**/
3049
3050 /* PERL_OTHERLIBDIRS:
3051  *      This variable contains a colon-separated set of paths for the perl
3052  *      binary to search for additional library files or modules.
3053  *      These directories will be tacked to the end of @INC.
3054  *      Perl will automatically search below each path for version-
3055  *      and architecture-specific directories.  See PERL_INC_VERSION_LIST
3056  *      for more details.
3057  */
3058 /*#define PERL_OTHERLIBDIRS " "         / **/
3059
3060 /* Pid_t:
3061  *      This symbol holds the type used to declare process ids in the kernel.
3062  *      It can be int, uint, pid_t, etc... It may be necessary to include
3063  *      <sys/types.h> to get any typedef'ed information.
3064  */
3065 #define Pid_t int               /* PID type */
3066
3067 /* PRIVLIB:
3068  *      This symbol contains the name of the private library for this package.
3069  *      The library is private in the sense that it needn't be in anyone's
3070  *      execution path, but it should be accessible by the world.  The program
3071  *      should be prepared to do ~ expansion.
3072  */
3073 /* PRIVLIB_EXP:
3074  *      This symbol contains the ~name expanded version of PRIVLIB, to be used
3075  *      in programs that are not prepared to deal with ~ expansion at run-time.
3076  */
3077 #define PRIVLIB "/usr/local/lib/perl5/5.21"             /**/
3078 #define PRIVLIB_EXP "/usr/local/lib/perl5/5.21"         /**/
3079
3080 /* CAN_PROTOTYPE:
3081  *      If defined, this macro indicates that the C compiler can handle
3082  *      function prototypes.
3083  */
3084 /* _:
3085  *      This macro is used to declare function parameters for folks who want
3086  *      to make declarations with prototypes using a different style than
3087  *      the above macros.  Use double parentheses.  For example:
3088  *
3089  *              int main _((int argc, char *argv[]));
3090  */
3091 /*#define       CAN_PROTOTYPE   / **/
3092 #ifdef CAN_PROTOTYPE
3093 #define _(args) args
3094 #else
3095 #define _(args) ()
3096 #endif
3097
3098 /* PTRSIZE:
3099  *      This symbol contains the size of a pointer, so that the C preprocessor
3100  *      can make decisions based on it.  It will be sizeof(void *) if
3101  *      the compiler supports (void *); otherwise it will be
3102  *      sizeof(char *).
3103  */
3104 #define PTRSIZE 4               /**/
3105
3106 /* HAS_QUAD:
3107  *      This symbol, if defined, tells that there's a 64-bit integer type,
3108  *      Quad_t, and its unsigned counterpart, Uquad_t. QUADKIND will be one
3109  *      of QUAD_IS_INT, QUAD_IS_LONG, QUAD_IS_LONG_LONG, QUAD_IS_INT64_T,
3110  *      or QUAD_IS___INT64.
3111  */
3112 /*#define HAS_QUAD      / **/
3113 #ifdef HAS_QUAD
3114 #   define Quad_t int64_t       /**/
3115 #   define Uquad_t uint64_t     /**/
3116 #   define QUADKIND 4   /**/
3117 #   define QUAD_IS_INT  1
3118 #   define QUAD_IS_LONG 2
3119 #   define QUAD_IS_LONG_LONG    3
3120 #   define QUAD_IS_INT64_T      4
3121 #   define QUAD_IS___INT64      5
3122 #endif
3123
3124 /* Drand01:
3125  *      This macro is to be used to generate uniformly distributed
3126  *      random numbers over the range [0., 1.[.  You may have to supply
3127  *      an 'extern double drand48();' in your program since SunOS 4.1.3
3128  *      doesn't provide you with anything relevant in its headers.
3129  *      See HAS_DRAND48_PROTO.
3130  */
3131 /* Rand_seed_t:
3132  *      This symbol defines the type of the argument of the
3133  *      random seed function.
3134  */
3135 /* seedDrand01:
3136  *      This symbol defines the macro to be used in seeding the
3137  *      random number generator (see Drand01).
3138  */
3139 /* RANDBITS:
3140  *      This symbol indicates how many bits are produced by the
3141  *      function used to generate normalized random numbers.
3142  *      Values include 15, 16, 31, and 48.
3143  */
3144 #define Drand01()               Perl_drand48()          /**/
3145 #define Rand_seed_t             U32             /**/
3146 #define seedDrand01(x)  Perl_drand48_init((Rand_seed_t)x)       /**/
3147 #define RANDBITS                48              /**/
3148
3149 /* Select_fd_set_t:
3150  *      This symbol holds the type used for the 2nd, 3rd, and 4th
3151  *      arguments to select.  Usually, this is 'fd_set *', if HAS_FD_SET
3152  *      is defined, and 'int *' otherwise.  This is only useful if you
3153  *      have select(), of course.
3154  */
3155 #define Select_fd_set_t         int     /**/
3156
3157 /* SH_PATH:
3158  *      This symbol contains the full pathname to the shell used on this
3159  *      on this system to execute Bourne shell scripts.  Usually, this will be
3160  *      /bin/sh, though it's possible that some systems will have /bin/ksh,
3161  *      /bin/pdksh, /bin/ash, /bin/bash, or even something such as
3162  *      D:/bin/sh.exe.
3163  */
3164 #define SH_PATH "/bin/sh"  /**/
3165
3166 /* SIG_NAME:
3167  *      This symbol contains a list of signal names in order of
3168  *      signal number. This is intended
3169  *      to be used as a static array initialization, like this:
3170  *              char *sig_name[] = { SIG_NAME };
3171  *      The signals in the list are separated with commas, and each signal
3172  *      is surrounded by double quotes. There is no leading SIG in the signal
3173  *      name, i.e. SIGQUIT is known as "QUIT".
3174  *      Gaps in the signal numbers (up to NSIG) are filled in with NUMnn,
3175  *      etc., where nn is the actual signal number (e.g. NUM37).
3176  *      The signal number for sig_name[i] is stored in sig_num[i].
3177  *      The last element is 0 to terminate the list with a NULL.  This
3178  *      corresponds to the 0 at the end of the sig_name_init list.
3179  *      Note that this variable is initialized from the sig_name_init,
3180  *      not from sig_name (which is unused).
3181  */
3182 /* SIG_NUM:
3183  *      This symbol contains a list of signal numbers, in the same order as the
3184  *      SIG_NAME list. It is suitable for static array initialization, as in:
3185  *              int sig_num[] = { SIG_NUM };
3186  *      The signals in the list are separated with commas, and the indices
3187  *      within that list and the SIG_NAME list match, so it's easy to compute
3188  *      the signal name from a number or vice versa at the price of a small
3189  *      dynamic linear lookup.
3190  *      Duplicates are allowed, but are moved to the end of the list.
3191  *      The signal number corresponding to sig_name[i] is sig_number[i].
3192  *      if (i < NSIG) then sig_number[i] == i.
3193  *      The last element is 0, corresponding to the 0 at the end of
3194  *      the sig_name_init list.
3195  *      Note that this variable is initialized from the sig_num_init,
3196  *      not from sig_num (which is unused).
3197  */
3198 /* SIG_SIZE:
3199  *      This variable contains the number of elements of the SIG_NAME
3200  *      and SIG_NUM arrays, excluding the final NULL entry.
3201  */
3202 #define SIG_NAME 0              /**/
3203 #define SIG_NUM  0              /**/
3204 #define SIG_SIZE 1                      /**/
3205
3206 /* SITEARCH:
3207  *      This symbol contains the name of the private library for this package.
3208  *      The library is private in the sense that it needn't be in anyone's
3209  *      execution path, but it should be accessible by the world.  The program
3210  *      should be prepared to do ~ expansion.
3211  *      The standard distribution will put nothing in this directory.
3212  *      After perl has been installed, users may install their own local
3213  *      architecture-dependent modules in this directory with
3214  *              MakeMaker Makefile.PL
3215  *      or equivalent.  See INSTALL for details.
3216  */
3217 /* SITEARCH_EXP:
3218  *      This symbol contains the ~name expanded version of SITEARCH, to be used
3219  *      in programs that are not prepared to deal with ~ expansion at run-time.
3220  */
3221 /*#define SITEARCH "/usr/local/lib/perl5/5.21/unknown"          / **/
3222 /*#define SITEARCH_EXP "/usr/local/lib/perl5/5.21/unknown"              / **/
3223
3224 /* SITELIB:
3225  *      This symbol contains the name of the private library for this package.
3226  *      The library is private in the sense that it needn't be in anyone's
3227  *      execution path, but it should be accessible by the world.  The program
3228  *      should be prepared to do ~ expansion.
3229  *      The standard distribution will put nothing in this directory.
3230  *      After perl has been installed, users may install their own local
3231  *      architecture-independent modules in this directory with
3232  *              MakeMaker Makefile.PL
3233  *      or equivalent.  See INSTALL for details.
3234  */
3235 /* SITELIB_EXP:
3236  *      This symbol contains the ~name expanded version of SITELIB, to be used
3237  *      in programs that are not prepared to deal with ~ expansion at run-time.
3238  */
3239 /* SITELIB_STEM:
3240  *      This define is SITELIB_EXP with any trailing version-specific component
3241  *      removed.  The elements in inc_version_list (inc_version_list.U) can
3242  *      be tacked onto this variable to generate a list of directories to search.
3243  */
3244 #define SITELIB "/usr/local/lib/perl5/5.21"             /**/
3245 #define SITELIB_EXP "/usr/local/lib/perl5/5.21"         /**/
3246 #define SITELIB_STEM "/usr/local/lib/perl5"             /**/
3247
3248 /* Size_t_size:
3249  *      This symbol holds the size of a Size_t in bytes.
3250  */
3251 #define Size_t_size 4           /**/
3252
3253 /* Size_t:
3254  *      This symbol holds the type used to declare length parameters
3255  *      for string functions.  It is usually size_t, but may be
3256  *      unsigned long, int, etc.  It may be necessary to include
3257  *      <sys/types.h> to get any typedef'ed information.
3258  */
3259 #define Size_t size_t    /* length parameter for string functions */
3260
3261 /* Sock_size_t:
3262  *      This symbol holds the type used for the size argument of
3263  *      various socket calls (just the base type, not the pointer-to).
3264  */
3265 #define Sock_size_t             int /**/
3266
3267 /* SSize_t:
3268  *      This symbol holds the type used by functions that return
3269  *      a count of bytes or an error condition.  It must be a signed type.
3270  *      It is usually ssize_t, but may be long or int, etc.
3271  *      It may be necessary to include <sys/types.h> or <unistd.h>
3272  *      to get any typedef'ed information.
3273  *      We will pick a type such that sizeof(SSize_t) == sizeof(Size_t).
3274  */
3275 #define SSize_t int      /* signed count of bytes */
3276
3277 /* STDCHAR:
3278  *      This symbol is defined to be the type of char used in stdio.h.
3279  *      It has the values "unsigned char" or "char".
3280  */
3281 #define STDCHAR char    /**/
3282
3283 /* Uid_t_f:
3284  *      This symbol defines the format string used for printing a Uid_t.
3285  */
3286 #define Uid_t_f         "lu"            /**/
3287
3288 /* Uid_t_sign:
3289  *      This symbol holds the signedness of a Uid_t.
3290  *      1 for unsigned, -1 for signed.
3291  */
3292 #define Uid_t_sign      1               /* UID sign */
3293
3294 /* Uid_t_size:
3295  *      This symbol holds the size of a Uid_t in bytes.
3296  */
3297 #define Uid_t_size 4            /* UID size */
3298
3299 /* Uid_t:
3300  *      This symbol holds the type used to declare user ids in the kernel.
3301  *      It can be int, ushort, uid_t, etc... It may be necessary to include
3302  *      <sys/types.h> to get any typedef'ed information.
3303  */
3304 #define Uid_t int               /* UID type */
3305
3306 /* USE_ITHREADS:
3307  *      This symbol, if defined, indicates that Perl should be built to
3308  *      use the interpreter-based threading implementation.
3309  */
3310 /* USE_5005THREADS:
3311  *      This symbol, if defined, indicates that Perl should be built to
3312  *      use the 5.005-based threading implementation.
3313  *      Only valid up to 5.8.x.
3314  */
3315 /* OLD_PTHREADS_API:
3316  *      This symbol, if defined, indicates that Perl should
3317  *      be built to use the old draft POSIX threads API.
3318  */
3319 /* USE_REENTRANT_API:
3320  *      This symbol, if defined, indicates that Perl should
3321  *      try to use the various _r versions of library functions.
3322  *      This is extremely experimental.
3323  */
3324 /*#define       USE_5005THREADS         / **/
3325 /*#define       USE_ITHREADS            / **/
3326 #if defined(USE_5005THREADS) && !defined(USE_ITHREADS)
3327 #define         USE_THREADS             /* until src is revised*/
3328 #endif
3329 /*#define       OLD_PTHREADS_API                / **/
3330 /*#define       USE_REENTRANT_API       / **/
3331
3332 /* PERL_VENDORARCH:
3333  *      If defined, this symbol contains the name of a private library.
3334  *      The library is private in the sense that it needn't be in anyone's
3335  *      execution path, but it should be accessible by the world.
3336  *      It may have a ~ on the front.
3337  *      The standard distribution will put nothing in this directory.
3338  *      Vendors who distribute perl may wish to place their own
3339  *      architecture-dependent modules and extensions in this directory with
3340  *              MakeMaker Makefile.PL INSTALLDIRS=vendor
3341  *      or equivalent.  See INSTALL for details.
3342  */
3343 /* PERL_VENDORARCH_EXP:
3344  *      This symbol contains the ~name expanded version of PERL_VENDORARCH, to be used
3345  *      in programs that are not prepared to deal with ~ expansion at run-time.
3346  */
3347 /*#define PERL_VENDORARCH ""            / **/
3348 /*#define PERL_VENDORARCH_EXP ""                / **/
3349
3350 /* PERL_VENDORLIB_EXP:
3351  *      This symbol contains the ~name expanded version of VENDORLIB, to be used
3352  *      in programs that are not prepared to deal with ~ expansion at run-time.
3353  */
3354 /* PERL_VENDORLIB_STEM:
3355  *      This define is PERL_VENDORLIB_EXP with any trailing version-specific component
3356  *      removed.  The elements in inc_version_list (inc_version_list.U) can
3357  *      be tacked onto this variable to generate a list of directories to search.
3358  */
3359 /*#define PERL_VENDORLIB_EXP ""         / **/
3360 /*#define PERL_VENDORLIB_STEM ""                / **/
3361
3362 /* USE_CROSS_COMPILE:
3363  *      This symbol, if defined, indicates that Perl is being cross-compiled.
3364  */
3365 /* PERL_TARGETARCH:
3366  *      This symbol, if defined, indicates the target architecture
3367  *      Perl has been cross-compiled to.  Undefined if not a cross-compile.
3368  */
3369 #ifndef USE_CROSS_COMPILE
3370 /*#define       USE_CROSS_COMPILE       / **/
3371 #define PERL_TARGETARCH ""      /**/
3372 #endif
3373
3374 /* PERL_USE_DEVEL:
3375  *      This symbol, if defined, indicates that Perl was configured with
3376  *      -Dusedevel, to enable development features.  This should not be
3377  *      done for production builds.
3378  */
3379 /*#define       PERL_USE_DEVEL          / **/
3380
3381 /* HAS_ATOLF:
3382  *      This symbol, if defined, indicates that the atolf routine is
3383  *      available to convert strings into long doubles.
3384  */
3385 /*#define HAS_ATOLF             / **/
3386
3387 /* HAS_ATOLL:
3388  *      This symbol, if defined, indicates that the atoll routine is
3389  *      available to convert strings into long longs.
3390  */
3391 /*#define HAS_ATOLL             / **/
3392
3393 /* HAS__FWALK:
3394  *      This symbol, if defined, indicates that the _fwalk system call is
3395  *      available to apply a function to all the file handles.
3396  */
3397 /*#define HAS__FWALK            / **/
3398
3399 /* HAS_ACOSH:
3400  *      This symbol, if defined, indicates that the acosh routine is
3401  *      available to do the inverse hyperbolic cosine function.
3402  */
3403 /*#define HAS_ACOSH             / **/
3404
3405 /* HAS_AINTL:
3406  *      This symbol, if defined, indicates that the aintl routine is
3407  *      available.  If copysignl is also present we can emulate modfl.
3408  */
3409 /*#define HAS_AINTL             / **/
3410
3411 /* HAS_ASINH:
3412  *      This symbol, if defined, indicates that the asinh routine is
3413  *      available to do the inverse hyperbolic sine function.
3414  */
3415 /*#define HAS_ASINH             / **/
3416
3417 /* HAS_ATANH:
3418  *      This symbol, if defined, indicates that the atanh routine is
3419  *      available to do the inverse hyperbolic tangent function.
3420  */
3421 /*#define HAS_ATANH             / **/
3422
3423 /* HAS_BUILTIN_CHOOSE_EXPR:
3424  *      Can we handle GCC builtin for compile-time ternary-like expressions
3425  */
3426 /* HAS_BUILTIN_EXPECT:
3427  *      Can we handle GCC builtin for telling that certain values are more
3428  *      likely
3429  */
3430 /*#define HAS_BUILTIN_EXPECT    / **/
3431 /*#define HAS_BUILTIN_CHOOSE_EXPR       / **/
3432
3433 /* HAS_C99_VARIADIC_MACROS:
3434  *      If defined, the compiler supports C99 variadic macros.
3435  */
3436 /*#define       HAS_C99_VARIADIC_MACROS / **/
3437
3438 /* HAS_CLASS:
3439  *      This symbol, if defined, indicates that the class routine is
3440  *      available to classify doubles.  Available for example in AIX.
3441  *      The returned values are defined in <float.h> and are:
3442  *
3443  *      FP_PLUS_NORM    Positive normalized, nonzero
3444  *      FP_MINUS_NORM   Negative normalized, nonzero
3445  *      FP_PLUS_DENORM  Positive denormalized, nonzero
3446  *      FP_MINUS_DENORM Negative denormalized, nonzero
3447  *      FP_PLUS_ZERO    +0.0
3448  *      FP_MINUS_ZERO   -0.0
3449  *      FP_PLUS_INF     +INF
3450  *      FP_MINUS_INF    -INF
3451  *      FP_NANS         Signaling Not a Number (NaNS)
3452  *      FP_NANQ         Quiet Not a Number (NaNQ)
3453  */
3454 /*#define HAS_CLASS             / **/
3455
3456 /* HAS_CLEARENV:
3457  *      This symbol, if defined, indicates that the clearenv () routine is
3458  *      available for use.
3459  */
3460 /*#define HAS_CLEARENV          / **/
3461
3462 /* HAS_STRUCT_CMSGHDR:
3463  *      This symbol, if defined, indicates that the struct cmsghdr
3464  *      is supported.
3465  */
3466 /*#define HAS_STRUCT_CMSGHDR    / **/
3467
3468 /* HAS_COPYSIGN:
3469  *      This symbol, if defined, indicates that the copysign routine is
3470  *      available to do the copysign function.
3471  */
3472 /*#define HAS_COPYSIGN          / **/
3473
3474 /* HAS_COPYSIGNL:
3475  *      This symbol, if defined, indicates that the copysignl routine is
3476  *      available.  If aintl is also present we can emulate modfl.
3477  */
3478 /*#define HAS_COPYSIGNL         / **/
3479
3480 /* USE_CPLUSPLUS:
3481  *      This symbol, if defined, indicates that a C++ compiler was
3482  *      used to compiled Perl and will be used to compile extensions.
3483  */
3484 /*#define USE_CPLUSPLUS         / **/
3485
3486 /* HAS_DBMINIT_PROTO:
3487  *      This symbol, if defined, indicates that the system provides
3488  *      a prototype for the dbminit() function.  Otherwise, it is up
3489  *      to the program to supply one.  A good guess is
3490  *              extern int dbminit(char *);
3491  */
3492 /*#define       HAS_DBMINIT_PROTO       / **/
3493
3494 /* HAS_DIR_DD_FD:
3495  *      This symbol, if defined, indicates that the the DIR* dirstream
3496  *      structure contains a member variable named dd_fd.
3497  */
3498 /*#define HAS_DIR_DD_FD         / **/
3499
3500 /* HAS_DIRFD:
3501  *      This manifest constant lets the C program know that dirfd
3502  *      is available.
3503  */
3504 /*#define HAS_DIRFD             / **/
3505
3506 /* DLSYM_NEEDS_UNDERSCORE:
3507  *      This symbol, if defined, indicates that we need to prepend an
3508  *      underscore to the symbol name before calling dlsym().  This only
3509  *      makes sense if you *have* dlsym, which we will presume is the
3510  *      case if you're using dl_dlopen.xs.
3511  */
3512 /*#define       DLSYM_NEEDS_UNDERSCORE  / **/
3513
3514 /* HAS_ERF:
3515  *      This symbol, if defined, indicates that the erf routine is
3516  *      available to do the error function.
3517  */
3518 /*#define HAS_ERF               / **/
3519
3520 /* HAS_ERFC:
3521  *      This symbol, if defined, indicates that the erfc routine is
3522  *      available to do the complementary error function.
3523  */
3524 /*#define HAS_ERFC              / **/
3525
3526 /* HAS_EXP2:
3527  *      This symbol, if defined, indicates that the exp2 routine is
3528  *      available to do the 2**x function.
3529  */
3530 /*#define HAS_EXP2              / **/
3531
3532 /* HAS_EXPM1:
3533  *      This symbol, if defined, indicates that the expm1 routine is
3534  *      available to do the exp(x) - 1 when x is near 1 function.
3535  */
3536 /*#define HAS_EXPM1             / **/
3537
3538 /* HAS_FAST_STDIO:
3539  *      This symbol, if defined, indicates that the "fast stdio"
3540  *      is available to manipulate the stdio buffers directly.
3541  */
3542 /*#define HAS_FAST_STDIO                / **/
3543
3544 /* HAS_FCHDIR:
3545  *      This symbol, if defined, indicates that the fchdir routine is
3546  *      available to change directory using a file descriptor.
3547  */
3548 /*#define HAS_FCHDIR            / **/
3549
3550 /* FCNTL_CAN_LOCK:
3551  *      This symbol, if defined, indicates that fcntl() can be used
3552  *      for file locking.  Normally on Unix systems this is defined.
3553  *      It may be undefined on VMS.
3554  */
3555 /*#define FCNTL_CAN_LOCK                / **/
3556
3557 /* HAS_FDIM:
3558  *      This symbol, if defined, indicates that the fdim routine is
3559  *      available to do the positive difference function.
3560  */
3561 /*#define HAS_FDIM              / **/
3562
3563 /* HAS_FEGETROUND:
3564  *      This symbol, if defined, indicates that the fegetround routine is
3565  *      available to return the macro corresponding to the current rounding
3566  *      mode.
3567  */
3568 /*#define HAS_FEGETROUND        / **/
3569
3570 /* HAS_FINITE:
3571  *      This symbol, if defined, indicates that the finite routine is
3572  *      available to check whether a double is finite (non-infinity non-NaN).
3573  */
3574 /*#define HAS_FINITE            / **/
3575
3576 /* HAS_FINITEL:
3577  *      This symbol, if defined, indicates that the finitel routine is
3578  *      available to check whether a long double is finite
3579  *      (non-infinity non-NaN).
3580  */
3581 /*#define HAS_FINITEL           / **/
3582
3583 /* HAS_FLOCK_PROTO:
3584  *      This symbol, if defined, indicates that the system provides
3585  *      a prototype for the flock() function.  Otherwise, it is up
3586  *      to the program to supply one.  A good guess is
3587  *              extern int flock(int, int);
3588  */
3589 /*#define       HAS_FLOCK_PROTO / **/
3590
3591 /* HAS_FMA:
3592  *      This symbol, if defined, indicates that the fma routine is
3593  *      available to do the multiply-add function.
3594  */
3595 /*#define HAS_FMA               / **/
3596
3597 /* HAS_FMAX:
3598  *      This symbol, if defined, indicates that the fmax routine is
3599  *      available to do the maximum function.
3600  */
3601 /*#define HAS_FMAX              / **/
3602
3603 /* HAS_FMIN:
3604  *      This symbol, if defined, indicates that the fmin routine is
3605  *      available to do the minimum function.
3606  */
3607 /*#define HAS_FMIN              / **/
3608
3609 /* HAS_FP_CLASS:
3610  *      This symbol, if defined, indicates that the fp_class routine is
3611  *      available to classify doubles.  Available for example in Digital UNIX.
3612  *      The returned values are defined in <math.h> and are:
3613  *
3614  *      FP_SNAN           Signaling NaN (Not-a-Number)
3615  *      FP_QNAN           Quiet NaN (Not-a-Number)
3616  *      FP_POS_INF        +infinity
3617  *      FP_NEG_INF        -infinity
3618  *      FP_POS_NORM       Positive normalized
3619  *      FP_NEG_NORM       Negative normalized
3620  *      FP_POS_DENORM     Positive denormalized
3621  *      FP_NEG_DENORM     Negative denormalized
3622  *      FP_POS_ZERO       +0.0 (positive zero)
3623  *      FP_NEG_ZERO       -0.0 (negative zero)
3624  */
3625 /*#define HAS_FP_CLASS          / **/
3626
3627 /* HAS_FP_CLASSL:
3628  *      This symbol, if defined, indicates that the fp_classl routine is
3629  *      available to classify long doubles.  Available for example in
3630  *      Digital UNIX.  See for possible values HAS_FP_CLASS.
3631  */
3632 /*#define HAS_FP_CLASSL         / **/
3633
3634 /* HAS_FPCLASS:
3635  *      This symbol, if defined, indicates that the fpclass routine is
3636  *      available to classify doubles.  Available for example in Solaris/SVR4.
3637  *      The returned values are defined in <ieeefp.h> and are:
3638  *
3639  *      FP_SNAN         signaling NaN
3640  *      FP_QNAN         quiet NaN
3641  *      FP_NINF         negative infinity
3642  *      FP_PINF         positive infinity
3643  *      FP_NDENORM      negative denormalized non-zero
3644  *      FP_PDENORM      positive denormalized non-zero
3645  *      FP_NZERO        negative zero
3646  *      FP_PZERO        positive zero
3647  *      FP_NNORM        negative normalized non-zero
3648  *      FP_PNORM        positive normalized non-zero
3649  */
3650 /*#define HAS_FPCLASS           / **/
3651
3652 /* HAS_FPCLASSIFY:
3653  *      This symbol, if defined, indicates that the fpclassify routine is
3654  *      available to classify doubles.  Available for example in HP-UX.
3655  *      The returned values are defined in <math.h> and are
3656  *
3657  *           FP_NORMAL     Normalized
3658  *           FP_ZERO       Zero
3659  *           FP_INFINITE   Infinity
3660  *           FP_SUBNORMAL  Denormalized
3661  *           FP_NAN        NaN
3662  *
3663  */
3664 /* HAS_FP_CLASSIFY:
3665  *      This symbol, if defined, indicates that the fp_classify routine is
3666  *      available to classify doubles. The values are defined in <math.h>
3667  *
3668  *           FP_NORMAL     Normalized
3669  *           FP_ZERO       Zero
3670  *           FP_INFINITE   Infinity
3671  *           FP_SUBNORMAL  Denormalized
3672  *           FP_NAN        NaN
3673  *
3674  */
3675 /*#define       HAS_FPCLASSIFY          / **/
3676 /*#define       HAS_FP_CLASSIFY         / **/
3677
3678 /* HAS_FPCLASSL:
3679  *      This symbol, if defined, indicates that the fpclassl routine is
3680  *      available to classify long doubles.  Available for example in IRIX.
3681  *      The returned values are defined in <ieeefp.h> and are:
3682  *
3683  *      FP_SNAN         signaling NaN
3684  *      FP_QNAN         quiet NaN
3685  *      FP_NINF         negative infinity
3686  *      FP_PINF         positive infinity
3687  *      FP_NDENORM      negative denormalized non-zero
3688  *      FP_PDENORM      positive denormalized non-zero
3689  *      FP_NZERO        negative zero
3690  *      FP_PZERO        positive zero
3691  *      FP_NNORM        negative normalized non-zero
3692  *      FP_PNORM        positive normalized non-zero
3693  */
3694 /*#define HAS_FPCLASSL          / **/
3695
3696 /* HAS_FPGETROUND:
3697  *      This symbol, if defined, indicates that the fpgetround routine is
3698  *      available to get the floating point rounding mode.
3699  */
3700 /*#define HAS_FPGETROUND                / **/
3701
3702 /* HAS_FPOS64_T:
3703  *      This symbol will be defined if the C compiler supports fpos64_t.
3704  */
3705 /*#define       HAS_FPOS64_T            / **/
3706
3707 /* HAS_FREXPL:
3708  *      This symbol, if defined, indicates that the frexpl routine is
3709  *      available to break a long double floating-point number into
3710  *      a normalized fraction and an integral power of 2.
3711  */
3712 /*#define HAS_FREXPL            / **/
3713
3714 /* HAS_STRUCT_FS_DATA:
3715  *      This symbol, if defined, indicates that the struct fs_data
3716  *      to do statfs() is supported.
3717  */
3718 /*#define HAS_STRUCT_FS_DATA    / **/
3719
3720 /* HAS_FSEEKO:
3721  *      This symbol, if defined, indicates that the fseeko routine is
3722  *      available to fseek beyond 32 bits (useful for ILP32 hosts).
3723  */
3724 /*#define HAS_FSEEKO            / **/
3725
3726 /* HAS_FSTATFS:
3727  *      This symbol, if defined, indicates that the fstatfs routine is
3728  *      available to stat filesystems by file descriptors.
3729  */
3730 /*#define HAS_FSTATFS           / **/
3731
3732 /* HAS_FSYNC:
3733  *      This symbol, if defined, indicates that the fsync routine is
3734  *      available to write a file's modified data and attributes to
3735  *      permanent storage.
3736  */
3737 /*#define HAS_FSYNC             / **/
3738
3739 /* HAS_FTELLO:
3740  *      This symbol, if defined, indicates that the ftello routine is
3741  *      available to ftell beyond 32 bits (useful for ILP32 hosts).
3742  */
3743 /*#define HAS_FTELLO            / **/
3744
3745 /* HAS_FUTIMES:
3746  *      This symbol, if defined, indicates that the futimes routine is
3747  *      available to change file descriptor time stamps with struct timevals.
3748  */
3749 /*#define HAS_FUTIMES           / **/
3750
3751 /* HAS_GETADDRINFO:
3752  *      This symbol, if defined, indicates that the getaddrinfo() function
3753  *      is available for use.
3754  */
3755 /*#define HAS_GETADDRINFO               / **/
3756
3757 /* HAS_GETCWD:
3758  *      This symbol, if defined, indicates that the getcwd routine is
3759  *      available to get the current working directory.
3760  */
3761 /*#define HAS_GETCWD            / **/
3762
3763 /* HAS_GETESPWNAM:
3764  *      This symbol, if defined, indicates that the getespwnam system call is
3765  *      available to retrieve enhanced (shadow) password entries by name.
3766  */
3767 /*#define HAS_GETESPWNAM                / **/
3768
3769 /* HAS_GETFSSTAT:
3770  *      This symbol, if defined, indicates that the getfsstat routine is
3771  *      available to stat filesystems in bulk.
3772  */
3773 /*#define HAS_GETFSSTAT         / **/
3774
3775 /* HAS_GETITIMER:
3776  *      This symbol, if defined, indicates that the getitimer routine is
3777  *      available to return interval timers.
3778  */
3779 /*#define HAS_GETITIMER         / **/
3780
3781 /* HAS_GETMNT:
3782  *      This symbol, if defined, indicates that the getmnt routine is
3783  *      available to get filesystem mount info by filename.
3784  */
3785 /*#define HAS_GETMNT            / **/
3786
3787 /* HAS_GETMNTENT:
3788  *      This symbol, if defined, indicates that the getmntent routine is
3789  *      available to iterate through mounted file systems to get their info.
3790  */
3791 /*#define HAS_GETMNTENT         / **/
3792
3793 /* HAS_GETNAMEINFO:
3794  *      This symbol, if defined, indicates that the getnameinfo() function
3795  *      is available for use.
3796  */
3797 /*#define HAS_GETNAMEINFO               / **/
3798
3799 /* HAS_GETPRPWNAM:
3800  *      This symbol, if defined, indicates that the getprpwnam system call is
3801  *      available to retrieve protected (shadow) password entries by name.
3802  */
3803 /*#define HAS_GETPRPWNAM                / **/
3804
3805 /* HAS_GETSPNAM:
3806  *      This symbol, if defined, indicates that the getspnam system call is
3807  *      available to retrieve SysV shadow password entries by name.
3808  */
3809 /*#define HAS_GETSPNAM          / **/
3810
3811 /* HAS_HASMNTOPT:
3812  *      This symbol, if defined, indicates that the hasmntopt routine is
3813  *      available to query the mount options of file systems.
3814  */
3815 /*#define HAS_HASMNTOPT         / **/
3816
3817 /* HAS_HYPOT:
3818  *      This symbol, if defined, indicates that the hypot routine is
3819  *      available to do the hypotenuse function.
3820  */
3821 /*#define HAS_HYPOT             / **/
3822
3823 /* HAS_ILOGB:
3824  *      This symbol, if defined, indicates that the ilogb routine is
3825  *      available to get integer exponent of a floating-point value.
3826  */
3827 /*#define HAS_ILOGB             / **/
3828
3829 /* HAS_ILOGBL:
3830  *      This symbol, if defined, indicates that the ilogbl routine is
3831  *      available.  If scalbnl is also present we can emulate frexpl.
3832  */
3833 /*#define HAS_ILOGBL            / **/
3834
3835 /* HAS_INETNTOP:
3836  *      This symbol, if defined, indicates that the inet_ntop() function
3837  *      is available to parse IPv4 and IPv6 strings.
3838  */
3839 /*#define HAS_INETNTOP          / **/
3840
3841 /* HAS_INETPTON:
3842  *      This symbol, if defined, indicates that the inet_pton() function
3843  *      is available to parse IPv4 and IPv6 strings.
3844  */
3845 /*#define HAS_INETPTON          / **/
3846
3847 /* HAS_INT64_T:
3848  *     This symbol will defined if the C compiler supports int64_t.
3849  *     Usually the <inttypes.h> needs to be included, but sometimes
3850  *      <sys/types.h> is enough.
3851  */
3852 /*#define     HAS_INT64_T               / **/
3853
3854 /* HAS_ISBLANK:
3855  *      This manifest constant lets the C program know that isblank
3856  *      is available.
3857  */
3858 /*#define HAS_ISBLANK           / **/
3859
3860 /* HAS_ISFINITE:
3861  *      This symbol, if defined, indicates that the isfinite routine is
3862  *      available to check whether a double is finite (non-infinity non-NaN).
3863  */
3864 /*#define HAS_ISFINITE          / **/
3865
3866 /* HAS_ISFINITEL:
3867  *      This symbol, if defined, indicates that the isfinitel routine is
3868  *      available to check whether a long double is finite.
3869  *      (non-infinity non-NaN).
3870  */
3871 /*#define HAS_ISFINITEL         / **/
3872
3873 /* HAS_ISINF:
3874  *      This symbol, if defined, indicates that the isinf routine is
3875  *      available to check whether a double is an infinity.
3876  */
3877 /*#define HAS_ISINF             / **/
3878
3879 /* HAS_ISINFL:
3880  *      This symbol, if defined, indicates that the isinfl routine is
3881  *      available to check whether a long double is an infinity.
3882  */
3883 /*#define HAS_ISINFL            / **/
3884
3885 /* HAS_ISLESS:
3886  *      This symbol, if defined, indicates that the isless routine is
3887  *      available to do the isless function.
3888  */
3889 /*#define HAS_ISLESS            / **/
3890
3891 /* HAS_ISNAN:
3892  *      This symbol, if defined, indicates that the isnan routine is
3893  *      available to check whether a double is a NaN.
3894  */
3895 /*#define HAS_ISNAN             / **/
3896
3897 /* HAS_ISNANL:
3898  *      This symbol, if defined, indicates that the isnanl routine is
3899  *      available to check whether a long double is a NaN.
3900  */
3901 /*#define HAS_ISNANL            / **/
3902
3903 /* HAS_ISNORMAL:
3904  *      This symbol, if defined, indicates that the isnormal routine is
3905  *      available to check whether a double is normal (non-zero normalized).
3906  */
3907 /*#define HAS_ISNORMAL          / **/
3908
3909 /* HAS_J0:
3910  *      This symbol, if defined, indicates to the C program that the
3911  *      j0() function is available for Bessel functions of the first
3912  *      kind of the order zero, for doubles.
3913  */
3914 /* HAS_J0L:
3915  *      This symbol, if defined, indicates to the C program that the
3916  *      j0l() function is available for Bessel functions of the first
3917  *      kind of the order zero, for long doubles.
3918  */
3919 /*#define       HAS_J0          / **/
3920 /*#define       HAS_J0L         / **/
3921
3922 /* HAS_LC_MONETARY_2008:
3923  *      This symbol, if defined, indicates that the localeconv routine is
3924  *      available and has the additional members added in POSIX 1003.1-2008.
3925  */
3926 /*#define HAS_LC_MONETARY_2008          / **/
3927
3928 /* HAS_LDBL_DIG:
3929  *      This symbol, if defined, indicates that this system's <float.h>
3930  *      or <limits.h> defines the symbol LDBL_DIG, which is the number
3931  *      of significant digits in a long double precision number. Unlike
3932  *      for DBL_DIG, there's no good guess for LDBL_DIG if it is undefined.
3933  */
3934 /*#define HAS_LDBL_DIG  / * */
3935
3936 /* HAS_LGAMMA:
3937  *      This symbol, if defined, indicates that the lgamma routine is
3938  *      available to do the log gamma function.  See also HAS_TGAMMA and
3939  *      HAS_LGAMMA_R.
3940  */
3941 /*#define HAS_LGAMMA            / **/
3942
3943 /* HAS_LGAMMA_R:
3944  *      This symbol, if defined, indicates that the lgamma_r routine is
3945  *      available to do the log gamma function without using the global
3946  *      signgam variable.
3947  */
3948 /*#define HAS_LGAMMA_R          / **/
3949
3950 /* LIBM_LIB_VERSION:
3951  *      This symbol, if defined, indicates that libm exports _LIB_VERSION
3952  *      and that math.h defines the enum to manipulate it.
3953  */
3954 /*#define LIBM_LIB_VERSION              / **/
3955
3956 /* HAS_LLRINT:
3957  *      This symbol, if defined, indicates that the llrint routine is
3958  *      available to return the closest long long value according to
3959  *      the current rounding mode.
3960  */
3961 /*#define HAS_LLRINT            / **/
3962
3963 /* HAS_LLRINTL:
3964  *      This symbol, if defined, indicates that the llrintl routine is
3965  *      available to return the closest long long value of the long double
3966  *      argument according to the current rounding mode.
3967  */
3968 /*#define HAS_LLRINTL           / **/
3969
3970 /* HAS_LLROUND:
3971  *      This symbol, if defined, indicates that the llround routine is
3972  *      available to return the nearest long long value.
3973  */
3974 /*#define HAS_LLROUND           / **/
3975
3976 /* HAS_LLROUNDL:
3977  *      This symbol, if defined, indicates that the llroundl routine is
3978  *      available to return the nearest long long value away from zero of
3979  *      the long double argument value.
3980  */
3981 /*#define HAS_LLROUNDL          / **/
3982
3983 /* HAS_LOG1P:
3984  *      This symbol, if defined, indicates that the log1p routine is
3985  *      available to do the logarithm of 1 plus argument function.
3986  */
3987 /*#define HAS_LOG1P             / **/
3988
3989 /* HAS_LOG2:
3990  *      This symbol, if defined, indicates that the log2 routine is
3991  *      available to do the log2 function.
3992  */
3993 /*#define HAS_LOG2              / **/
3994
3995 /* HAS_LOGB:
3996  *      This symbol, if defined, indicates that the logb routine is
3997  *      available to do the logb function.
3998  */
3999 /*#define HAS_LOGB              / **/
4000
4001 /* HAS_LRINT:
4002  *      This symbol, if defined, indicates that the lrint routine is
4003  *      available to return the closest integral value according to
4004  *      the current rounding mode.
4005  */
4006 /*#define HAS_LRINT             / **/
4007
4008 /* HAS_LRINTL:
4009  *      This symbol, if defined, indicates that the lrintl routine is
4010  *      available to return the closest integral value of the long double
4011  *      argument according to the current rounding mode.
4012  */
4013 /*#define HAS_LRINTL            / **/
4014
4015 /* HAS_LROUND:
4016  *      This symbol, if defined, indicates that the lround routine is
4017  *      available to return the nearest integral value.
4018  */
4019 /*#define HAS_LROUND            / **/
4020
4021 /* HAS_LROUNDL:
4022  *      This symbol, if defined, indicates that the lroundl routine is
4023  *      available to return the nearest integral value away from zero of
4024  *      the long double argument value.
4025  */
4026 /*#define HAS_LROUNDL           / **/
4027
4028 /* HAS_MADVISE:
4029  *      This symbol, if defined, indicates that the madvise system call is
4030  *      available to map a file into memory.
4031  */
4032 /*#define HAS_MADVISE           / **/
4033
4034 /* HAS_MALLOC_SIZE:
4035  *      This symbol, if defined, indicates that the malloc_size
4036  *      routine is available for use.
4037  */
4038 /*#define HAS_MALLOC_SIZE               / **/
4039
4040 /* HAS_MALLOC_GOOD_SIZE:
4041  *      This symbol, if defined, indicates that the malloc_good_size
4042  *      routine is available for use.
4043  */
4044 /*#define HAS_MALLOC_GOOD_SIZE  / **/
4045
4046 /* HAS_MKDTEMP:
4047  *      This symbol, if defined, indicates that the mkdtemp routine is
4048  *      available to exclusively create a uniquely named temporary directory.
4049  */
4050 /*#define HAS_MKDTEMP           / **/
4051
4052 /* HAS_MKSTEMPS:
4053  *      This symbol, if defined, indicates that the mkstemps routine is
4054  *      available to exclusively create and open a uniquely named
4055  *      (with a suffix) temporary file.
4056  */
4057 /*#define HAS_MKSTEMPS          / **/
4058
4059 /* HAS_MODFL:
4060  *      This symbol, if defined, indicates that the modfl routine is
4061  *      available to split a long double x into a fractional part f and
4062  *      an integer part i such that |f| < 1.0 and (f + i) = x.
4063  */
4064 /* HAS_MODFL_PROTO:
4065  *      This symbol, if defined, indicates that the system provides
4066  *      a prototype for the modfl() function.  Otherwise, it is up
4067  *      to the program to supply one.
4068  */
4069 /* HAS_MODFL_POW32_BUG:
4070  *      This symbol, if defined, indicates that the modfl routine is
4071  *      broken for long doubles >= pow(2, 32).
4072  *      For example from 4294967303.150000 one would get 4294967302.000000
4073  *      and 1.150000.  The bug has been seen in certain versions of glibc,
4074  *      release 2.2.2 is known to be okay.
4075  */
4076 /*#define HAS_MODFL             / **/
4077 /*#define HAS_MODFL_PROTO               / **/
4078 /*#define HAS_MODFL_POW32_BUG           / **/
4079
4080 /* HAS_MPROTECT:
4081  *      This symbol, if defined, indicates that the mprotect system call is
4082  *      available to modify the access protection of a memory mapped file.
4083  */
4084 /*#define HAS_MPROTECT          / **/
4085
4086 /* HAS_STRUCT_MSGHDR:
4087  *      This symbol, if defined, indicates that the struct msghdr
4088  *      is supported.
4089  */
4090 /*#define HAS_STRUCT_MSGHDR     / **/
4091
4092 /* HAS_NAN:
4093  *      This symbol, if defined, indicates that the nan routine is
4094  *      available to generate NaN.
4095  */
4096 /*#define HAS_NAN               / **/
4097
4098 /* HAS_NEARBYINT:
4099  *      This symbol, if defined, indicates that the nearbyint routine is
4100  *      available to return the integral value closest to (according to
4101  *      the current rounding mode) to x.
4102  */
4103 /*#define HAS_NEARBYINT         / **/
4104
4105 /* HAS_NEXTAFTER:
4106  *      This symbol, if defined, indicates that the nextafter routine is
4107  *      available to return the next machine representable double from
4108  *      x in direction y.
4109  */
4110 /*#define HAS_NEXTAFTER         / **/
4111
4112 /* HAS_NEXTTOWARD:
4113  *      This symbol, if defined, indicates that the nexttoward routine is
4114  *      available to return the next machine representable long double from
4115  *      x in direction y.
4116  */
4117 /*#define HAS_NEXTTOWARD                / **/
4118
4119 /* HAS_NL_LANGINFO:
4120  *      This symbol, if defined, indicates that the nl_langinfo routine is
4121  *      available to return local data.  You will also need <langinfo.h>
4122  *      and therefore I_LANGINFO.
4123  */
4124 /*#define HAS_NL_LANGINFO               / **/
4125
4126 /* HAS_OFF64_T:
4127  *      This symbol will be defined if the C compiler supports off64_t.
4128  */
4129 /*#define       HAS_OFF64_T             / **/
4130
4131 /* HAS_PRCTL:
4132  *      This symbol, if defined, indicates that the prctl routine is
4133  *      available to set process title.
4134  *      Note that there are at least two prctl variants: Linux and Irix.
4135  *      While they are somewhat similar, they are incompatible.
4136  */
4137 /* HAS_PRCTL_SET_NAME:
4138  *      This symbol, if defined, indicates that the prctl routine is
4139  *      available to set process title and supports PR_SET_NAME.
4140  */
4141 /*#define HAS_PRCTL             / **/
4142 /*#define HAS_PRCTL_SET_NAME            / **/
4143
4144 /* HAS_PROCSELFEXE:
4145  *      This symbol is defined if PROCSELFEXE_PATH is a symlink
4146  *      to the absolute pathname of the executing program.
4147  */
4148 /* PROCSELFEXE_PATH:
4149  *      If HAS_PROCSELFEXE is defined this symbol is the filename
4150  *      of the symbolic link pointing to the absolute pathname of
4151  *      the executing program.
4152  */
4153 /*#define HAS_PROCSELFEXE       / **/
4154 #if defined(HAS_PROCSELFEXE) && !defined(PROCSELFEXE_PATH)
4155 #define PROCSELFEXE_PATH                /**/
4156 #endif
4157
4158 /* HAS_PTHREAD_ATTR_SETSCOPE:
4159  *      This symbol, if defined, indicates that the pthread_attr_setscope
4160  *      system call is available to set the contention scope attribute of
4161  *      a thread attribute object.
4162  */
4163 /*#define HAS_PTHREAD_ATTR_SETSCOPE             / **/
4164
4165 /* HAS_PTRDIFF_T:
4166  *      This symbol will be defined if the C compiler supports ptrdiff_t.
4167  */
4168 #define HAS_PTRDIFF_T                   /**/
4169
4170 /* HAS_READV:
4171  *      This symbol, if defined, indicates that the readv routine is
4172  *      available to do gather reads.  You will also need <sys/uio.h>
4173  *      and there I_SYSUIO.
4174  */
4175 /*#define HAS_READV             / **/
4176
4177 /* HAS_RECVMSG:
4178  *      This symbol, if defined, indicates that the recvmsg routine is
4179  *      available to send structured socket messages.
4180  */
4181 /*#define HAS_RECVMSG           / **/
4182
4183 /* HAS_REMAINDER:
4184  *      This symbol, if defined, indicates that the remainder routine is
4185  *      available to return the floating-point remainder.
4186  */
4187 /*#define HAS_REMAINDER         / **/
4188
4189 /* HAS_REMQUO:
4190  *      This symbol, if defined, indicates that the remquo routine is
4191  *      available to return the remainder and part of quotient.
4192  */
4193 /*#define HAS_REMQUO            / **/
4194
4195 /* HAS_RINT:
4196  *      This symbol, if defined, indicates that the rint routine is
4197  *      available to return the nearest integral value to x as double
4198  *      using the current rounding mode.
4199  */
4200 /*#define HAS_RINT              / **/
4201
4202 /* HAS_ROUND:
4203  *      This symbol, if defined, indicates that the round routine is
4204  *      available to round to nearest integer, away from zero.
4205  */
4206 /*#define HAS_ROUND             / **/
4207
4208 /* HAS_SBRK_PROTO:
4209  *      This symbol, if defined, indicates that the system provides
4210  *      a prototype for the sbrk() function.  Otherwise, it is up
4211  *      to the program to supply one.  Good guesses are
4212  *              extern void* sbrk(int);
4213  *              extern void* sbrk(size_t);
4214  */
4215 /*#define       HAS_SBRK_PROTO  / **/
4216
4217 /* HAS_SCALBN:
4218  *      This symbol, if defined, indicates that the scalbn routine is
4219  *      available to multiply floating-point number by integral power
4220  *      of radix.
4221  */
4222 /*#define HAS_SCALBN            / **/
4223
4224 /* HAS_SCALBNL:
4225  *      This symbol, if defined, indicates that the scalbnl routine is
4226  *      available.  If ilogbl is also present we can emulate frexpl.
4227  */
4228 /*#define HAS_SCALBNL           / **/
4229
4230 /* HAS_SENDMSG:
4231  *      This symbol, if defined, indicates that the sendmsg routine is
4232  *      available to send structured socket messages.
4233  */
4234 /*#define HAS_SENDMSG           / **/
4235
4236 /* HAS_SETITIMER:
4237  *      This symbol, if defined, indicates that the setitimer routine is
4238  *      available to set interval timers.
4239  */
4240 /*#define HAS_SETITIMER         / **/
4241
4242 /* HAS_SETPROCTITLE:
4243  *      This symbol, if defined, indicates that the setproctitle routine is
4244  *      available to set process title.
4245  */
4246 /*#define HAS_SETPROCTITLE              / **/
4247
4248 /* HAS_SIGNBIT:
4249  *      This symbol, if defined, indicates that the signbit routine is
4250  *      available to check if the given number has the sign bit set.
4251  *      This should include correct testing of -0.0.  This will only be set
4252  *      if the signbit() routine is safe to use with the NV type used internally
4253  *      in perl.  Users should call Perl_signbit(), which will be #defined to
4254  *      the system's signbit() function or macro if this symbol is defined.
4255  */
4256 /*#define HAS_SIGNBIT           / **/
4257
4258 /* HAS_SIGPROCMASK:
4259  *      This symbol, if defined, indicates that the sigprocmask
4260  *      system call is available to examine or change the signal mask
4261  *      of the calling process.
4262  */
4263 /*#define HAS_SIGPROCMASK               / **/
4264
4265 /* USE_SITECUSTOMIZE:
4266  *      This symbol, if defined, indicates that sitecustomize should
4267  *      be used.
4268  */
4269 #ifndef USE_SITECUSTOMIZE
4270 /*#define       USE_SITECUSTOMIZE               / **/
4271 #endif
4272
4273 /* HAS_SNPRINTF:
4274  *      This symbol, if defined, indicates that the snprintf () library
4275  *      function is available for use.
4276  */
4277 /* HAS_VSNPRINTF:
4278  *      This symbol, if defined, indicates that the vsnprintf () library
4279  *      function is available for use.
4280  */
4281 /*#define HAS_SNPRINTF  / **/
4282 /*#define HAS_VSNPRINTF / **/
4283
4284 /* HAS_SOCKATMARK:
4285  *      This symbol, if defined, indicates that the sockatmark routine is
4286  *      available to test whether a socket is at the out-of-band mark.
4287  */
4288 /*#define HAS_SOCKATMARK                / **/
4289
4290 /* HAS_SOCKATMARK_PROTO:
4291  *      This symbol, if defined, indicates that the system provides
4292  *      a prototype for the sockatmark() function.  Otherwise, it is up
4293  *      to the program to supply one.  A good guess is
4294  *              extern int sockatmark(int);
4295  */
4296 /*#define       HAS_SOCKATMARK_PROTO    / **/
4297
4298 /* HAS_SOCKS5_INIT:
4299  *      This symbol, if defined, indicates that the socks5_init routine is
4300  *      available to initialize SOCKS 5.
4301  */
4302 /*#define HAS_SOCKS5_INIT               / **/
4303
4304 /* SPRINTF_RETURNS_STRLEN:
4305  *      This variable defines whether sprintf returns the length of the string
4306  *      (as per the ANSI spec). Some C libraries retain compatibility with
4307  *      pre-ANSI C and return a pointer to the passed in buffer; for these
4308  *      this variable will be undef.
4309  */
4310 /*#define SPRINTF_RETURNS_STRLEN        / **/
4311
4312 /* HAS_SQRTL:
4313  *      This symbol, if defined, indicates that the sqrtl routine is
4314  *      available to do long double square roots.
4315  */
4316 /*#define HAS_SQRTL             / **/
4317
4318 /* HAS_SETRESGID_PROTO:
4319  *      This symbol, if defined, indicates that the system provides
4320  *      a prototype for the setresgid() function.  Otherwise, it is up
4321  *      to the program to supply one.  Good guesses are
4322  *              extern int setresgid(uid_t ruid, uid_t euid, uid_t suid);
4323  */
4324 /*#define       HAS_SETRESGID_PROTO     / **/
4325
4326 /* HAS_SETRESUID_PROTO:
4327  *      This symbol, if defined, indicates that the system provides
4328  *      a prototype for the setresuid() function.  Otherwise, it is up
4329  *      to the program to supply one.  Good guesses are
4330  *              extern int setresuid(uid_t ruid, uid_t euid, uid_t suid);
4331  */
4332 /*#define       HAS_SETRESUID_PROTO     / **/
4333
4334 /* HAS_STRUCT_STATFS_F_FLAGS:
4335  *      This symbol, if defined, indicates that the struct statfs
4336  *      does have the f_flags member containing the mount flags of
4337  *      the filesystem containing the file.
4338  *      This kind of struct statfs is coming from <sys/mount.h> (BSD 4.3),
4339  *      not from <sys/statfs.h> (SYSV).  Older BSDs (like Ultrix) do not
4340  *      have statfs() and struct statfs, they have ustat() and getmnt()
4341  *      with struct ustat and struct fs_data.
4342  */
4343 /*#define HAS_STRUCT_STATFS_F_FLAGS             / **/
4344
4345 /* HAS_STRUCT_STATFS:
4346  *      This symbol, if defined, indicates that the struct statfs
4347  *      to do statfs() is supported.
4348  */
4349 /*#define HAS_STRUCT_STATFS     / **/
4350
4351 /* HAS_FSTATVFS:
4352  *      This symbol, if defined, indicates that the fstatvfs routine is
4353  *      available to stat filesystems by file descriptors.
4354  */
4355 /*#define HAS_FSTATVFS          / **/
4356
4357 /* HAS_STRFTIME:
4358  *      This symbol, if defined, indicates that the strftime routine is
4359  *      available to do time formatting.
4360  */
4361 /*#define HAS_STRFTIME          / **/
4362
4363 /* HAS_STRLCAT:
4364  *      This symbol, if defined, indicates that the strlcat () routine is
4365  *      available to do string concatenation.
4366  */
4367 /*#define HAS_STRLCAT           / **/
4368
4369 /* HAS_STRLCPY:
4370  *      This symbol, if defined, indicates that the strlcpy () routine is
4371  *      available to do string copying.
4372  */
4373 /*#define HAS_STRLCPY           / **/
4374
4375 /* HAS_STRTOLD:
4376  *      This symbol, if defined, indicates that the strtold routine is
4377  *      available to convert strings to long doubles.
4378  */
4379 /*#define HAS_STRTOLD           / **/
4380
4381 /* HAS_STRTOLL:
4382  *      This symbol, if defined, indicates that the strtoll routine is
4383  *      available to convert strings to long longs.
4384  */
4385 /*#define HAS_STRTOLL           / **/
4386
4387 /* HAS_STRTOQ:
4388  *      This symbol, if defined, indicates that the strtoq routine is
4389  *      available to convert strings to long longs (quads).
4390  */
4391 /*#define HAS_STRTOQ            / **/
4392
4393 /* HAS_STRTOULL:
4394  *      This symbol, if defined, indicates that the strtoull routine is
4395  *      available to convert strings to unsigned long longs.
4396  */
4397 /*#define HAS_STRTOULL          / **/
4398
4399 /* HAS_STRTOUQ:
4400  *      This symbol, if defined, indicates that the strtouq routine is
4401  *      available to convert strings to unsigned long longs (quads).
4402  */
4403 /*#define HAS_STRTOUQ           / **/
4404
4405 /* HAS_SYSCALL_PROTO:
4406  *      This symbol, if defined, indicates that the system provides
4407  *      a prototype for the syscall() function.  Otherwise, it is up
4408  *      to the program to supply one.  Good guesses are
4409  *              extern int syscall(int,  ...);
4410  *              extern int syscall(long, ...);
4411  */
4412 /*#define       HAS_SYSCALL_PROTO       / **/
4413
4414 /* HAS_TELLDIR_PROTO:
4415  *      This symbol, if defined, indicates that the system provides
4416  *      a prototype for the telldir() function.  Otherwise, it is up
4417  *      to the program to supply one.  A good guess is
4418  *              extern long telldir(DIR*);
4419  */
4420 /*#define       HAS_TELLDIR_PROTO       / **/
4421
4422 /* HAS_TGAMMA:
4423  *      This symbol, if defined, indicates that the tgamma routine is
4424  *      available to do the gamma function. See also HAS_LGAMMA.
4425  */
4426 /*#define HAS_TGAMMA            / **/
4427
4428 /* HAS_CTIME64:
4429  *      This symbol, if defined, indicates that the ctime64 () routine is
4430  *      available to do the 64bit variant of ctime ()
4431  */
4432 /* HAS_LOCALTIME64:
4433  *      This symbol, if defined, indicates that the localtime64 () routine is
4434  *      available to do the 64bit variant of localtime ()
4435  */
4436 /* HAS_GMTIME64:
4437  *      This symbol, if defined, indicates that the gmtime64 () routine is
4438  *      available to do the 64bit variant of gmtime ()
4439  */
4440 /* HAS_MKTIME64:
4441  *      This symbol, if defined, indicates that the mktime64 () routine is
4442  *      available to do the 64bit variant of mktime ()
4443  */
4444 /* HAS_DIFFTIME64:
4445  *      This symbol, if defined, indicates that the difftime64 () routine is
4446  *      available to do the 64bit variant of difftime ()
4447  */
4448 /* HAS_ASCTIME64:
4449  *      This symbol, if defined, indicates that the asctime64 () routine is
4450  *      available to do the 64bit variant of asctime ()
4451  */
4452 /*#define       HAS_CTIME64             / **/
4453 /*#define       HAS_LOCALTIME64         / **/
4454 /*#define       HAS_GMTIME64            / **/
4455 /*#define       HAS_MKTIME64            / **/
4456 /*#define       HAS_DIFFTIME64          / **/
4457 /*#define       HAS_ASCTIME64           / **/
4458
4459 /* HAS_TIMEGM:
4460  *      This symbol, if defined, indicates that the timegm routine is
4461  *      available to do the opposite of gmtime ()
4462  */
4463 /*#define HAS_TIMEGM            / **/
4464
4465 /* HAS_TRUNC:
4466  *      This symbol, if defined, indicates that the trunc routine is
4467  *      available to round doubles towards zero.
4468  */
4469 /*#define HAS_TRUNC             / **/
4470
4471 /* HAS_TRUNCL:
4472  *      This symbol, if defined, indicates that the truncl routine is
4473  *      available. If copysignl is also present we can emulate modfl.
4474  */
4475 /*#define HAS_TRUNCL            / **/
4476
4477 /* U32_ALIGNMENT_REQUIRED:
4478  *      This symbol, if defined, indicates that you must access
4479  *      character data through U32-aligned pointers.
4480  */
4481 #ifndef U32_ALIGNMENT_REQUIRED
4482 #define U32_ALIGNMENT_REQUIRED  /**/
4483 #endif
4484
4485 /* HAS_UALARM:
4486  *      This symbol, if defined, indicates that the ualarm routine is
4487  *      available to do alarms with microsecond granularity.
4488  */
4489 /*#define HAS_UALARM            / **/
4490
4491 /* HAS_UNORDERED:
4492  *      This symbol, if defined, indicates that the unordered routine is
4493  *      available to check whether two doubles are unordered
4494  *      (effectively: whether either of them is NaN)
4495  */
4496 /*#define HAS_UNORDERED         / **/
4497
4498 /* HAS_UNSETENV:
4499  *      This symbol, if defined, indicates that the unsetenv () routine is
4500  *      available for use.
4501  */
4502 /*#define HAS_UNSETENV          / **/
4503
4504 /* HAS_USLEEP_PROTO:
4505  *      This symbol, if defined, indicates that the system provides
4506  *      a prototype for the usleep() function.  Otherwise, it is up
4507  *      to the program to supply one.  A good guess is
4508  *              extern int usleep(useconds_t);
4509  */
4510 /*#define       HAS_USLEEP_PROTO        / **/
4511
4512 /* HAS_USTAT:
4513  *      This symbol, if defined, indicates that the ustat system call is
4514  *      available to query file system statistics by dev_t.
4515  */
4516 /*#define HAS_USTAT             / **/
4517
4518 /* HAS_WCSCMP:
4519  *      This symbol, if defined, indicates that the wcscmp routine is
4520  *      available to compare two wide character strings.
4521  */
4522 /*#define HAS_WCSCMP    / **/
4523
4524 /* HAS_WCSXFRM:
4525  *      This symbol, if defined, indicates that the wcsxfrm routine is
4526  *      available to tranform a wide character string for wcscmp().
4527  */
4528 /*#define HAS_WCSXFRM   / **/
4529
4530 /* HAS_WRITEV:
4531  *      This symbol, if defined, indicates that the writev routine is
4532  *      available to do scatter writes.
4533  */
4534 /*#define HAS_WRITEV            / **/
4535
4536 /* USE_DYNAMIC_LOADING:
4537  *      This symbol, if defined, indicates that dynamic loading of
4538  *      some sort is available.
4539  */
4540 /*#define USE_DYNAMIC_LOADING           / **/
4541
4542 /* FFLUSH_NULL:
4543  *      This symbol, if defined, tells that fflush(NULL) correctly
4544  *      flushes all pending stdio output without side effects. In
4545  *      particular, on some platforms calling fflush(NULL) *still*
4546  *      corrupts STDIN if it is a pipe.
4547  */
4548 /* FFLUSH_ALL:
4549  *      This symbol, if defined, tells that to flush
4550  *      all pending stdio output one must loop through all
4551  *      the stdio file handles stored in an array and fflush them.
4552  *      Note that if fflushNULL is defined, fflushall will not
4553  *      even be probed for and will be left undefined.
4554  */
4555 /*#define       FFLUSH_NULL             / **/
4556 /*#define       FFLUSH_ALL              / **/
4557
4558 /* I_ASSERT:
4559  *      This symbol, if defined, indicates that <assert.h> exists and
4560  *      could be included by the C program to get the assert() macro.
4561  */
4562 #define I_ASSERT                /**/
4563
4564 /* I_BFD:
4565  *      This symbol, if defined, indicates that <bfd.h> exists and
4566  *      can be included.
4567  */
4568 /*#define       I_BFD           / **/
4569
4570 /* I_CRYPT:
4571  *      This symbol, if defined, indicates that <crypt.h> exists and
4572  *      should be included.
4573  */
4574 /*#define       I_CRYPT         / **/
4575
4576 /* DB_Prefix_t:
4577  *      This symbol contains the type of the prefix structure element
4578  *      in the <db.h> header file.  In older versions of DB, it was
4579  *      int, while in newer ones it is u_int32_t.
4580  */
4581 /* DB_Hash_t:
4582  *      This symbol contains the type of the prefix structure element
4583  *      in the <db.h> header file.  In older versions of DB, it was
4584  *      int, while in newer ones it is size_t.
4585  */
4586 /* DB_VERSION_MAJOR_CFG:
4587  *      This symbol, if defined, defines the major version number of
4588  *      Berkeley DB found in the <db.h> header when Perl was configured.
4589  */
4590 /* DB_VERSION_MINOR_CFG:
4591  *      This symbol, if defined, defines the minor version number of
4592  *      Berkeley DB found in the <db.h> header when Perl was configured.
4593  *      For DB version 1 this is always 0.
4594  */
4595 /* DB_VERSION_PATCH_CFG:
4596  *      This symbol, if defined, defines the patch version number of
4597  *      Berkeley DB found in the <db.h> header when Perl was configured.
4598  *      For DB version 1 this is always 0.
4599  */
4600 #define DB_Hash_t       u_int32_t               /**/
4601 #define DB_Prefix_t     size_t          /**/
4602 #define DB_VERSION_MAJOR_CFG    0       /**/
4603 #define DB_VERSION_MINOR_CFG    0       /**/
4604 #define DB_VERSION_PATCH_CFG    0       /**/
4605
4606 /* I_FENV:
4607  *      This symbol, if defined, indicates to the C program that it should
4608  *      include <fenv.h> to get the floating point environment definitions.
4609  */
4610 /*#define I_FENV                / **/
4611
4612 /* I_FP:
4613  *      This symbol, if defined, indicates that <fp.h> exists and
4614  *      should be included.
4615  */
4616 /*#define       I_FP            / **/
4617
4618 /* I_FP_CLASS:
4619  *      This symbol, if defined, indicates that <fp_class.h> exists and
4620  *      should be included.
4621  */
4622 /*#define       I_FP_CLASS              / **/
4623
4624 /* I_IEEEFP:
4625  *      This symbol, if defined, indicates that <ieeefp.h> exists and
4626  *      should be included.
4627  */
4628 /*#define       I_IEEEFP                / **/
4629
4630 /* I_INTTYPES:
4631  *     This symbol, if defined, indicates to the C program that it should
4632  *     include <inttypes.h>.
4633  */
4634 /*#define   I_INTTYPES                / **/
4635
4636 /* I_LANGINFO:
4637  *      This symbol, if defined, indicates that <langinfo.h> exists and
4638  *      should be included.
4639  */
4640 /*#define       I_LANGINFO              / **/
4641
4642 /* I_LIBUTIL:
4643  *      This symbol, if defined, indicates that <libutil.h> exists and
4644  *      should be included.
4645  */
4646 /*#define       I_LIBUTIL               / **/
4647
4648 /* I_MALLOCMALLOC:
4649  *      This symbol, if defined, indicates to the C program that it should
4650  *      include <malloc/malloc.h>.
4651  */
4652 /*#define I_MALLOCMALLOC                / **/
4653
4654 /* I_MNTENT:
4655  *      This symbol, if defined, indicates that <mntent.h> exists and
4656  *      should be included.
4657  */
4658 /*#define       I_MNTENT                / **/
4659
4660 /* I_NETINET_TCP:
4661  *     This symbol, if defined, indicates to the C program that it should
4662  *     include <netinet/tcp.h>.
4663  */
4664 /*#define   I_NETINET_TCP                / **/
4665
4666 /* I_POLL:
4667  *      This symbol, if defined, indicates that <poll.h> exists and
4668  *      should be included. (see also HAS_POLL)
4669  */
4670 /*#define       I_POLL          / **/
4671
4672 /* I_PROT:
4673  *      This symbol, if defined, indicates that <prot.h> exists and
4674  *      should be included.
4675  */
4676 /*#define       I_PROT          / **/
4677
4678 /* I_QUADMATH:
4679  *      This symbol, if defined, indicates that <quadmath.h> exists and
4680  *      should be included.
4681  */
4682 /*#define       I_QUADMATH              / **/
4683
4684 /* I_SHADOW:
4685  *      This symbol, if defined, indicates that <shadow.h> exists and
4686  *      should be included.
4687  */
4688 /*#define       I_SHADOW                / **/
4689
4690 /* I_SOCKS:
4691  *      This symbol, if defined, indicates that <socks.h> exists and
4692  *      should be included.
4693  */
4694 /*#define       I_SOCKS         / **/
4695
4696 /* I_STDBOOL:
4697  *      This symbol, if defined, indicates that <stdbool.h> exists and
4698  *      can be included.
4699  */
4700 /*#define       I_STDBOOL               / **/
4701
4702 /* I_STDINT:
4703  *      This symbol, if defined, indicates that <stdint.h> exists and
4704  *      should be included.
4705  */
4706 /*#define I_STDINT              / **/
4707
4708 /* I_SUNMATH:
4709  *      This symbol, if defined, indicates that <sunmath.h> exists and
4710  *      should be included.
4711  */
4712 /*#define       I_SUNMATH               / **/
4713
4714 /* I_SYSLOG:
4715  *      This symbol, if defined, indicates that <syslog.h> exists and
4716  *      should be included.
4717  */
4718 /*#define       I_SYSLOG                / **/
4719
4720 /* I_SYSMODE:
4721  *      This symbol, if defined, indicates that <sys/mode.h> exists and
4722  *      should be included.
4723  */
4724 /*#define       I_SYSMODE               / **/
4725
4726 /* I_SYS_MOUNT:
4727  *      This symbol, if defined, indicates that <sys/mount.h> exists and
4728  *      should be included.
4729  */
4730 /*#define       I_SYS_MOUNT             / **/
4731
4732 /* I_SYS_STATFS:
4733  *      This symbol, if defined, indicates that <sys/statfs.h> exists.
4734  */
4735 /*#define       I_SYS_STATFS            / **/
4736
4737 /* I_SYS_STATVFS:
4738  *      This symbol, if defined, indicates that <sys/statvfs.h> exists and
4739  *      should be included.
4740  */
4741 /*#define       I_SYS_STATVFS           / **/
4742
4743 /* I_SYSUTSNAME:
4744  *      This symbol, if defined, indicates that <sys/utsname.h> exists and
4745  *      should be included.
4746  */
4747 /*#define       I_SYSUTSNAME            / **/
4748
4749 /* I_SYS_VFS:
4750  *      This symbol, if defined, indicates that <sys/vfs.h> exists and
4751  *      should be included.
4752  */
4753 /*#define       I_SYS_VFS               / **/
4754
4755 /* I_USTAT:
4756  *      This symbol, if defined, indicates that <ustat.h> exists and
4757  *      should be included.
4758  */
4759 /*#define       I_USTAT         / **/
4760
4761 /* PERL_PRIfldbl:
4762  *      This symbol, if defined, contains the string used by stdio to
4763  *      format long doubles (format 'f') for output.
4764  */
4765 /* PERL_PRIgldbl:
4766  *      This symbol, if defined, contains the string used by stdio to
4767  *      format long doubles (format 'g') for output.
4768  */
4769 /* PERL_PRIeldbl:
4770  *      This symbol, if defined, contains the string used by stdio to
4771  *      format long doubles (format 'e') for output.
4772  */
4773 /* PERL_SCNfldbl:
4774  *      This symbol, if defined, contains the string used by stdio to
4775  *      format long doubles (format 'f') for input.
4776  */
4777 /* DOUBLEKIND:
4778  *      DOUBLEKIND will be one of
4779  *      DOUBLE_IS_IEEE_754_32_BIT_LITTLE_ENDIAN
4780  *      DOUBLE_IS_IEEE_754_32_BIT_BIG_ENDIAN
4781  *      DOUBLE_IS_IEEE_754_64_BIT_LITTLE_ENDIAN
4782  *      DOUBLE_IS_IEEE_754_64_BIT_BIG_ENDIAN
4783  *      DOUBLE_IS_IEEE_754_128_BIT_LITTLE_ENDIAN
4784  *      DOUBLE_IS_IEEE_754_128_BIT_BIG_ENDIAN
4785  *      DOUBLE_IS_IEEE_754_64_BIT_MIXED_ENDIAN_LE_BE
4786  *      DOUBLE_IS_IEEE_754_64_BIT_MIXED_ENDIAN_BE_LE
4787  *      DOUBLE_IS_UNKNOWN_FORMAT
4788  */
4789 #define DOUBLEKIND 3            /**/
4790 #define DOUBLE_IS_IEEE_754_32_BIT_LITTLE_ENDIAN 1
4791 #define DOUBLE_IS_IEEE_754_32_BIT_BIG_ENDIAN    2
4792 #define DOUBLE_IS_IEEE_754_64_BIT_LITTLE_ENDIAN 3
4793 #define DOUBLE_IS_IEEE_754_64_BIT_BIG_ENDIAN    4
4794 #define DOUBLE_IS_IEEE_754_128_BIT_LITTLE_ENDIAN        5
4795 #define DOUBLE_IS_IEEE_754_128_BIT_BIG_ENDIAN   6
4796 #define DOUBLE_IS_IEEE_754_64_BIT_MIXED_ENDIAN_LE_BE    7
4797 #define DOUBLE_IS_IEEE_754_64_BIT_MIXED_ENDIAN_BE_LE    8
4798 #define DOUBLE_IS_UNKNOWN_FORMAT                -1
4799 /*#define PERL_PRIfldbl "llf"   / **/
4800 /*#define PERL_PRIgldbl "llg"   / **/
4801 /*#define PERL_PRIeldbl "lle"   / **/
4802 /*#define PERL_SCNfldbl "llf"   / **/
4803
4804 /* NEED_VA_COPY:
4805  *      This symbol, if defined, indicates that the system stores
4806  *      the variable argument list datatype, va_list, in a format
4807  *      that cannot be copied by simple assignment, so that some
4808  *      other means must be used when copying is required.
4809  *      As such systems vary in their provision (or non-provision)
4810  *      of copying mechanisms, handy.h defines a platform-
4811  *      independent macro, Perl_va_copy(src, dst), to do the job.
4812  */
4813 #define NEED_VA_COPY            /**/
4814
4815 /* IVTYPE:
4816  *      This symbol defines the C type used for Perl's IV.
4817  */
4818 /* UVTYPE:
4819  *      This symbol defines the C type used for Perl's UV.
4820  */
4821 /* I8TYPE:
4822  *      This symbol defines the C type used for Perl's I8.
4823  */
4824 /* U8TYPE:
4825  *      This symbol defines the C type used for Perl's U8.
4826  */
4827 /* I16TYPE:
4828  *      This symbol defines the C type used for Perl's I16.
4829  */
4830 /* U16TYPE:
4831  *      This symbol defines the C type used for Perl's U16.
4832  */
4833 /* I32TYPE:
4834  *      This symbol defines the C type used for Perl's I32.
4835  */
4836 /* U32TYPE:
4837  *      This symbol defines the C type used for Perl's U32.
4838  */
4839 /* I64TYPE:
4840  *      This symbol defines the C type used for Perl's I64.
4841  */
4842 /* U64TYPE:
4843  *      This symbol defines the C type used for Perl's U64.
4844  */
4845 /* NVTYPE:
4846  *      This symbol defines the C type used for Perl's NV.
4847  */
4848 /* IVSIZE:
4849  *      This symbol contains the sizeof(IV).
4850  */
4851 /* UVSIZE:
4852  *      This symbol contains the sizeof(UV).
4853  */
4854 /* I8SIZE:
4855  *      This symbol contains the sizeof(I8).
4856  */
4857 /* U8SIZE:
4858  *      This symbol contains the sizeof(U8).
4859  */
4860 /* I16SIZE:
4861  *      This symbol contains the sizeof(I16).
4862  */
4863 /* U16SIZE:
4864  *      This symbol contains the sizeof(U16).
4865  */
4866 /* I32SIZE:
4867  *      This symbol contains the sizeof(I32).
4868  */
4869 /* U32SIZE:
4870  *      This symbol contains the sizeof(U32).
4871  */
4872 /* I64SIZE:
4873  *      This symbol contains the sizeof(I64).
4874  */
4875 /* U64SIZE:
4876  *      This symbol contains the sizeof(U64).
4877  */
4878 /* NVSIZE:
4879  *      This symbol contains the sizeof(NV).
4880  */
4881 /* NV_PRESERVES_UV:
4882  *      This symbol, if defined, indicates that a variable of type NVTYPE
4883  *      can preserve all the bits of a variable of type UVTYPE.
4884  */
4885 /* NV_PRESERVES_UV_BITS:
4886  *      This symbol contains the number of bits a variable of type NVTYPE
4887  *      can preserve of a variable of type UVTYPE.
4888  */
4889 /* NV_OVERFLOWS_INTEGERS_AT:
4890  *      This symbol gives the largest integer value that NVs can hold. This
4891  *      value + 1.0 cannot be stored accurately. It is expressed as constant
4892  *      floating point expression to reduce the chance of decimal/binary
4893  *      conversion issues. If it can not be determined, the value 0 is given.
4894  */
4895 /* NV_ZERO_IS_ALLBITS_ZERO:
4896  *      This symbol, if defined, indicates that a variable of type NVTYPE
4897  *      stores 0.0 in memory as all bits zero.
4898  */
4899 #define IVTYPE          long            /**/
4900 #define UVTYPE          unsigned long           /**/
4901 #define I8TYPE          signed char             /**/
4902 #define U8TYPE          unsigned char           /**/
4903 #define I16TYPE         short   /**/
4904 #define U16TYPE         unsigned short  /**/
4905 #define I32TYPE         long    /**/
4906 #define U32TYPE         unsigned long   /**/
4907 #ifdef HAS_QUAD
4908 #define I64TYPE         int64_t /**/
4909 #define U64TYPE         uint64_t        /**/
4910 #endif
4911 #define NVTYPE          double          /**/
4912 #define IVSIZE          4               /**/
4913 #define UVSIZE          4               /**/
4914 #define I8SIZE          1               /**/
4915 #define U8SIZE          1               /**/
4916 #define I16SIZE         2       /**/
4917 #define U16SIZE         2       /**/
4918 #define I32SIZE         4       /**/
4919 #define U32SIZE         4       /**/
4920 #ifdef HAS_QUAD
4921 #define I64SIZE         8       /**/
4922 #define U64SIZE         8       /**/
4923 #endif
4924 #define NVSIZE          8               /**/
4925 #undef  NV_PRESERVES_UV
4926 #define NV_PRESERVES_UV_BITS    0
4927 #define NV_OVERFLOWS_INTEGERS_AT        256.0*256.0*256.0*256.0*256.0*256.0*2.0*2.0*2.0*2.0*2.0
4928 #undef  NV_ZERO_IS_ALLBITS_ZERO
4929 #if UVSIZE == 8
4930 #   ifdef BYTEORDER
4931 #       if BYTEORDER == 0x1234
4932 #           undef BYTEORDER
4933 #           define BYTEORDER 0x12345678
4934 #       else
4935 #           if BYTEORDER == 0x4321
4936 #               undef BYTEORDER
4937 #               define BYTEORDER 0x87654321
4938 #           endif
4939 #       endif
4940 #   endif
4941 #endif
4942
4943 /* IVdf:
4944  *      This symbol defines the format string used for printing a Perl IV
4945  *      as a signed decimal integer.
4946  */
4947 /* UVuf:
4948  *      This symbol defines the format string used for printing a Perl UV
4949  *      as an unsigned decimal integer.
4950  */
4951 /* UVof:
4952  *      This symbol defines the format string used for printing a Perl UV
4953  *      as an unsigned octal integer.
4954  */
4955 /* UVxf:
4956  *      This symbol defines the format string used for printing a Perl UV
4957  *      as an unsigned hexadecimal integer in lowercase abcdef.
4958  */
4959 /* UVXf:
4960  *      This symbol defines the format string used for printing a Perl UV
4961  *      as an unsigned hexadecimal integer in uppercase ABCDEF.
4962  */
4963 /* NVef:
4964  *      This symbol defines the format string used for printing a Perl NV
4965  *      using %e-ish floating point format.
4966  */
4967 /* NVff:
4968  *      This symbol defines the format string used for printing a Perl NV
4969  *      using %f-ish floating point format.
4970  */
4971 /* NVgf:
4972  *      This symbol defines the format string used for printing a Perl NV
4973  *      using %g-ish floating point format.
4974  */
4975 #define IVdf            "ld"            /**/
4976 #define UVuf            "lu"            /**/
4977 #define UVof            "lo"            /**/
4978 #define UVxf            "lx"            /**/
4979 #define UVXf            "lX"            /**/
4980 #define NVef            "e"             /**/
4981 #define NVff            "f"             /**/
4982 #define NVgf            "g"             /**/
4983
4984 /* SELECT_MIN_BITS:
4985  *      This symbol holds the minimum number of bits operated by select.
4986  *      That is, if you do select(n, ...), how many bits at least will be
4987  *      cleared in the masks if some activity is detected.  Usually this
4988  *      is either n or 32*ceil(n/32), especially many little-endians do
4989  *      the latter.  This is only useful if you have select(), naturally.
4990  */
4991 #define SELECT_MIN_BITS         32      /**/
4992
4993 /* ST_INO_SIZE:
4994  *      This variable contains the size of struct stat's st_ino in bytes.
4995  */
4996 /* ST_INO_SIGN:
4997  *      This symbol holds the signedness of struct stat's st_ino.
4998  *      1 for unsigned, -1 for signed.
4999  */
5000 #define ST_INO_SIGN 1   /* st_ino sign */
5001 #define ST_INO_SIZE 4   /* st_ino size */
5002
5003 /* STARTPERL:
5004  *      This variable contains the string to put in front of a perl
5005  *      script to make sure (one hopes) that it runs with perl and not
5006  *      some shell.
5007  */
5008 #define STARTPERL "#!perl"              /**/
5009
5010 /* HAS_STDIO_STREAM_ARRAY:
5011  *      This symbol, if defined, tells that there is an array
5012  *      holding the stdio streams.
5013  */
5014 /* STDIO_STREAM_ARRAY:
5015  *      This symbol tells the name of the array holding the stdio streams.
5016  *      Usual values include _iob, __iob, and __sF.
5017  */
5018 /*#define       HAS_STDIO_STREAM_ARRAY  / **/
5019 #ifdef HAS_STDIO_STREAM_ARRAY
5020 #define STDIO_STREAM_ARRAY      
5021 #endif
5022
5023 /* GMTIME_MAX:
5024  *      This symbol contains the maximum value for the time_t offset that
5025  *      the system function gmtime () accepts, and defaults to 0
5026  */
5027 /* GMTIME_MIN:
5028  *      This symbol contains the minimum value for the time_t offset that
5029  *      the system function gmtime () accepts, and defaults to 0
5030  */
5031 /* LOCALTIME_MAX:
5032  *      This symbol contains the maximum value for the time_t offset that
5033  *      the system function localtime () accepts, and defaults to 0
5034  */
5035 /* LOCALTIME_MIN:
5036  *      This symbol contains the minimum value for the time_t offset that
5037  *      the system function localtime () accepts, and defaults to 0
5038  */
5039 #define GMTIME_MAX              2147483647      /**/
5040 #define GMTIME_MIN              0       /**/
5041 #define LOCALTIME_MAX   2147483647      /**/
5042 #define LOCALTIME_MIN   0       /**/
5043
5044 /* USE_64_BIT_INT:
5045  *      This symbol, if defined, indicates that 64-bit integers should
5046  *      be used when available.  If not defined, the native integers
5047  *      will be employed (be they 32 or 64 bits).  The minimal possible
5048  *      64-bitness is used, just enough to get 64-bit integers into Perl.
5049  *      This may mean using for example "long longs", while your memory
5050  *      may still be limited to 2 gigabytes.
5051  */
5052 /* USE_64_BIT_ALL:
5053  *      This symbol, if defined, indicates that 64-bit integers should
5054  *      be used when available.  If not defined, the native integers
5055  *      will be used (be they 32 or 64 bits).  The maximal possible
5056  *      64-bitness is employed: LP64 or ILP64, meaning that you will
5057  *      be able to use more than 2 gigabytes of memory.  This mode is
5058  *      even more binary incompatible than USE_64_BIT_INT. You may not
5059  *      be able to run the resulting executable in a 32-bit CPU at all or
5060  *      you may need at least to reboot your OS to 64-bit mode.
5061  */
5062 #ifndef USE_64_BIT_INT
5063 /*#define       USE_64_BIT_INT          / **/
5064 #endif
5065 #ifndef USE_64_BIT_ALL
5066 /*#define       USE_64_BIT_ALL          / **/
5067 #endif
5068
5069 /* USE_CBACKTRACE:
5070  *      This symbol, if defined, indicates that Perl should
5071  *      be built with support for backtrace.
5072  */
5073 /*#define USE_CBACKTRACE                / **/
5074
5075 /* USE_DTRACE:
5076  *      This symbol, if defined, indicates that Perl should
5077  *      be built with support for DTrace.
5078  */
5079 /*#define USE_DTRACE            / **/
5080
5081 /* USE_FAST_STDIO:
5082  *      This symbol, if defined, indicates that Perl should
5083  *      be built to use 'fast stdio'.
5084  *      Defaults to define in Perls 5.8 and earlier, to undef later.
5085  */
5086 #ifndef USE_FAST_STDIO
5087 /*#define       USE_FAST_STDIO          / **/
5088 #endif
5089
5090 /* USE_KERN_PROC_PATHNAME:
5091  *      This symbol, if defined, indicates that we can use sysctl with
5092  *      KERN_PROC_PATHNAME to get a full path for the executable, and hence
5093  *      convert $^X to an absolute path.
5094  */
5095 /*#define USE_KERN_PROC_PATHNAME        / **/
5096
5097 /* USE_LARGE_FILES:
5098  *      This symbol, if defined, indicates that large file support
5099  *      should be used when available.
5100  */
5101 #ifndef USE_LARGE_FILES
5102 /*#define       USE_LARGE_FILES         / **/
5103 #endif
5104
5105 /* USE_LONG_DOUBLE:
5106  *      This symbol, if defined, indicates that long doubles should
5107  *      be used when available.
5108  */
5109 #ifndef USE_LONG_DOUBLE
5110 /*#define       USE_LONG_DOUBLE         / **/
5111 #endif
5112
5113 /* USE_MORE_BITS:
5114  *      This symbol, if defined, indicates that 64-bit interfaces and
5115  *      long doubles should be used when available.
5116  */
5117 #ifndef USE_MORE_BITS
5118 /*#define       USE_MORE_BITS           / **/
5119 #endif
5120
5121 /* MULTIPLICITY:
5122  *      This symbol, if defined, indicates that Perl should
5123  *      be built to use multiplicity.
5124  */
5125 #ifndef MULTIPLICITY
5126 /*#define       MULTIPLICITY            / **/
5127 #endif
5128
5129 /* USE_NSGETEXECUTABLEPATH:
5130  *      This symbol, if defined, indicates that we can use _NSGetExecutablePath
5131  *      and realpath to get a full path for the executable, and hence convert
5132  *      $^X to an absolute path.
5133  */
5134 /*#define USE_NSGETEXECUTABLEPATH       / **/
5135
5136 /* USE_PERLIO:
5137  *      This symbol, if defined, indicates that the PerlIO abstraction should
5138  *      be used throughout.  If not defined, stdio should be
5139  *      used in a fully backward compatible manner.
5140  */
5141 #ifndef USE_PERLIO
5142 /*#define       USE_PERLIO              / **/
5143 #endif
5144
5145 /* USE_QUADMATH:
5146  *      This symbol, if defined, indicates that the quadmath library should
5147  *      be used when available.
5148  */
5149 #ifndef USE_QUADMATH
5150 /*#define       USE_QUADMATH            / **/
5151 #endif
5152
5153 /* USE_SOCKS:
5154  *      This symbol, if defined, indicates that Perl should
5155  *      be built to use socks.
5156  */
5157 #ifndef USE_SOCKS
5158 /*#define       USE_SOCKS               / **/
5159 #endif
5160
5161 #endif
5162
5163 /* Generated from:
5164  * 0b960722a4dac6f7f6060a886109bb674ad8acdc08d0d14e9c3af5e1bf9e89a6 config_h.SH
5165  * f00aaa095a00a83a70716ff4b9df8a1e7feb27fbb4d9b759d4ca27e6412545b1 uconfig.sh
5166  * ex: set ro: */