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