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