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