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