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