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