This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
update perldelta for UNOP_AUX and OP_MULTIDEREF
[perl5.git] / config_h.SH
CommitLineData
9f28af37
FC
1#!/bin/sh
2#
43dddb59
MB
3# THIS IS A GENERATED FILE
4# DO NOT HAND-EDIT
5#
6# See Porting/config_h.pl
7
34f1896b 8: Set up for generating config_h.SH
12ae5dfc 9case "$CONFIG_SH" in
776a38e3 10'') CONFIG_SH=config.sh;;
12ae5dfc
JH
11esac
12case "$CONFIG_H" in
776a38e3 13'') CONFIG_H=config.h;;
12ae5dfc 14esac
a02608de 15case $PERL_CONFIG_SH in
8d063cd8 16'')
12ae5dfc
JH
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=../../../..;
2304df62 22 else
12ae5dfc 23 echo "Can't find $CONFIG_SH."; exit 1
2304df62 24 fi
12ae5dfc 25 . $TOP/$CONFIG_SH
2304df62
AD
26 ;;
27esac
28case "$0" in
29*/*) cd `expr X$0 : 'X\(.*\)/'` ;;
8d063cd8 30esac
11e2f395
RGS
31case "$CONFIG_H" in
32already-done) echo "Not re-extracting config.h" ;;
33*)
43dddb59
MB
34echo "Extracting $CONFIG_H (with variable substitutions)"
35sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-def!#undef!'
aa86d596 36/* This file was produced by running the config_h.SH script, which
12ae5dfc 37 * gets its values from $CONFIG_SH, which is generally produced by
8d063cd8
LW
38 * running Configure.
39 *
40 * Feel free to modify any of this as the need arises. Note, however,
1aef975c 41 * that running config_h.SH again will wipe out any changes you've made.
12ae5dfc 42 * For a more permanent change edit $CONFIG_SH and rerun config_h.SH.
8d063cd8
LW
43 */
44
cd95ead5 45/* Package name : $package
dfe9444c
AD
46 * Source directory : $src
47 * Configuration time: $cf_time
48 * Configured by : $cf_by
49 * Target system : $myuname
2304df62 50 */
8d063cd8 51
2304df62
AD
52#ifndef _config_h_
53#define _config_h_
54
dfe9444c
AD
55/* LOC_SED:
56 * This symbol holds the complete pathname to the sed program.
774d564b 57 */
dfe9444c 58#define LOC_SED "$full_sed" /**/
774d564b 59
88fdc172
SB
60/* HAS_ALARM:
61 * This symbol, if defined, indicates that the alarm routine is
62 * available.
a0d0e21e 63 */
88fdc172 64#$d_alarm HAS_ALARM /**/
a0d0e21e 65
88fdc172
SB
66/* HAS_BCMP:
67 * This symbol is defined if the bcmp() routine is available to
68 * compare blocks of memory.
b4eb6b3d 69 */
88fdc172 70#$d_bcmp HAS_BCMP /**/
b4eb6b3d 71
88fdc172
SB
72/* HAS_BCOPY:
73 * This symbol is defined if the bcopy() routine is available to
74 * copy blocks of memory.
a687059c 75 */
88fdc172 76#$d_bcopy HAS_BCOPY /**/
a687059c 77
88fdc172
SB
78/* HAS_BZERO:
79 * This symbol is defined if the bzero() routine is available to
80 * set a memory block to 0.
0d3e774c 81 */
88fdc172 82#$d_bzero HAS_BZERO /**/
0d3e774c 83
f40bbcbf
MB
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
88fdc172
SB
90/* HAS_CHOWN:
91 * This symbol, if defined, indicates that the chown routine is
92 * available.
a0d0e21e 93 */
88fdc172 94#$d_chown HAS_CHOWN /**/
a0d0e21e 95
88fdc172
SB
96/* HAS_CHROOT:
97 * This symbol, if defined, indicates that the chroot routine is
98 * available.
a0d0e21e 99 */
88fdc172 100#$d_chroot HAS_CHROOT /**/
a0d0e21e 101
88fdc172
SB
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.
87250799 105 */
88fdc172 106#$d_chsize HAS_CHSIZE /**/
87250799 107
1d8eaf8c
MB
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
13cfc98d
MB
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
88fdc172
SB
120/* HAS_CUSERID:
121 * This symbol, if defined, indicates that the cuserid routine is
122 * available to get character login names.
13281fa4 123 */
88fdc172 124#$d_cuserid HAS_CUSERID /**/
a0d0e21e 125
88fdc172
SB
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.
a0d0e21e 131 */
e5eef985 132#$d_dbl_dig HAS_DBL_DIG /**/
a0d0e21e 133
88fdc172
SB
134/* HAS_DIFFTIME:
135 * This symbol, if defined, indicates that the difftime routine is
136 * available.
a0d0e21e 137 */
88fdc172 138#$d_difftime HAS_DIFFTIME /**/
13281fa4 139
88fdc172
SB
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().
ecfc5424 144 */
88fdc172 145#$d_dlerror HAS_DLERROR /**/
ecfc5424 146
88fdc172
SB
147/* HAS_DUP2:
148 * This symbol, if defined, indicates that the dup2 routine is
149 * available to duplicate file descriptors.
a687059c 150 */
88fdc172 151#$d_dup2 HAS_DUP2 /**/
a687059c 152
88fdc172
SB
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().
378cc40b 156 */
88fdc172 157#$d_fchmod HAS_FCHMOD /**/
378cc40b 158
88fdc172
SB
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().
378cc40b 162 */
88fdc172 163#$d_fchown HAS_FCHOWN /**/
378cc40b 164
88fdc172
SB
165/* HAS_FCNTL:
166 * This symbol, if defined, indicates to the C program that
167 * the fcntl() function exists.
a687059c 168 */
88fdc172 169#$d_fcntl HAS_FCNTL /**/
a687059c 170
88fdc172
SB
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().
a0d0e21e 174 */
88fdc172 175#$d_fgetpos HAS_FGETPOS /**/
a0d0e21e 176
88fdc172
SB
177/* HAS_FLOCK:
178 * This symbol, if defined, indicates that the flock routine is
179 * available to do file locking.
a687059c 180 */
88fdc172 181#$d_flock HAS_FLOCK /**/
a687059c 182
88fdc172
SB
183/* HAS_FORK:
184 * This symbol, if defined, indicates that the fork routine is
185 * available.
a0d0e21e 186 */
88fdc172 187#$d_fork HAS_FORK /**/
a0d0e21e 188
88fdc172
SB
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().
a0d0e21e 192 */
88fdc172 193#$d_fsetpos HAS_FSETPOS /**/
a0d0e21e 194
88fdc172
SB
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".
5f05dabc 200 */
88fdc172
SB
201#$d_gettimeod HAS_GETTIMEOFDAY /**/
202#ifdef HAS_GETTIMEOFDAY
203#define Timeval struct timeval /* Structure used by gettimeofday() */
204#endif
5f05dabc 205
88fdc172
SB
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.
378cc40b 210 */
88fdc172 211#$d_getgrps HAS_GETGROUPS /**/
378cc40b 212
88fdc172
SB
213/* HAS_GETLOGIN:
214 * This symbol, if defined, indicates that the getlogin routine is
215 * available to get the login name.
dfe9444c 216 */
88fdc172 217#$d_getlogin HAS_GETLOGIN /**/
dfe9444c 218
88fdc172
SB
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.
a0d0e21e 223 */
88fdc172 224#$d_getpgid HAS_GETPGID /**/
a0d0e21e 225
88fdc172
SB
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.
a687059c 229 */
88fdc172 230#$d_getpgrp2 HAS_GETPGRP2 /**/
ecfc5424 231
88fdc172
SB
232/* HAS_GETPPID:
233 * This symbol, if defined, indicates that the getppid routine is
234 * available to get the parent process ID.
378cc40b 235 */
88fdc172 236#$d_getppid HAS_GETPPID /**/
378cc40b 237
88fdc172
SB
238/* HAS_GETPRIORITY:
239 * This symbol, if defined, indicates that the getpriority routine is
240 * available to get a process's priority.
0d3e774c 241 */
88fdc172 242#$d_getprior HAS_GETPRIORITY /**/
0d3e774c 243
88fdc172
SB
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.
a0d0e21e 248 */
88fdc172 249#$d_inetaton HAS_INET_ATON /**/
a0d0e21e 250
88fdc172
SB
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.
a687059c 255 */
88fdc172 256#$d_killpg HAS_KILLPG /**/
a687059c 257
88fdc172
SB
258/* HAS_LINK:
259 * This symbol, if defined, indicates that the link routine is
260 * available to create hard links.
a0d0e21e 261 */
88fdc172 262#$d_link HAS_LINK /**/
a0d0e21e 263
88fdc172
SB
264/* HAS_LOCALECONV:
265 * This symbol, if defined, indicates that the localeconv routine is
266 * available for numeric and monetary formatting conventions.
a0d0e21e 267 */
88fdc172 268#$d_locconv HAS_LOCALECONV /**/
a0d0e21e 269
88fdc172
SB
270/* HAS_LOCKF:
271 * This symbol, if defined, indicates that the lockf routine is
272 * available to do file locking.
a0d0e21e 273 */
88fdc172 274#$d_lockf HAS_LOCKF /**/
a0d0e21e 275
88fdc172
SB
276/* HAS_LSTAT:
277 * This symbol, if defined, indicates that the lstat routine is
278 * available to do file stats on symbolic links.
378cc40b 279 */
88fdc172 280#$d_lstat HAS_LSTAT /**/
2304df62 281
88fdc172
SB
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.
9f971974 285 */
88fdc172 286#$d_mblen HAS_MBLEN /**/
9f971974 287
88fdc172
SB
288/* HAS_MBSTOWCS:
289 * This symbol, if defined, indicates that the mbstowcs routine is
9cdcdad1 290 * available to convert a multibyte string into a wide character string.
9f971974 291 */
88fdc172 292#$d_mbstowcs HAS_MBSTOWCS /**/
9f971974 293
88fdc172
SB
294/* HAS_MBTOWC:
295 * This symbol, if defined, indicates that the mbtowc routine is available
9cdcdad1 296 * to convert a multibyte to a wide character.
9f971974 297 */
88fdc172 298#$d_mbtowc HAS_MBTOWC /**/
378cc40b 299
88fdc172
SB
300/* HAS_MEMCMP:
301 * This symbol, if defined, indicates that the memcmp routine is available
302 * to compare blocks of memory.
a687059c 303 */
88fdc172 304#$d_memcmp HAS_MEMCMP /**/
fe14fcc3 305
88fdc172
SB
306/* HAS_MEMCPY:
307 * This symbol, if defined, indicates that the memcpy routine is available
308 * to copy blocks of memory.
ecfc5424 309 */
88fdc172 310#$d_memcpy HAS_MEMCPY /**/
ecfc5424 311
88fdc172
SB
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.
a0d0e21e 317 */
88fdc172 318#$d_memmove HAS_MEMMOVE /**/
a0d0e21e 319
88fdc172
SB
320/* HAS_MEMSET:
321 * This symbol, if defined, indicates that the memset routine is available
322 * to set blocks of memory.
fe749a9f 323 */
88fdc172 324#$d_memset HAS_MEMSET /**/
fe749a9f 325
88fdc172
SB
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.
fe749a9f 330 */
88fdc172 331#$d_mkdir HAS_MKDIR /**/
fe749a9f 332
88fdc172
SB
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.
fe14fcc3 338 */
88fdc172 339#$d_mkfifo HAS_MKFIFO /**/
a687059c 340
88fdc172
SB
341/* HAS_MKTIME:
342 * This symbol, if defined, indicates that the mktime routine is
343 * available.
ecfc5424 344 */
88fdc172 345#$d_mktime HAS_MKTIME /**/
ecfc5424 346
88fdc172
SB
347/* HAS_MSYNC:
348 * This symbol, if defined, indicates that the msync system call is
349 * available to synchronize a mapped file.
a687059c 350 */
88fdc172 351#$d_msync HAS_MSYNC /**/
a687059c 352
88fdc172
SB
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().
fe14fcc3 356 */
88fdc172 357#$d_munmap HAS_MUNMAP /**/
a0d0e21e 358
88fdc172
SB
359/* HAS_NICE:
360 * This symbol, if defined, indicates that the nice routine is
361 * available.
8e07c86e 362 */
88fdc172 363#$d_nice HAS_NICE /**/
8e07c86e 364
88fdc172
SB
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.
a0d0e21e 369 */
88fdc172
SB
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.
a0d0e21e 374 */
88fdc172
SB
375#$d_pathconf HAS_PATHCONF /**/
376#$d_fpathconf HAS_FPATHCONF /**/
a0d0e21e 377
88fdc172
SB
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.
a0d0e21e 381 */
88fdc172 382#$d_pause HAS_PAUSE /**/
a0d0e21e 383
88fdc172
SB
384/* HAS_PIPE:
385 * This symbol, if defined, indicates that the pipe routine is
386 * available to create an inter-process channel.
a0d0e21e 387 */
88fdc172 388#$d_pipe HAS_PIPE /**/
fe14fcc3 389
1d8eaf8c
MB
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
88fdc172
SB
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.
378cc40b 401 */
88fdc172 402#$d_readdir HAS_READDIR /**/
378cc40b 403
88fdc172
SB
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.
378cc40b 407 */
88fdc172 408#$d_seekdir HAS_SEEKDIR /**/
2304df62 409
88fdc172
SB
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.
a0d0e21e 413 */
88fdc172 414#$d_telldir HAS_TELLDIR /**/
a0d0e21e 415
88fdc172
SB
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.
a0d0e21e 419 */
88fdc172 420#$d_rewinddir HAS_REWINDDIR /**/
a0d0e21e 421
88fdc172
SB
422/* HAS_READLINK:
423 * This symbol, if defined, indicates that the readlink routine is
424 * available to read the value of a symbolic link.
dfe9444c 425 */
88fdc172 426#$d_readlink HAS_READLINK /**/
dfe9444c 427
f40bbcbf
MB
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).
427d28ce 432 */
f40bbcbf 433#$d_regcomp HAS_REGCOMP /* POSIX.2 */
427d28ce 434
88fdc172
SB
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.
d8f2e4cc 439 */
88fdc172 440#$d_rename HAS_RENAME /**/
d8f2e4cc 441
88fdc172
SB
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.
a687059c 446 */
88fdc172 447#$d_rmdir HAS_RMDIR /**/
a687059c 448
88fdc172
SB
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.
a687059c 453 */
88fdc172 454#$d_select HAS_SELECT /**/
a687059c 455
88fdc172
SB
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.
a687059c 459 */
88fdc172 460#$d_setegid HAS_SETEGID /**/
a687059c 461
88fdc172
SB
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.
378cc40b 465 */
88fdc172 466#$d_seteuid HAS_SETEUID /**/
378cc40b 467
1d8eaf8c
MB
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
88fdc172
SB
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.
378cc40b 479 */
88fdc172 480#$d_setlinebuf HAS_SETLINEBUF /**/
2304df62 481
88fdc172
SB
482/* HAS_SETLOCALE:
483 * This symbol, if defined, indicates that the setlocale routine is
484 * available to handle locale-specific ctype implementations.
2304df62 485 */
88fdc172 486#$d_setlocale HAS_SETLOCALE /**/
fe14fcc3 487
88fdc172
SB
488/* HAS_SETPGID:
489 * This symbol, if defined, indicates that the setpgid(pid, gpid)
490 * routine is available to set process group ID.
c2960299 491 */
88fdc172 492#$d_setpgid HAS_SETPGID /**/
dfe9444c 493
88fdc172
SB
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.
16d20bd9 497 */
88fdc172 498#$d_setpgrp2 HAS_SETPGRP2 /**/
dfe9444c 499
88fdc172
SB
500/* HAS_SETPRIORITY:
501 * This symbol, if defined, indicates that the setpriority routine is
502 * available to set a process's priority.
c2960299 503 */
88fdc172 504#$d_setprior HAS_SETPRIORITY /**/
8d063cd8 505
88fdc172
SB
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.
a89d8a78 510 */
88fdc172
SB
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.
a89d8a78 515 */
88fdc172
SB
516#$d_setregid HAS_SETREGID /**/
517#$d_setresgid HAS_SETRESGID /**/
a89d8a78 518
88fdc172
SB
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.
a0d0e21e 523 */
88fdc172
SB
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.
2e1b3b7e 528 */
88fdc172
SB
529#$d_setreuid HAS_SETREUID /**/
530#$d_setresuid HAS_SETRESUID /**/
2e1b3b7e 531
88fdc172
SB
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.
a687059c 535 */
88fdc172 536#$d_setrgid HAS_SETRGID /**/
e5d73d77 537
88fdc172
SB
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.
ecfc5424 541 */
88fdc172 542#$d_setruid HAS_SETRUID /**/
ecfc5424 543
88fdc172
SB
544/* HAS_SETSID:
545 * This symbol, if defined, indicates that the setsid routine is
546 * available to set the process group ID.
9f971974 547 */
88fdc172 548#$d_setsid HAS_SETSID /**/
9f971974 549
f40bbcbf
MB
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
88fdc172
SB
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.
85e6fe83 560 */
88fdc172
SB
561/* HAS_INDEX:
562 * This symbol is defined to indicate that the index()/rindex()
563 * functions are available for string searching.
a0d0e21e 564 */
88fdc172
SB
565#$d_strchr HAS_STRCHR /**/
566#$d_index HAS_INDEX /**/
85e6fe83 567
88fdc172
SB
568/* HAS_STRCOLL:
569 * This symbol, if defined, indicates that the strcoll routine is
570 * available to compare strings using collating information.
87250799 571 */
88fdc172 572#$d_strcoll HAS_STRCOLL /**/
87250799 573
88fdc172
SB
574/* HAS_STRTOD:
575 * This symbol, if defined, indicates that the strtod routine is
576 * available to provide better numeric string conversion than atof().
a0d0e21e 577 */
88fdc172 578#$d_strtod HAS_STRTOD /**/
a0d0e21e 579
88fdc172
SB
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.
85e6fe83 583 */
88fdc172 584#$d_strtol HAS_STRTOL /**/
d8f2e4cc 585
88fdc172
SB
586/* HAS_STRXFRM:
587 * This symbol, if defined, indicates that the strxfrm() routine is
588 * available to transform strings.
d8f2e4cc 589 */
88fdc172 590#$d_strxfrm HAS_STRXFRM /**/
d8f2e4cc 591
88fdc172
SB
592/* HAS_SYMLINK:
593 * This symbol, if defined, indicates that the symlink routine is available
594 * to create symbolic links.
dfe9444c 595 */
88fdc172 596#$d_symlink HAS_SYMLINK /**/
dfe9444c 597
88fdc172
SB
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.
a0d0e21e 601 */
88fdc172 602#$d_syscall HAS_SYSCALL /**/
a687059c 603
88fdc172
SB
604/* HAS_SYSCONF:
605 * This symbol, if defined, indicates that sysconf() is available
606 * to determine system related limits and options.
aaacdc8b 607 */
88fdc172
SB
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.
aaacdc8b 613 */
88fdc172 614#$d_system HAS_SYSTEM /**/
aaacdc8b 615
88fdc172
SB
616/* HAS_TCGETPGRP:
617 * This symbol, if defined, indicates that the tcgetpgrp routine is
618 * available to get foreground process group ID.
aaacdc8b 619 */
88fdc172 620#$d_tcgetpgrp HAS_TCGETPGRP /**/
aaacdc8b 621
88fdc172
SB
622/* HAS_TCSETPGRP:
623 * This symbol, if defined, indicates that the tcsetpgrp routine is
624 * available to set foreground process group ID.
a22e52b9 625 */
88fdc172 626#$d_tcsetpgrp HAS_TCSETPGRP /**/
a22e52b9 627
88fdc172
SB
628/* HAS_TRUNCATE:
629 * This symbol, if defined, indicates that the truncate routine is
630 * available to truncate files.
5ff3f7a4 631 */
88fdc172 632#$d_truncate HAS_TRUNCATE /**/
5ff3f7a4 633
88fdc172
SB
634/* HAS_TZNAME:
635 * This symbol, if defined, indicates that the tzname[] array is
636 * available to access timezone names.
5ff3f7a4 637 */
88fdc172 638#$d_tzname HAS_TZNAME /**/
5ff3f7a4 639
88fdc172
SB
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.
5ff3f7a4 643 */
88fdc172 644#$d_umask HAS_UMASK /**/
5ff3f7a4 645
88fdc172
SB
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.
5ff3f7a4 649 */
88fdc172 650#$d_usleep HAS_USLEEP /**/
5ff3f7a4 651
88fdc172
SB
652/* HAS_WAIT4:
653 * This symbol, if defined, indicates that wait4() exists.
8e07c86e 654 */
88fdc172 655#$d_wait4 HAS_WAIT4 /**/
8e07c86e 656
88fdc172
SB
657/* HAS_WAITPID:
658 * This symbol, if defined, indicates that the waitpid routine is
659 * available to wait for child process.
1aef975c 660 */
88fdc172 661#$d_waitpid HAS_WAITPID /**/
85e6fe83 662
88fdc172
SB
663/* HAS_WCSTOMBS:
664 * This symbol, if defined, indicates that the wcstombs routine is
665 * available to convert wide character strings to multibyte strings.
bccf77a5 666 */
88fdc172 667#$d_wcstombs HAS_WCSTOMBS /**/
dfe9444c 668
88fdc172
SB
669/* HAS_WCTOMB:
670 * This symbol, if defined, indicates that the wctomb routine is available
9cdcdad1 671 * to convert a wide character to a multibyte.
bccf77a5 672 */
88fdc172 673#$d_wctomb HAS_WCTOMB /**/
bccf77a5 674
1d8eaf8c
MB
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
88fdc172
SB
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.
ff935051 691 */
88fdc172 692#$i_arpainet I_ARPA_INET /**/
ff935051 693
88fdc172
SB
694/* I_DBM:
695 * This symbol, if defined, indicates that <dbm.h> exists and should
696 * be included.
ff935051 697 */
88fdc172
SB
698/* I_RPCSVC_DBM:
699 * This symbol, if defined, indicates that <rpcsvc/dbm.h> exists and
700 * should be included.
10bc17b6 701 */
88fdc172
SB
702#$i_dbm I_DBM /**/
703#$i_rpcsvcdbm I_RPCSVC_DBM /**/
10bc17b6 704
88fdc172
SB
705/* I_DLFCN:
706 * This symbol, if defined, indicates that <dlfcn.h> exists and should
707 * be included.
78a7c709 708 */
88fdc172 709#$i_dlfcn I_DLFCN /**/
78a7c709 710
88fdc172
SB
711/* I_FCNTL:
712 * This manifest constant tells the C program to include <fcntl.h>.
c7aff470 713 */
88fdc172 714#$i_fcntl I_FCNTL /**/
44b94491 715
88fdc172
SB
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.
c7aff470 720 */
88fdc172 721#$i_float I_FLOAT /**/
c7aff470 722
13cfc98d
MB
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
88fdc172
SB
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.
c7aff470 733 */
88fdc172 734#$i_limits I_LIMITS /**/
c7aff470 735
88fdc172
SB
736/* I_LOCALE:
737 * This symbol, if defined, indicates to the C program that it should
738 * include <locale.h>.
a845a0d4 739 */
88fdc172 740#$i_locale I_LOCALE /**/
a845a0d4 741
88fdc172
SB
742/* I_MATH:
743 * This symbol, if defined, indicates to the C program that it should
744 * include <math.h>.
a845a0d4 745 */
88fdc172 746#$i_math I_MATH /**/
a845a0d4 747
88fdc172
SB
748/* I_MEMORY:
749 * This symbol, if defined, indicates to the C program that it should
750 * include <memory.h>.
a845a0d4 751 */
88fdc172
SB
752#$i_memory I_MEMORY /**/
753
88fdc172
SB
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>.
a845a0d4 757 */
88fdc172
SB
758#$i_niin I_NETINET_IN /**/
759
88fdc172
SB
760/* I_STDDEF:
761 * This symbol, if defined, indicates that <stddef.h> exists and should
762 * be included.
a845a0d4 763 */
88fdc172
SB
764#$i_stddef I_STDDEF /**/
765
766/* I_STDLIB:
767 * This symbol, if defined, indicates that <stdlib.h> exists and should
768 * be included.
a845a0d4 769 */
88fdc172
SB
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).
a845a0d4 775 */
88fdc172
SB
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>.
a845a0d4 781 */
88fdc172
SB
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.
a845a0d4 787 */
88fdc172 788#$i_sysfile I_SYS_FILE /**/
a845a0d4 789
88fdc172
SB
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>.
a845a0d4 793 */
88fdc172
SB
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.
a845a0d4 797 */
88fdc172
SB
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>.
a845a0d4 804 */
88fdc172 805#$i_sysndir I_SYS_NDIR /**/
a845a0d4 806
88fdc172
SB
807/* I_SYS_PARAM:
808 * This symbol, if defined, indicates to the C program that it should
809 * include <sys/param.h>.
a845a0d4 810 */
88fdc172
SB
811#$i_sysparam I_SYS_PARAM /**/
812
216dac04
MB
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
88fdc172
SB
820/* I_SYS_RESOURCE:
821 * This symbol, if defined, indicates to the C program that it should
822 * include <sys/resource.h>.
a845a0d4 823 */
88fdc172 824#$i_sysresrc I_SYS_RESOURCE /**/
a845a0d4 825
88fdc172
SB
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.
a845a0d4 829 */
88fdc172 830#$i_sysselct I_SYS_SELECT /**/
a845a0d4 831
88fdc172 832/* I_SYS_STAT:
a845a0d4 833 * This symbol, if defined, indicates to the C program that it should
88fdc172 834 * include <sys/stat.h>.
a845a0d4 835 */
88fdc172
SB
836#$i_sysstat I_SYS_STAT /**/
837
838/* I_SYS_TIMES:
a845a0d4 839 * This symbol, if defined, indicates to the C program that it should
88fdc172 840 * include <sys/times.h>.
a845a0d4 841 */
88fdc172
SB
842#$i_systimes I_SYS_TIMES /**/
843
844/* I_SYS_TYPES:
a845a0d4 845 * This symbol, if defined, indicates to the C program that it should
88fdc172 846 * include <sys/types.h>.
a845a0d4 847 */
88fdc172
SB
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.
a845a0d4 853 */
88fdc172
SB
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>.
a845a0d4 859 */
88fdc172 860#$i_syswait I_SYS_WAIT /**/
a845a0d4 861
88fdc172
SB
862/* I_UNISTD:
863 * This symbol, if defined, indicates to the C program that it should
864 * include <unistd.h>.
a845a0d4 865 */
88fdc172 866#$i_unistd I_UNISTD /**/
a845a0d4 867
88fdc172
SB
868/* I_UTIME:
869 * This symbol, if defined, indicates to the C program that it should
870 * include <utime.h>.
a845a0d4 871 */
88fdc172 872#$i_utime I_UTIME /**/
a845a0d4 873
88fdc172
SB
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.
a845a0d4 879 */
88fdc172
SB
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.
a845a0d4 885 */
88fdc172
SB
886#$i_vfork I_VFORK /**/
887
d03b3b00
MB
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
06501368
MB
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.
a845a0d4 914 */
06501368
MB
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.
eaf812ae 919 */
06501368
MB
920#define OSNAME "$osname" /**/
921#define OSVERS "$osvers" /**/
eaf812ae 922
6e89a33a
MB
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
b8677e3b
MB
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,
588c1107
AD
935 * 4 and 8. The default is eight, for safety. For cross-compiling
936 * or multiarch support, Configure will set a minimum of 8.
b8677e3b 937 */
b8677e3b 938#define MEM_ALIGNBYTES $alignbytes
08c92000 939
08c92000
MB
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
08c92000
MB
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 */
f3f1a2d8
MB
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 */
08c92000
MB
976#define BIN "$bin" /**/
977#define BIN_EXP "$binexp" /**/
122b9bf4 978#define PERL_RELOCATABLE_INC "$userelocatableinc" /**/
08c92000 979
06501368
MB
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
b8677e3b
MB
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
f05550c0 1000 * binaries, use compiler-defined macros to
b8677e3b 1001 * determine the byte order.
08c92000 1002 */
c9d1bf8e 1003#if defined(MULTIARCH)
b8677e3b
MB
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
b8677e3b
MB
1023#else
1024#define BYTEORDER 0x$byteorder /* large digits for MSB */
f05550c0 1025#endif
08c92000 1026
b8677e3b
MB
1027/* CHARBITS:
1028 * This symbol contains the size of a char, so that the C preprocessor
1029 * can make decisions based on it.
08c92000 1030 */
b8677e3b 1031#define CHARBITS $charbits /**/
08c92000 1032
06501368
MB
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
ed140128
AD
1091/* HAS_ACCESSX:
1092 * This symbol, if defined, indicates that the accessx routine is
1093 * available to do extended access checks.
eaf812ae 1094 */
ed140128 1095#$d_accessx HAS_ACCESSX /**/
eaf812ae 1096
08c92000
MB
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
06501368
MB
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
0e0c5f82
MB
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
b8677e3b
MB
1154/* CASTI32:
1155 * This symbol is defined if the C compiler can cast negative
1156 * or large floating point numbers to 32-bit ints.
eaf812ae 1157 */
b8677e3b
MB
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.
fcdf39cf 1163 */
b8677e3b
MB
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
eaf812ae 1171 */
b8677e3b
MB
1172#$d_castneg CASTNEGFLOAT /**/
1173#define CASTFLAGS $castflags /**/
eaf812ae 1174
b8677e3b
MB
1175/* VOID_CLOSEDIR:
1176 * This symbol, if defined, indicates that the closedir() routine
1177 * does not return a value.
f244a502 1178 */
b8677e3b 1179#$d_void_closedir VOID_CLOSEDIR /**/
f244a502 1180
06501368
MB
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
08c92000
MB
1192/* HAS_CRYPT_R:
1193 * This symbol, if defined, indicates that the crypt_r routine
1194 * is available to crypt re-entrantly.
a845a0d4 1195 */
08c92000
MB
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.
a845a0d4 1201 */
08c92000
MB
1202#$d_crypt_r HAS_CRYPT_R /**/
1203#define CRYPT_R_PROTO $crypt_r_proto /**/
a845a0d4 1204
06501368
MB
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
eaf812ae
MB
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
08c92000
MB
1229/* HAS_CTIME_R:
1230 * This symbol, if defined, indicates that the ctime_r routine
1231 * is available to ctime re-entrantly.
a845a0d4 1232 */
08c92000
MB
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.
a845a0d4 1238 */
08c92000
MB
1239#$d_ctime_r HAS_CTIME_R /**/
1240#define CTIME_R_PROTO $ctime_r_proto /**/
a845a0d4 1241
0e0c5f82
MB
1242/* HAS_DLADDR:
1243 * This symbol, if defined, indicates that the dladdr() routine is
20557826
MB
1244 * available to query dynamic linker information for an address.
1245 * The <dlfcn.h> header must be included to use this routine.
0e0c5f82
MB
1246 */
1247#$d_dladdr HAS_DLADDR /**/
1248
06501368
MB
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
08c92000
MB
1269/* HAS_DRAND48_R:
1270 * This symbol, if defined, indicates that the drand48_r routine
1271 * is available to drand48 re-entrantly.
a845a0d4 1272 */
08c92000
MB
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 /**/
a845a0d4 1281
06501368
MB
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
ed140128
AD
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
06501368
MB
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
08c92000
MB
1302/* HAS_ENDGRENT_R:
1303 * This symbol, if defined, indicates that the endgrent_r routine
1304 * is available to endgrent re-entrantly.
88fdc172 1305 */
08c92000
MB
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.
88fdc172 1311 */
08c92000
MB
1312#$d_endgrent_r HAS_ENDGRENT_R /**/
1313#define ENDGRENT_R_PROTO $endgrent_r_proto /**/
1314
06501368
MB
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
eaf812ae
MB
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
06501368
MB
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
eaf812ae
MB
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
06501368
MB
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
eaf812ae
MB
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
06501368
MB
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
08c92000
MB
1378/* HAS_ENDPWENT_R:
1379 * This symbol, if defined, indicates that the endpwent_r routine
1380 * is available to endpwent re-entrantly.
88fdc172 1381 */
08c92000
MB
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.
88fdc172 1387 */
08c92000
MB
1388#$d_endpwent_r HAS_ENDPWENT_R /**/
1389#define ENDPWENT_R_PROTO $endpwent_r_proto /**/
1390
06501368
MB
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:
eaf812ae
MB
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
b8677e3b
MB
1410/* HAS_FD_SET:
1411 * This symbol, when defined, indicates presence of the fd_set typedef
1412 * in <sys/types.h>
a845a0d4 1413 */
b8677e3b 1414#$d_fd_set HAS_FD_SET /**/
a845a0d4 1415
06501368
MB
1416/* FLEXFILENAMES:
1417 * This symbol, if defined, indicates that the system supports filenames
1418 * longer than 14 characters.
1419 */
1420#$d_flexfnam FLEXFILENAMES /**/
1421
b8677e3b
MB
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.
a845a0d4 1436 */
b8677e3b 1437#define Gconvert(x,n,t,b) $d_Gconvert
a845a0d4 1438
06501368
MB
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
08c92000
MB
1445/* HAS_GETGRENT_R:
1446 * This symbol, if defined, indicates that the getgrent_r routine
1447 * is available to getgrent re-entrantly.
a845a0d4 1448 */
08c92000
MB
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 /**/
a845a0d4 1457
08c92000
MB
1458/* HAS_GETGRGID_R:
1459 * This symbol, if defined, indicates that the getgrgid_r routine
1460 * is available to getgrgid re-entrantly.
a845a0d4 1461 */
08c92000
MB
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.
a845a0d4 1467 */
08c92000
MB
1468#$d_getgrgid_r HAS_GETGRGID_R /**/
1469#define GETGRGID_R_PROTO $getgrgid_r_proto /**/
a845a0d4 1470
08c92000
MB
1471/* HAS_GETGRNAM_R:
1472 * This symbol, if defined, indicates that the getgrnam_r routine
1473 * is available to getgrnam re-entrantly.
a845a0d4 1474 */
08c92000
MB
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.
a845a0d4 1480 */
08c92000
MB
1481#$d_getgrnam_r HAS_GETGRNAM_R /**/
1482#define GETGRNAM_R_PROTO $getgrnam_r_proto /**/
a845a0d4 1483
06501368
MB
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
eaf812ae
MB
1531/* HAS_GETHOSTBYADDR_R:
1532 * This symbol, if defined, indicates that the gethostbyaddr_r routine
1533 * is available to gethostbyaddr re-entrantly.
a845a0d4 1534 */
eaf812ae
MB
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.
a845a0d4 1540 */
eaf812ae
MB
1541#$d_gethostbyaddr_r HAS_GETHOSTBYADDR_R /**/
1542#define GETHOSTBYADDR_R_PROTO $gethostbyaddr_r_proto /**/
08c92000 1543
eaf812ae
MB
1544/* HAS_GETHOSTBYNAME_R:
1545 * This symbol, if defined, indicates that the gethostbyname_r routine
1546 * is available to gethostbyname re-entrantly.
a845a0d4 1547 */
eaf812ae
MB
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
08c92000 1552 * is defined.
a845a0d4 1553 */
eaf812ae
MB
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
06501368
MB
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
eaf812ae
MB
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
06501368
MB
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
eaf812ae
MB
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
06501368
MB
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
b8677e3b
MB
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.
a845a0d4 1660 */
b8677e3b 1661#$d_getpagsz HAS_GETPAGESIZE /**/
a845a0d4 1662
06501368
MB
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
eaf812ae
MB
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
06501368
MB
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
08c92000
MB
1745/* HAS_GETPWENT_R:
1746 * This symbol, if defined, indicates that the getpwent_r routine
1747 * is available to getpwent re-entrantly.
a845a0d4 1748 */
08c92000
MB
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.
a845a0d4 1754 */
08c92000
MB
1755#$d_getpwent_r HAS_GETPWENT_R /**/
1756#define GETPWENT_R_PROTO $getpwent_r_proto /**/
a845a0d4 1757
08c92000
MB
1758/* HAS_GETPWNAM_R:
1759 * This symbol, if defined, indicates that the getpwnam_r routine
1760 * is available to getpwnam re-entrantly.
a845a0d4 1761 */
08c92000
MB
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.
a845a0d4 1767 */
08c92000
MB
1768#$d_getpwnam_r HAS_GETPWNAM_R /**/
1769#define GETPWNAM_R_PROTO $getpwnam_r_proto /**/
a845a0d4 1770
08c92000
MB
1771/* HAS_GETPWUID_R:
1772 * This symbol, if defined, indicates that the getpwuid_r routine
1773 * is available to getpwuid re-entrantly.
10bc17b6 1774 */
08c92000
MB
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.
a845a0d4 1780 */
08c92000
MB
1781#$d_getpwuid_r HAS_GETPWUID_R /**/
1782#define GETPWUID_R_PROTO $getpwuid_r_proto /**/
a845a0d4 1783
06501368
MB
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
eaf812ae
MB
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
06501368
MB
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
08c92000
MB
1837/* HAS_GETSPNAM_R:
1838 * This symbol, if defined, indicates that the getspnam_r routine
1839 * is available to getspnam re-entrantly.
a845a0d4 1840 */
08c92000
MB
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.
a845a0d4 1846 */
08c92000
MB
1847#$d_getspnam_r HAS_GETSPNAM_R /**/
1848#define GETSPNAM_R_PROTO $getspnam_r_proto /**/
a845a0d4 1849
06501368
MB
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
08c92000
MB
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
b8677e3b
MB
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.
a845a0d4 1878 */
b8677e3b
MB
1879#$d_gnulibc HAS_GNULIBC /**/
1880#if defined(HAS_GNULIBC) && !defined(_GNU_SOURCE)
1881# define _GNU_SOURCE
1882#endif
1883
06501368
MB
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
b8677e3b
MB
1909/* HAS_ISASCII:
1910 * This manifest constant lets the C program know that isascii
1911 * is available.
a845a0d4 1912 */
b8677e3b
MB
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).
a845a0d4 1919 */
b8677e3b 1920#$d_lchown HAS_LCHOWN /**/
a845a0d4 1921
08c92000
MB
1922/* HAS_LOCALTIME_R:
1923 * This symbol, if defined, indicates that the localtime_r routine
1924 * is available to localtime re-entrantly.
1925 */
f025e94b
MB
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
47d847ba 1929 * changes using \$ENV{TZ} without explicitly calling tzset
f025e94b
MB
1930 * impossible. This symbol makes us call tzset before localtime_r
1931 */
8572b25d
BH
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
08c92000
MB
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
06501368
MB
1948/* HAS_LONG_DOUBLE:
1949 * This symbol will be defined if the C compiler supports long
1950 * doubles.
08c92000 1951 */
06501368
MB
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.
a845a0d4 1956 */
db8b8c75
MB
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 */
dc91db6c
JH
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 */
db8b8c75 1974#$d_ldexpl HAS_LDEXPL /**/
06501368
MB
1975#$d_longdbl HAS_LONG_DOUBLE /**/
1976#ifdef HAS_LONG_DOUBLE
1977#define LONG_DOUBLESIZE $longdblsize /**/
dc91db6c
JH
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
06501368 1987#endif
a845a0d4 1988
06501368
MB
1989/* HAS_LONG_LONG:
1990 * This symbol will be defined if the C compiler supports long long.
eaf812ae 1991 */
06501368
MB
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
eaf812ae 2001
06501368
MB
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);
a845a0d4 2007 */
06501368
MB
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.
a845a0d4 2013 */
06501368
MB
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
08c92000
MB
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 /**/
a845a0d4 2081
08c92000
MB
2082/* HAS_RANDOM_R:
2083 * This symbol, if defined, indicates that the random_r routine
2084 * is available to random re-entrantly.
a845a0d4 2085 */
08c92000
MB
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.
a845a0d4 2091 */
08c92000
MB
2092#$d_random_r HAS_RANDOM_R /**/
2093#define RANDOM_R_PROTO $random_r_proto /**/
a845a0d4 2094
eaf812ae
MB
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
08c92000
MB
2108/* HAS_READDIR_R:
2109 * This symbol, if defined, indicates that the readdir_r routine
2110 * is available to readdir re-entrantly.
a845a0d4 2111 */
08c92000
MB
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 /**/
a845a0d4 2120
b8677e3b
MB
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.
08c92000 2126 */
b8677e3b 2127#$d_safebcpy HAS_SAFE_BCOPY /**/
08c92000 2128
b8677e3b
MB
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.
08c92000 2134 */
b8677e3b
MB
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 /**/
08c92000 2143
06501368
MB
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
08c92000
MB
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
06501368
MB
2169/* HAS_SETHOSTENT:
2170 * This symbol, if defined, indicates that the sethostent() routine is
2171 * available.
2172 */
2173#$d_sethent HAS_SETHOSTENT /**/
2174
eaf812ae
MB
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
eaf812ae
MB
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
06501368
MB
2201/* HAS_SETNETENT:
2202 * This symbol, if defined, indicates that the setnetent() routine is
2203 * available.
2204 */
2205#$d_setnent HAS_SETNETENT /**/
2206
eaf812ae
MB
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
06501368
MB
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
eaf812ae
MB
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
06501368
MB
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
08c92000
MB
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
06501368
MB
2270/* HAS_SETSERVENT:
2271 * This symbol, if defined, indicates that the setservent() routine is
2272 * available.
2273 */
2274#$d_setsent HAS_SETSERVENT /**/
2275
eaf812ae
MB
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
06501368
MB
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
b8677e3b
MB
2316/* HAS_SIGACTION:
2317 * This symbol, if defined, indicates that Vr4's sigaction() routine
2318 * is available.
eaf812ae 2319 */
b8677e3b 2320#$d_sigaction HAS_SIGACTION /**/
eaf812ae 2321
b8677e3b
MB
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.
10bc17b6 2328 */
b8677e3b
MB
2329/* Sigjmp_buf:
2330 * This is the buffer type to be used with Sigsetjmp and Siglongjmp.
c7aff470 2331 */
b8677e3b
MB
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.
b363b713 2336 */
b8677e3b
MB
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.
a7fea17f 2341 */
b8677e3b
MB
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
44b94491 2352
06501368
MB
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 */
18126d98
MB
2396/* HAS_SOCKADDR_IN6:
2397 * This symbol, if defined, indicates the availability of
2398 * struct sockaddr_in6;
2399 */
06501368
MB
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 */
122b9bf4
MB
2404/* HAS_IP_MREQ:
2405 * This symbol, if defined, indicates the availability of
2406 * struct ip_mreq;
2407 */
3e06601f
MB
2408/* HAS_IP_MREQ_SOURCE:
2409 * This symbol, if defined, indicates the availability of
2410 * struct ip_mreq_source;
2411 */
18126d98
MB
2412/* HAS_IPV6_MREQ:
2413 * This symbol, if defined, indicates the availability of
2414 * struct ipv6_mreq;
2415 */
3e06601f
MB
2416/* HAS_IPV6_MREQ_SOURCE:
2417 * This symbol, if defined, indicates the availability of
2418 * struct ipv6_mreq_source;
2419 */
06501368
MB
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 /**/
18126d98 2429#$d_sockaddr_in6 HAS_SOCKADDR_IN6 /**/
06501368 2430#$d_sin6_scope_id HAS_SIN6_SCOPE_ID /**/
122b9bf4 2431#$d_ip_mreq HAS_IP_MREQ /**/
3e06601f 2432#$d_ip_mreq_source HAS_IP_MREQ_SOURCE /**/
18126d98 2433#$d_ipv6_mreq HAS_IPV6_MREQ /**/
3e06601f 2434#$d_ipv6_mreq_source HAS_IPV6_MREQ_SOURCE /**/
06501368 2435
08c92000
MB
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
06501368
MB
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
b8677e3b
MB
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.
a33c94aa 2497 */
b8677e3b
MB
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.
43dddb59 2502 */
b8677e3b
MB
2503/* STDIO_PTR_LVALUE:
2504 * This symbol is defined if the FILE_ptr macro can be used as an
2505 * lvalue.
08c92000 2506 */
b8677e3b
MB
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.
08c92000 2511 */
b8677e3b
MB
2512/* STDIO_CNT_LVALUE:
2513 * This symbol is defined if the FILE_cnt macro can be used as an
2514 * lvalue.
08c92000 2515 */
b8677e3b
MB
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
08c92000 2560
06501368
MB
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
08c92000
MB
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
06501368
MB
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:
08c92000
MB
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
eaf812ae
MB
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
06501368
MB
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
b8677e3b
MB
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().
c5f05a91 2704 */
b8677e3b
MB
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.
233e16ce 2710 */
b8677e3b
MB
2711#$d_vprintf HAS_VPRINTF /**/
2712#$d_charvspr USE_CHAR_VSPRINTF /**/
233e16ce 2713
b8677e3b
MB
2714/* DOUBLESIZE:
2715 * This symbol contains the size of a double, so that the C preprocessor
2716 * can make decisions based on it.
a3540c92 2717 */
b8677e3b 2718#define DOUBLESIZE $doublesize /**/
a3540c92 2719
06501368 2720/* EBCDIC:
1332606d 2721 * This symbol, if defined, indicates that this system uses
06501368
MB
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:
cfc2543a 2739 * This symbol holds the signedness of a Gid_t.
06501368
MB
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
0e0c5f82
MB
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
06501368
MB
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
b8677e3b
MB
2795/* I_MACH_CTHREADS:
2796 * This symbol, if defined, indicates to the C program that it should
2797 * include <mach/cthreads.h>.
43dddb59 2798 */
b8677e3b 2799#$i_machcthr I_MACH_CTHREADS /**/
43dddb59 2800
06501368
MB
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
b8677e3b
MB
2852/* I_PTHREAD:
2853 * This symbol, if defined, indicates to the C program that it should
2854 * include <pthread.h>.
08c92000 2855 */
b8677e3b 2856#$i_pthread I_PTHREAD /**/
08c92000 2857
06501368
MB
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
b8677e3b
MB
2904/* I_SYS_ACCESS:
2905 * This symbol, if defined, indicates to the C program that it should
2906 * include <sys/access.h>.
08c92000 2907 */
b8677e3b 2908#$i_sysaccess I_SYS_ACCESS /**/
08c92000 2909
b8677e3b
MB
2910/* I_SYS_SECURITY:
2911 * This symbol, if defined, indicates to the C program that it should
2912 * include <sys/security.h>.
08c92000 2913 */
b8677e3b 2914#$i_syssecrt I_SYS_SECURITY /**/
08c92000 2915
06501368
MB
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
0e0c5f82
MB
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
b8677e3b
MB
2942/* I_TIME:
2943 * This symbol, if defined, indicates to the C program that it should
2944 * include <time.h>.
08c92000 2945 */
b8677e3b
MB
2946/* I_SYS_TIME:
2947 * This symbol, if defined, indicates to the C program that it should
2948 * include <sys/time.h>.
08c92000 2949 */
b8677e3b 2950/* I_SYS_TIME_KERNEL:
43dddb59 2951 * This symbol, if defined, indicates to the C program that it should
b8677e3b 2952 * include <sys/time.h> with KERNEL defined.
43dddb59 2953 */
b8677e3b
MB
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.
43dddb59 2957 */
b8677e3b
MB
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.
43dddb59 2961 */
b8677e3b
MB
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 /**/
43dddb59 2967
06501368
MB
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.
08c92000 2985 */
b8677e3b 2986#$d_inc_version_list PERL_INC_VERSION_LIST $inc_version_list_init /**/
08c92000 2987
b8677e3b
MB
2988/* INSTALL_USR_BIN_PERL:
2989 * This symbol, if defined, indicates that Perl is to be installed
2990 * also as /usr/bin/perl.
08c92000 2991 */
b8677e3b 2992#$installusrbinperl INSTALL_USR_BIN_PERL /**/
08c92000 2993
06501368
MB
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
b8677e3b
MB
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.
eaf812ae 3043 */
b8677e3b
MB
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.
1d8eaf8c 3047 */
b8677e3b
MB
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!
e74475c7 3053 */
b8677e3b
MB
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!).
e74475c7 3058 */
b8677e3b
MB
3059#define VAL_O_NONBLOCK $o_nonblock
3060#define VAL_EAGAIN $eagain
3061#define RD_NODATA $rd_nodata
3062#$d_eofnblk EOF_NONBLOCK
eaf812ae 3063
06501368
MB
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
b8677e3b
MB
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.
08c92000 3092 */
b8677e3b 3093#$d_perl_otherlibdirs PERL_OTHERLIBDIRS "$otherlibdirs" /**/
08c92000 3094
06501368
MB
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
b8677e3b
MB
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.
c0bacbef 3107 */
b8677e3b
MB
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" /**/
c0bacbef 3114
06501368
MB
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
b8677e3b
MB
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 *).
08c92000 3138 */
b8677e3b 3139#define PTRSIZE $ptrsize /**/
08c92000 3140
06501368
MB
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
b8677e3b
MB
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.
a33c94aa 3165 */
b8677e3b
MB
3166/* Rand_seed_t:
3167 * This symbol defines the type of the argument of the
3168 * random seed function.
49dabb45 3169 */
b8677e3b
MB
3170/* seedDrand01:
3171 * This symbol defines the macro to be used in seeding the
3172 * random number generator (see Drand01).
3813c136 3173 */
b8677e3b
MB
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.
1acc7ade 3178 */
a05353bf
MB
3179#define Drand01() $drand01 /**/
3180#define Rand_seed_t $randseedtype /**/
3181#define seedDrand01(x) $seedfunc((Rand_seed_t)x) /**/
3182#define RANDBITS $randbits /**/
b8677e3b 3183
06501368
MB
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 */
0b0a0724 3199#define SH_PATH "$targetsh" /**/
06501368
MB
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
b8677e3b
MB
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.
a33c94aa 3251 */
b8677e3b
MB
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.
10bc17b6 3255 */
b8677e3b
MB
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.
10bc17b6 3269 */
b8677e3b
MB
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.
10bc17b6 3273 */
b8677e3b
MB
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.
10bc17b6 3278 */
b8677e3b
MB
3279#define SITELIB "$sitelib" /**/
3280#define SITELIB_EXP "$sitelibexp" /**/
3281#define SITELIB_STEM "$sitelib_stem" /**/
10bc17b6 3282
06501368
MB
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
b8677e3b
MB
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).
10bc17b6 3309 */
b8677e3b 3310#define SSize_t $ssizetype /* signed count of bytes */
08c92000 3311
06501368
MB
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".
eaf812ae 3315 */
06501368
MB
3316#define STDCHAR $stdchar /**/
3317
3318/* Uid_t_f:
3319 * This symbol defines the format string used for printing a Uid_t.
eaf812ae 3320 */
06501368 3321#define Uid_t_f $uidformat /**/
eaf812ae 3322
06501368 3323/* Uid_t_sign:
cfc2543a 3324 * This symbol holds the signedness of a Uid_t.
06501368 3325 * 1 for unsigned, -1 for signed.
36adc09b 3326 */
06501368
MB
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.
a33c94aa 3331 */
06501368 3332#define Uid_t_size $uidsize /* UID size */
a33c94aa 3333
06501368
MB
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.
15b61c98 3338 */
06501368 3339#define Uid_t $uidtype /* UID type */
b8677e3b 3340
06501368
MB
3341/* USE_ITHREADS:
3342 * This symbol, if defined, indicates that Perl should be built to
3343 * use the interpreter-based threading implementation.
b8677e3b 3344 */
06501368
MB
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.
ed140128 3349 */
06501368
MB
3350/* OLD_PTHREADS_API:
3351 * This symbol, if defined, indicates that Perl should
3352 * be built to use the old draft POSIX threads API.
ed140128 3353 */
06501368
MB
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 /**/
ed140128 3366
06501368
MB
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.
ed140128 3377 */
06501368
MB
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" /**/
ed140128 3396
f53a6e0e
MB
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
1be1b388
MB
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
ed140128
AD
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
40613a90
JH
3434/* HAS_ACOSH:
3435 * This symbol, if defined, indicates that the acosh routine is
d0166596 3436 * available to do the inverse hyperbolic cosine function.
40613a90
JH
3437 */
3438#$d_acosh HAS_ACOSH /**/
3439
f40bbcbf
MB
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
427d28ce
JH
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
ed140128
AD
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
f40bbcbf
MB
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
ed140128
AD
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
f40bbcbf
MB
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
ed140128
AD
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
f40bbcbf
MB
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
d0166596
MB
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
ed140128
AD
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
f40bbcbf
MB
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
ed140128
AD
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
b19ee02c
JH
3662/* HAS_FP_CLASSL:
3663 * This symbol, if defined, indicates that the fp_classl routine is
d0166596
MB
3664 * available to classify long doubles. Available for example in
3665 * Digital UNIX. See for possible values HAS_FP_CLASS.
b19ee02c
JH
3666 */
3667#$d_fp_classl HAS_FP_CLASSL /**/
3668
ed140128
AD
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 */
d0166596
MB
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 /**/
ed140128
AD
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
4c1a9b0c
JH
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
ed140128
AD
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
5086dff9
MB
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
ed140128
AD
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
cd95ead5 3800 * available to retrieve enhanced (shadow) password entries by name.
ed140128
AD
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
5086dff9
MB
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
ed140128
AD
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
427d28ce
JH
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
f40bbcbf 3860 * available to get integer exponent of a floating-point value.
427d28ce
JH
3861 */
3862#$d_ilogb HAS_ILOGB /**/
3863
ed140128
AD
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
5086dff9
MB
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
ed140128
AD
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
269a7913 3889/* HAS_ISBLANK:
1332606d 3890 * This manifest constant lets the C program know that isblank
269a7913
MB
3891 * is available.
3892 */
3893#$d_isblank HAS_ISBLANK /**/
3894
ed140128
AD
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
fa484e60 3901/* HAS_ISFINITEL:
d0166596
MB
3902 * This symbol, if defined, indicates that the isfinitel routine is
3903 * available to check whether a long double is finite.
fa484e60
JH
3904 * (non-infinity non-NaN).
3905 */
3906#$d_isfinitel HAS_ISFINITEL /**/
3907
ed140128
AD
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
d0166596
MB
3914/* HAS_ISINFL:
3915 * This symbol, if defined, indicates that the isinfl routine is
fa484e60
JH
3916 * available to check whether a long double is an infinity.
3917 */
3918#$d_isinfl HAS_ISINFL /**/
3919
f40bbcbf
MB
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
ed140128
AD
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
427d28ce
JH
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
d0166596
MB
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
f40bbcbf
MB
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
ed140128
AD
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 */
06501368 3969#$d_ldbl_dig HAS_LDBL_DIG /* */
ed140128 3970
427d28ce
JH
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
ed140128
AD
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
427d28ce
JH
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_LLROUND:
3999 * This symbol, if defined, indicates that the llround routine is
4000 * available to return the nearest long long value.
4001 */
4002#$d_llround HAS_LLROUND /**/
4003
4004/* HAS_LOG1P:
f40bbcbf
MB
4005 * This symbol, if defined, indicates that the log1p routine is
4006 * available to do the logarithm of 1 plus argument function.
427d28ce
JH
4007 */
4008#$d_log1p HAS_LOG1P /**/
4009
4010/* HAS_LOG2:
f40bbcbf 4011 * This symbol, if defined, indicates that the log2 routine is
427d28ce
JH
4012 * available to do the log2 function.
4013 */
4014#$d_log2 HAS_LOG2 /**/
4015
4016/* HAS_LOGB:
f40bbcbf 4017 * This symbol, if defined, indicates that the logb routine is
427d28ce
JH
4018 * available to do the logb function.
4019 */
4020#$d_logb HAS_LOGB /**/
4021
4022/* HAS_LRINT:
4023 * This symbol, if defined, indicates that the lrint routine is
4024 * available to return the closest integral value according to
4025 * the current rounding mode.
4026 */
4027#$d_lrint HAS_LRINT /**/
4028
4029/* HAS_LROUND:
4030 * This symbol, if defined, indicates that the lround routine is
4031 * available to return the nearest integral value.
4032 */
4033#$d_lround HAS_LROUND /**/
4034
ed140128
AD
4035/* HAS_MADVISE:
4036 * This symbol, if defined, indicates that the madvise system call is
4037 * available to map a file into memory.
4038 */
4039#$d_madvise HAS_MADVISE /**/
4040
4041/* HAS_MALLOC_SIZE:
4042 * This symbol, if defined, indicates that the malloc_size
4043 * routine is available for use.
4044 */
4045#$d_malloc_size HAS_MALLOC_SIZE /**/
4046
4047/* HAS_MALLOC_GOOD_SIZE:
4048 * This symbol, if defined, indicates that the malloc_good_size
4049 * routine is available for use.
4050 */
4051#$d_malloc_good_size HAS_MALLOC_GOOD_SIZE /**/
4052
4053/* HAS_MKDTEMP:
4054 * This symbol, if defined, indicates that the mkdtemp routine is
4055 * available to exclusively create a uniquely named temporary directory.
4056 */
4057#$d_mkdtemp HAS_MKDTEMP /**/
4058
4059/* HAS_MKSTEMPS:
4060 * This symbol, if defined, indicates that the mkstemps routine is
cd95ead5 4061 * available to exclusively create and open a uniquely named
ed140128
AD
4062 * (with a suffix) temporary file.
4063 */
4064#$d_mkstemps HAS_MKSTEMPS /**/
4065
4066/* HAS_MODFL:
4067 * This symbol, if defined, indicates that the modfl routine is
4068 * available to split a long double x into a fractional part f and
4069 * an integer part i such that |f| < 1.0 and (f + i) = x.
4070 */
4071/* HAS_MODFL_PROTO:
4072 * This symbol, if defined, indicates that the system provides
4073 * a prototype for the modfl() function. Otherwise, it is up
4074 * to the program to supply one.
4075 */
4076/* HAS_MODFL_POW32_BUG:
4077 * This symbol, if defined, indicates that the modfl routine is
4078 * broken for long doubles >= pow(2, 32).
4079 * For example from 4294967303.150000 one would get 4294967302.000000
4080 * and 1.150000. The bug has been seen in certain versions of glibc,
4081 * release 2.2.2 is known to be okay.
4082 */
4083#$d_modfl HAS_MODFL /**/
4084#$d_modflproto HAS_MODFL_PROTO /**/
4085#$d_modfl_pow32_bug HAS_MODFL_POW32_BUG /**/
4086
4087/* HAS_MPROTECT:
4088 * This symbol, if defined, indicates that the mprotect system call is
4089 * available to modify the access protection of a memory mapped file.
4090 */
4091#$d_mprotect HAS_MPROTECT /**/
4092
4093/* HAS_STRUCT_MSGHDR:
4094 * This symbol, if defined, indicates that the struct msghdr
4095 * is supported.
4096 */
4097#$d_msghdr_s HAS_STRUCT_MSGHDR /**/
4098
f40bbcbf
MB
4099/* HAS_NAN:
4100 * This symbol, if defined, indicates that the nan routine is
4101 * available to generate NaN.
4102 */
4103#$d_nan HAS_NAN /**/
4104
4105/* HAS_NEARBYINT:
4106 * This symbol, if defined, indicates that the nearbyint routine is
4107 * available to return the integral value closest to (according to
4108 * the current rounding mode) to x.
4109 */
4110#$d_nearbyint HAS_NEARBYINT /**/
4111
4112/* HAS_NEXTAFTER:
4113 * This symbol, if defined, indicates that the nextafter routine is
4114 * available to return the next machine representable double from
4115 * x in direction y.
4116 */
4117#$d_nextafter HAS_NEXTAFTER /**/
4118
4119/* HAS_NEXTTOWARD:
4120 * This symbol, if defined, indicates that the nexttoward routine is
4121 * available to return the next machine representable long double from
4122 * x in direction y.
4123 */
4124#$d_nexttoward HAS_NEXTTOWARD /**/
4125
ed140128
AD
4126/* HAS_NL_LANGINFO:
4127 * This symbol, if defined, indicates that the nl_langinfo routine is
4128 * available to return local data. You will also need <langinfo.h>
4129 * and therefore I_LANGINFO.
4130 */
4131#$d_nl_langinfo HAS_NL_LANGINFO /**/
4132
4133/* HAS_OFF64_T:
4134 * This symbol will be defined if the C compiler supports off64_t.
4135 */
4136#$d_off64_t HAS_OFF64_T /**/
4137
c796e3db
MB
4138/* HAS_PRCTL:
4139 * This symbol, if defined, indicates that the prctl routine is
4140 * available to set process title.
b75ee85b
JH
4141 * Note that there are at least two prctl variants: Linux and Irix.
4142 * While they are somewhat similar, they are incompatible.
c796e3db
MB
4143 */
4144/* HAS_PRCTL_SET_NAME:
4145 * This symbol, if defined, indicates that the prctl routine is
4146 * available to set process title and supports PR_SET_NAME.
4147 */
4148#$d_prctl HAS_PRCTL /**/
4149#$d_prctl_set_name HAS_PRCTL_SET_NAME /**/
4150
ed140128
AD
4151/* HAS_PROCSELFEXE:
4152 * This symbol is defined if PROCSELFEXE_PATH is a symlink
4153 * to the absolute pathname of the executing program.
4154 */
4155/* PROCSELFEXE_PATH:
4156 * If HAS_PROCSELFEXE is defined this symbol is the filename
4157 * of the symbolic link pointing to the absolute pathname of
4158 * the executing program.
4159 */
4160#$d_procselfexe HAS_PROCSELFEXE /**/
4161#if defined(HAS_PROCSELFEXE) && !defined(PROCSELFEXE_PATH)
4162#define PROCSELFEXE_PATH $procselfexe /**/
4163#endif
4164
4165/* HAS_PTHREAD_ATTR_SETSCOPE:
4166 * This symbol, if defined, indicates that the pthread_attr_setscope
4167 * system call is available to set the contention scope attribute of
4168 * a thread attribute object.
4169 */
4170#$d_pthread_attr_setscope HAS_PTHREAD_ATTR_SETSCOPE /**/
4171
0e0c5f82
MB
4172/* HAS_PTRDIFF_T:
4173 * This symbol will be defined if the C compiler supports ptrdiff_t.
4174 */
4175#$d_ptrdiff_t HAS_PTRDIFF_T /**/
4176
ed140128
AD
4177/* HAS_READV:
4178 * This symbol, if defined, indicates that the readv routine is
4179 * available to do gather reads. You will also need <sys/uio.h>
4180 * and there I_SYSUIO.
4181 */
4182#$d_readv HAS_READV /**/
4183
4184/* HAS_RECVMSG:
4185 * This symbol, if defined, indicates that the recvmsg routine is
4186 * available to send structured socket messages.
4187 */
4188#$d_recvmsg HAS_RECVMSG /**/
4189
f40bbcbf
MB
4190/* HAS_REMAINDER:
4191 * This symbol, if defined, indicates that the remainder routine is
4192 * available to return the floating-point remainder.
4193 */
4194#$d_remainder HAS_REMAINDER /**/
4195
4196/* HAS_REMQUO:
4197 * This symbol, if defined, indicates that the remquo routine is
4198 * available to return the remainder and part of quotient.
4199 */
4200#$d_remquo HAS_REMQUO /**/
4201
4202/* HAS_RINT:
4203 * This symbol, if defined, indicates that the rint routine is
4204 * available to return the nearest integral value to x as double
4205 * using the current rounding mode.
4206 */
4207#$d_rint HAS_RINT /**/
4208
4209/* HAS_ROUND:
4210 * This symbol, if defined, indicates that the round routine is
4211 * available to round to nearest integer, away from zero.
4212 */
4213#$d_round HAS_ROUND /**/
4214
ed140128
AD
4215/* HAS_SBRK_PROTO:
4216 * This symbol, if defined, indicates that the system provides
4217 * a prototype for the sbrk() function. Otherwise, it is up
4218 * to the program to supply one. Good guesses are
4219 * extern void* sbrk(int);
4220 * extern void* sbrk(size_t);
4221 */
4222#$d_sbrkproto HAS_SBRK_PROTO /**/
4223
427d28ce 4224/* HAS_SCALBN:
f40bbcbf
MB
4225 * This symbol, if defined, indicates that the scalbn routine is
4226 * available to multiply floating-point number by integral power
4227 * of radix.
427d28ce
JH
4228 */
4229#$d_scalbn HAS_SCALBN /**/
4230
ed140128
AD
4231/* HAS_SCALBNL:
4232 * This symbol, if defined, indicates that the scalbnl routine is
4233 * available. If ilogbl is also present we can emulate frexpl.
4234 */
4235#$d_scalbnl HAS_SCALBNL /**/
4236
4237/* HAS_SENDMSG:
4238 * This symbol, if defined, indicates that the sendmsg routine is
4239 * available to send structured socket messages.
4240 */
4241#$d_sendmsg HAS_SENDMSG /**/
4242
4243/* HAS_SETITIMER:
4244 * This symbol, if defined, indicates that the setitimer routine is
4245 * available to set interval timers.
4246 */
4247#$d_setitimer HAS_SETITIMER /**/
4248
4249/* HAS_SETPROCTITLE:
4250 * This symbol, if defined, indicates that the setproctitle routine is
4251 * available to set process title.
4252 */
4253#$d_setproctitle HAS_SETPROCTITLE /**/
4254
ed140128
AD
4255/* HAS_SIGNBIT:
4256 * This symbol, if defined, indicates that the signbit routine is
4257 * available to check if the given number has the sign bit set.
4258 * This should include correct testing of -0.0. This will only be set
4259 * if the signbit() routine is safe to use with the NV type used internally
4260 * in perl. Users should call Perl_signbit(), which will be #defined to
4261 * the system's signbit() function or macro if this symbol is defined.
4262 */
4263#$d_signbit HAS_SIGNBIT /**/
4264
4265/* HAS_SIGPROCMASK:
4266 * This symbol, if defined, indicates that the sigprocmask
4267 * system call is available to examine or change the signal mask
4268 * of the calling process.
4269 */
4270#$d_sigprocmask HAS_SIGPROCMASK /**/
4271
4272/* USE_SITECUSTOMIZE:
4273 * This symbol, if defined, indicates that sitecustomize should
4274 * be used.
4275 */
4276#ifndef USE_SITECUSTOMIZE
4277#$usesitecustomize USE_SITECUSTOMIZE /**/
4278#endif
4279
4280/* HAS_SNPRINTF:
4281 * This symbol, if defined, indicates that the snprintf () library
4282 * function is available for use.
4283 */
4284/* HAS_VSNPRINTF:
4285 * This symbol, if defined, indicates that the vsnprintf () library
4286 * function is available for use.
4287 */
4288#$d_snprintf HAS_SNPRINTF /**/
4289#$d_vsnprintf HAS_VSNPRINTF /**/
4290
4291/* HAS_SOCKATMARK:
4292 * This symbol, if defined, indicates that the sockatmark routine is
4293 * available to test whether a socket is at the out-of-band mark.
4294 */
4295#$d_sockatmark HAS_SOCKATMARK /**/
4296
4297/* HAS_SOCKATMARK_PROTO:
4298 * This symbol, if defined, indicates that the system provides
4299 * a prototype for the sockatmark() function. Otherwise, it is up
4300 * to the program to supply one. A good guess is
4301 * extern int sockatmark(int);
4302 */
4303#$d_sockatmarkproto HAS_SOCKATMARK_PROTO /**/
4304
4305/* HAS_SOCKS5_INIT:
4306 * This symbol, if defined, indicates that the socks5_init routine is
4307 * available to initialize SOCKS 5.
4308 */
4309#$d_socks5_init HAS_SOCKS5_INIT /**/
4310
4311/* SPRINTF_RETURNS_STRLEN:
4312 * This variable defines whether sprintf returns the length of the string
4313 * (as per the ANSI spec). Some C libraries retain compatibility with
4314 * pre-ANSI C and return a pointer to the passed in buffer; for these
4315 * this variable will be undef.
4316 */
4317#$d_sprintf_returns_strlen SPRINTF_RETURNS_STRLEN /**/
4318
4319/* HAS_SQRTL:
4320 * This symbol, if defined, indicates that the sqrtl routine is
4321 * available to do long double square roots.
4322 */
4323#$d_sqrtl HAS_SQRTL /**/
4324
4325/* HAS_SETRESGID_PROTO:
4326 * This symbol, if defined, indicates that the system provides
4327 * a prototype for the setresgid() function. Otherwise, it is up
4328 * to the program to supply one. Good guesses are
4329 * extern int setresgid(uid_t ruid, uid_t euid, uid_t suid);
4330 */
4331#$d_sresgproto HAS_SETRESGID_PROTO /**/
4332
4333/* HAS_SETRESUID_PROTO:
4334 * This symbol, if defined, indicates that the system provides
4335 * a prototype for the setresuid() function. Otherwise, it is up
4336 * to the program to supply one. Good guesses are
4337 * extern int setresuid(uid_t ruid, uid_t euid, uid_t suid);
4338 */
4339#$d_sresuproto HAS_SETRESUID_PROTO /**/
4340
4341/* HAS_STRUCT_STATFS_F_FLAGS:
4342 * This symbol, if defined, indicates that the struct statfs
4343 * does have the f_flags member containing the mount flags of
4344 * the filesystem containing the file.
4345 * This kind of struct statfs is coming from <sys/mount.h> (BSD 4.3),
4346 * not from <sys/statfs.h> (SYSV). Older BSDs (like Ultrix) do not
4347 * have statfs() and struct statfs, they have ustat() and getmnt()
4348 * with struct ustat and struct fs_data.
4349 */
4350#$d_statfs_f_flags HAS_STRUCT_STATFS_F_FLAGS /**/
4351
4352/* HAS_STRUCT_STATFS:
4353 * This symbol, if defined, indicates that the struct statfs
4354 * to do statfs() is supported.
4355 */
4356#$d_statfs_s HAS_STRUCT_STATFS /**/
4357
4358/* HAS_FSTATVFS:
4359 * This symbol, if defined, indicates that the fstatvfs routine is
4360 * available to stat filesystems by file descriptors.
4361 */
4362#$d_fstatvfs HAS_FSTATVFS /**/
4363
4364/* HAS_STRFTIME:
4365 * This symbol, if defined, indicates that the strftime routine is
4366 * available to do time formatting.
4367 */
4368#$d_strftime HAS_STRFTIME /**/
4369
4370/* HAS_STRLCAT:
4371 * This symbol, if defined, indicates that the strlcat () routine is
4372 * available to do string concatenation.
4373 */
4374#$d_strlcat HAS_STRLCAT /**/
4375
4376/* HAS_STRLCPY:
4377 * This symbol, if defined, indicates that the strlcpy () routine is
4378 * available to do string copying.
4379 */
4380#$d_strlcpy HAS_STRLCPY /**/
4381
4382/* HAS_STRTOLD:
4383 * This symbol, if defined, indicates that the strtold routine is
4384 * available to convert strings to long doubles.
4385 */
4386#$d_strtold HAS_STRTOLD /**/
4387
4388/* HAS_STRTOLL:
4389 * This symbol, if defined, indicates that the strtoll routine is
4390 * available to convert strings to long longs.
4391 */
4392#$d_strtoll HAS_STRTOLL /**/
4393
4394/* HAS_STRTOQ:
4395 * This symbol, if defined, indicates that the strtoq routine is
4396 * available to convert strings to long longs (quads).
4397 */
4398#$d_strtoq HAS_STRTOQ /**/
4399
4400/* HAS_STRTOULL:
4401 * This symbol, if defined, indicates that the strtoull routine is
4402 * available to convert strings to unsigned long longs.
4403 */
4404#$d_strtoull HAS_STRTOULL /**/
4405
4406/* HAS_STRTOUQ:
4407 * This symbol, if defined, indicates that the strtouq routine is
4408 * available to convert strings to unsigned long longs (quads).
4409 */
4410#$d_strtouq HAS_STRTOUQ /**/
4411
4412/* HAS_SYSCALL_PROTO:
4413 * This symbol, if defined, indicates that the system provides
4414 * a prototype for the syscall() function. Otherwise, it is up
4415 * to the program to supply one. Good guesses are
4416 * extern int syscall(int, ...);
4417 * extern int syscall(long, ...);
4418 */
4419#$d_syscallproto HAS_SYSCALL_PROTO /**/
4420
4421/* HAS_TELLDIR_PROTO:
4422 * This symbol, if defined, indicates that the system provides
4423 * a prototype for the telldir() function. Otherwise, it is up
4424 * to the program to supply one. A good guess is
4425 * extern long telldir(DIR*);
4426 */
4427#$d_telldirproto HAS_TELLDIR_PROTO /**/
4428
f40bbcbf
MB
4429/* HAS_TGAMMA:
4430 * This symbol, if defined, indicates that the tgamma routine is
4431 * available to do the gamma function. See also HAS_LGAMMA.
4432 */
4433#$d_tgamma HAS_TGAMMA /**/
4434
96938616
MB
4435/* HAS_CTIME64:
4436 * This symbol, if defined, indicates that the ctime64 () routine is
4437 * available to do the 64bit variant of ctime ()
4438 */
4439/* HAS_LOCALTIME64:
4440 * This symbol, if defined, indicates that the localtime64 () routine is
4441 * available to do the 64bit variant of localtime ()
4442 */
4443/* HAS_GMTIME64:
4444 * This symbol, if defined, indicates that the gmtime64 () routine is
4445 * available to do the 64bit variant of gmtime ()
4446 */
4447/* HAS_MKTIME64:
4448 * This symbol, if defined, indicates that the mktime64 () routine is
4449 * available to do the 64bit variant of mktime ()
4450 */
4451/* HAS_DIFFTIME64:
4452 * This symbol, if defined, indicates that the difftime64 () routine is
4453 * available to do the 64bit variant of difftime ()
4454 */
4455/* HAS_ASCTIME64:
4456 * This symbol, if defined, indicates that the asctime64 () routine is
4457 * available to do the 64bit variant of asctime ()
4458 */
4459#$d_ctime64 HAS_CTIME64 /**/
4460#$d_localtime64 HAS_LOCALTIME64 /**/
4461#$d_gmtime64 HAS_GMTIME64 /**/
4462#$d_mktime64 HAS_MKTIME64 /**/
4463#$d_difftime64 HAS_DIFFTIME64 /**/
4464#$d_asctime64 HAS_ASCTIME64 /**/
4465
cbb9e8a7
MB
4466/* HAS_TIMEGM:
4467 * This symbol, if defined, indicates that the timegm routine is
4468 * available to do the opposite of gmtime ()
4469 */
4470#$d_timegm HAS_TIMEGM /**/
4471
427d28ce 4472/* HAS_TRUNC:
f40bbcbf
MB
4473 * This symbol, if defined, indicates that the trunc routine is
4474 * available to round doubles towards zero.
427d28ce
JH
4475 */
4476#$d_trunc HAS_TRUNC /**/
4477
d6f85a58
MB
4478/* HAS_TRUNCL:
4479 * This symbol, if defined, indicates that the truncl routine is
4480 * available. If copysignl is also present we can emulate modfl.
4481 */
4482#$d_truncl HAS_TRUNCL /**/
4483
ed140128
AD
4484/* U32_ALIGNMENT_REQUIRED:
4485 * This symbol, if defined, indicates that you must access
4486 * character data through U32-aligned pointers.
4487 */
4488#ifndef U32_ALIGNMENT_REQUIRED
4489#$d_u32align U32_ALIGNMENT_REQUIRED /**/
4490#endif
4491
4492/* HAS_UALARM:
4493 * This symbol, if defined, indicates that the ualarm routine is
4494 * available to do alarms with microsecond granularity.
4495 */
4496#$d_ualarm HAS_UALARM /**/
4497
4498/* HAS_UNORDERED:
4499 * This symbol, if defined, indicates that the unordered routine is
4500 * available to check whether two doubles are unordered
4501 * (effectively: whether either of them is NaN)
4502 */
4503#$d_unordered HAS_UNORDERED /**/
4504
4505/* HAS_UNSETENV:
4506 * This symbol, if defined, indicates that the unsetenv () routine is
4507 * available for use.
4508 */
4509#$d_unsetenv HAS_UNSETENV /**/
4510
4511/* HAS_USLEEP_PROTO:
4512 * This symbol, if defined, indicates that the system provides
4513 * a prototype for the usleep() function. Otherwise, it is up
4514 * to the program to supply one. A good guess is
4515 * extern int usleep(useconds_t);
4516 */
4517#$d_usleepproto HAS_USLEEP_PROTO /**/
4518
4519/* HAS_USTAT:
4520 * This symbol, if defined, indicates that the ustat system call is
4521 * available to query file system statistics by dev_t.
4522 */
4523#$d_ustat HAS_USTAT /**/
4524
9cdcdad1
MB
4525/* HAS_WCSCMP:
4526 * This symbol, if defined, indicates that the wcscmp routine is
4527 * available to compare two wide character strings.
4528 */
4529#$d_wcscmp HAS_WCSCMP /**/
4530
4531/* HAS_WCSXFRM:
4532 * This symbol, if defined, indicates that the wcsxfrm routine is
4533 * available to tranform a wide character string for wcscmp().
4534 */
4535#$d_wcsxfrm HAS_WCSXFRM /**/
4536
ed140128
AD
4537/* HAS_WRITEV:
4538 * This symbol, if defined, indicates that the writev routine is
4539 * available to do scatter writes.
4540 */
4541#$d_writev HAS_WRITEV /**/
4542
4543/* USE_DYNAMIC_LOADING:
4544 * This symbol, if defined, indicates that dynamic loading of
4545 * some sort is available.
4546 */
4547#$usedl USE_DYNAMIC_LOADING /**/
4548
4549/* FFLUSH_NULL:
a05353bf
MB
4550 * This symbol, if defined, tells that fflush(NULL) correctly
4551 * flushes all pending stdio output without side effects. In
4552 * particular, on some platforms calling fflush(NULL) *still*
4553 * corrupts STDIN if it is a pipe.
ed140128
AD
4554 */
4555/* FFLUSH_ALL:
4556 * This symbol, if defined, tells that to flush
4557 * all pending stdio output one must loop through all
4558 * the stdio file handles stored in an array and fflush them.
4559 * Note that if fflushNULL is defined, fflushall will not
4560 * even be probed for and will be left undefined.
4561 */
4562#$fflushNULL FFLUSH_NULL /**/
4563#$fflushall FFLUSH_ALL /**/
4564
c0bacbef
MB
4565/* I_ASSERT:
4566 * This symbol, if defined, indicates that <assert.h> exists and
4567 * could be included by the C program to get the assert() macro.
4568 */
4569#$i_assert I_ASSERT /**/
4570
470dd224
JH
4571/* I_BFD:
4572 * This symbol, if defined, indicates that <bfd.h> exists and
f6a82ade 4573 * can be included.
470dd224
JH
4574 */
4575#$i_bfd I_BFD /**/
4576
ed140128
AD
4577/* I_CRYPT:
4578 * This symbol, if defined, indicates that <crypt.h> exists and
4579 * should be included.
4580 */
4581#$i_crypt I_CRYPT /**/
4582
4583/* DB_Prefix_t:
4584 * This symbol contains the type of the prefix structure element
4585 * in the <db.h> header file. In older versions of DB, it was
4586 * int, while in newer ones it is u_int32_t.
4587 */
4588/* DB_Hash_t:
4589 * This symbol contains the type of the prefix structure element
4590 * in the <db.h> header file. In older versions of DB, it was
4591 * int, while in newer ones it is size_t.
4592 */
4593/* DB_VERSION_MAJOR_CFG:
4594 * This symbol, if defined, defines the major version number of
4595 * Berkeley DB found in the <db.h> header when Perl was configured.
4596 */
4597/* DB_VERSION_MINOR_CFG:
4598 * This symbol, if defined, defines the minor version number of
4599 * Berkeley DB found in the <db.h> header when Perl was configured.
4600 * For DB version 1 this is always 0.
4601 */
4602/* DB_VERSION_PATCH_CFG:
4603 * This symbol, if defined, defines the patch version number of
4604 * Berkeley DB found in the <db.h> header when Perl was configured.
4605 * For DB version 1 this is always 0.
4606 */
4607#define DB_Hash_t $db_hashtype /**/
4608#define DB_Prefix_t $db_prefixtype /**/
4609#define DB_VERSION_MAJOR_CFG $db_version_major /**/
4610#define DB_VERSION_MINOR_CFG $db_version_minor /**/
4611#define DB_VERSION_PATCH_CFG $db_version_patch /**/
4612
d0166596
MB
4613/* I_FENV:
4614 * This symbol, if defined, indicates to the C program that it should
4615 * include <fenv.h> to get the floating point environment definitions.
4616 */
4617#$i_fenv I_FENV /**/
4618
ed140128
AD
4619/* I_FP:
4620 * This symbol, if defined, indicates that <fp.h> exists and
4621 * should be included.
4622 */
4623#$i_fp I_FP /**/
4624
4625/* I_FP_CLASS:
4626 * This symbol, if defined, indicates that <fp_class.h> exists and
4627 * should be included.
4628 */
4629#$i_fp_class I_FP_CLASS /**/
4630
4631/* I_IEEEFP:
4632 * This symbol, if defined, indicates that <ieeefp.h> exists and
4633 * should be included.
4634 */
4635#$i_ieeefp I_IEEEFP /**/
4636
4637/* I_INTTYPES:
4638 * This symbol, if defined, indicates to the C program that it should
4639 * include <inttypes.h>.
4640 */
4641#$i_inttypes I_INTTYPES /**/
4642
4643/* I_LANGINFO:
4644 * This symbol, if defined, indicates that <langinfo.h> exists and
4645 * should be included.
4646 */
4647#$i_langinfo I_LANGINFO /**/
4648
4649/* I_LIBUTIL:
4650 * This symbol, if defined, indicates that <libutil.h> exists and
4651 * should be included.
4652 */
4653#$i_libutil I_LIBUTIL /**/
4654
a33f2d9f
AD
4655/* I_MALLOCMALLOC:
4656 * This symbol, if defined, indicates to the C program that it should
4657 * include <malloc/malloc.h>.
4658 */
4659#$i_mallocmalloc I_MALLOCMALLOC /**/
4660
ed140128
AD
4661/* I_MNTENT:
4662 * This symbol, if defined, indicates that <mntent.h> exists and
4663 * should be included.
4664 */
4665#$i_mntent I_MNTENT /**/
4666
4667/* I_NETINET_TCP:
4668 * This symbol, if defined, indicates to the C program that it should
4669 * include <netinet/tcp.h>.
4670 */
4671#$i_netinettcp I_NETINET_TCP /**/
4672
4673/* I_POLL:
4674 * This symbol, if defined, indicates that <poll.h> exists and
4675 * should be included. (see also HAS_POLL)
4676 */
4677#$i_poll I_POLL /**/
4678
4679/* I_PROT:
4680 * This symbol, if defined, indicates that <prot.h> exists and
4681 * should be included.
4682 */
4683#$i_prot I_PROT /**/
4684
f40bbcbf
MB
4685/* I_QUADMATH:
4686 * This symbol, if defined, indicates that <quadmath.h> exists and
4687 * should be included.
4688 */
4689#$i_quadmath I_QUADMATH /**/
4690
ed140128
AD
4691/* I_SHADOW:
4692 * This symbol, if defined, indicates that <shadow.h> exists and
4693 * should be included.
4694 */
4695#$i_shadow I_SHADOW /**/
4696
4697/* I_SOCKS:
4698 * This symbol, if defined, indicates that <socks.h> exists and
4699 * should be included.
4700 */
4701#$i_socks I_SOCKS /**/
4702
06501368
MB
4703/* I_STDBOOL:
4704 * This symbol, if defined, indicates that <stdbool.h> exists and
4705 * can be included.
4706 */
4707#$i_stdbool I_STDBOOL /**/
4708
d0166596
MB
4709/* I_STDINT:
4710 * This symbol, if defined, indicates that <stdint.h> exists and
4711 * should be included.
4712 */
4713#$i_stdint I_STDINT /**/
4714
ed140128
AD
4715/* I_SUNMATH:
4716 * This symbol, if defined, indicates that <sunmath.h> exists and
4717 * should be included.
4718 */
4719#$i_sunmath I_SUNMATH /**/
4720
4721/* I_SYSLOG:
4722 * This symbol, if defined, indicates that <syslog.h> exists and
4723 * should be included.
4724 */
4725#$i_syslog I_SYSLOG /**/
4726
4727/* I_SYSMODE:
4728 * This symbol, if defined, indicates that <sys/mode.h> exists and
4729 * should be included.
4730 */
4731#$i_sysmode I_SYSMODE /**/
4732
4733/* I_SYS_MOUNT:
4734 * This symbol, if defined, indicates that <sys/mount.h> exists and
4735 * should be included.
4736 */
4737#$i_sysmount I_SYS_MOUNT /**/
4738
4739/* I_SYS_STATFS:
4740 * This symbol, if defined, indicates that <sys/statfs.h> exists.
4741 */
4742#$i_sysstatfs I_SYS_STATFS /**/
4743
4744/* I_SYS_STATVFS:
4745 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
4746 * should be included.
4747 */
4748#$i_sysstatvfs I_SYS_STATVFS /**/
4749
4750/* I_SYSUTSNAME:
4751 * This symbol, if defined, indicates that <sys/utsname.h> exists and
4752 * should be included.
4753 */
4754#$i_sysutsname I_SYSUTSNAME /**/
4755
4756/* I_SYS_VFS:
4757 * This symbol, if defined, indicates that <sys/vfs.h> exists and
4758 * should be included.
4759 */
4760#$i_sysvfs I_SYS_VFS /**/
4761
4762/* I_USTAT:
4763 * This symbol, if defined, indicates that <ustat.h> exists and
4764 * should be included.
4765 */
4766#$i_ustat I_USTAT /**/
4767
4768/* PERL_PRIfldbl:
4769 * This symbol, if defined, contains the string used by stdio to
4770 * format long doubles (format 'f') for output.
4771 */
4772/* PERL_PRIgldbl:
4773 * This symbol, if defined, contains the string used by stdio to
4774 * format long doubles (format 'g') for output.
4775 */
4776/* PERL_PRIeldbl:
4777 * This symbol, if defined, contains the string used by stdio to
4778 * format long doubles (format 'e') for output.
4779 */
4780/* PERL_SCNfldbl:
4781 * This symbol, if defined, contains the string used by stdio to
4782 * format long doubles (format 'f') for input.
4783 */
f40bbcbf
MB
4784/* DOUBLEKIND:
4785 * DOUBLEKIND will be one of
4786 * DOUBLE_IS_IEEE_754_32_BIT_LITTLE_ENDIAN
4787 * DOUBLE_IS_IEEE_754_32_BIT_BIG_ENDIAN
4788 * DOUBLE_IS_IEEE_754_64_BIT_LITTLE_ENDIAN
4789 * DOUBLE_IS_IEEE_754_64_BIT_BIG_ENDIAN
4790 * DOUBLE_IS_IEEE_754_128_BIT_LITTLE_ENDIAN
4791 * DOUBLE_IS_IEEE_754_128_BIT_BIG_ENDIAN
4792 * DOUBLE_IS_IEEE_754_64_BIT_MIXED_ENDIAN_LE_BE
4793 * DOUBLE_IS_IEEE_754_64_BIT_MIXED_ENDIAN_BE_LE
4794 * DOUBLE_IS_UNKNOWN_FORMAT
4795 */
4796#define DOUBLEKIND $doublekind /**/
4797#define DOUBLE_IS_IEEE_754_32_BIT_LITTLE_ENDIAN 1
4798#define DOUBLE_IS_IEEE_754_32_BIT_BIG_ENDIAN 2
4799#define DOUBLE_IS_IEEE_754_64_BIT_LITTLE_ENDIAN 3
4800#define DOUBLE_IS_IEEE_754_64_BIT_BIG_ENDIAN 4
4801#define DOUBLE_IS_IEEE_754_128_BIT_LITTLE_ENDIAN 5
4802#define DOUBLE_IS_IEEE_754_128_BIT_BIG_ENDIAN 6
4803#define DOUBLE_IS_IEEE_754_64_BIT_MIXED_ENDIAN_LE_BE 7
4804#define DOUBLE_IS_IEEE_754_64_BIT_MIXED_ENDIAN_BE_LE 8
4805#define DOUBLE_IS_UNKNOWN_FORMAT -1
ed140128
AD
4806#$d_PRIfldbl PERL_PRIfldbl $sPRIfldbl /**/
4807#$d_PRIgldbl PERL_PRIgldbl $sPRIgldbl /**/
4808#$d_PRIeldbl PERL_PRIeldbl $sPRIeldbl /**/
4809#$d_SCNfldbl PERL_SCNfldbl $sSCNfldbl /**/
4810
ed140128
AD
4811/* NEED_VA_COPY:
4812 * This symbol, if defined, indicates that the system stores
4813 * the variable argument list datatype, va_list, in a format
4814 * that cannot be copied by simple assignment, so that some
4815 * other means must be used when copying is required.
4816 * As such systems vary in their provision (or non-provision)
4817 * of copying mechanisms, handy.h defines a platform-
4818 * independent macro, Perl_va_copy(src, dst), to do the job.
4819 */
4820#$need_va_copy NEED_VA_COPY /**/
4821
4822/* IVTYPE:
4823 * This symbol defines the C type used for Perl's IV.
4824 */
4825/* UVTYPE:
4826 * This symbol defines the C type used for Perl's UV.
4827 */
4828/* I8TYPE:
4829 * This symbol defines the C type used for Perl's I8.
4830 */
4831/* U8TYPE:
4832 * This symbol defines the C type used for Perl's U8.
4833 */
4834/* I16TYPE:
4835 * This symbol defines the C type used for Perl's I16.
4836 */
4837/* U16TYPE:
4838 * This symbol defines the C type used for Perl's U16.
4839 */
4840/* I32TYPE:
4841 * This symbol defines the C type used for Perl's I32.
4842 */
4843/* U32TYPE:
4844 * This symbol defines the C type used for Perl's U32.
4845 */
4846/* I64TYPE:
4847 * This symbol defines the C type used for Perl's I64.
4848 */
4849/* U64TYPE:
4850 * This symbol defines the C type used for Perl's U64.
4851 */
4852/* NVTYPE:
4853 * This symbol defines the C type used for Perl's NV.
fe749a9f 4854 */
08c92000
MB
4855/* IVSIZE:
4856 * This symbol contains the sizeof(IV).
758a5d79 4857 */
08c92000
MB
4858/* UVSIZE:
4859 * This symbol contains the sizeof(UV).
758a5d79 4860 */
08c92000
MB
4861/* I8SIZE:
4862 * This symbol contains the sizeof(I8).
a3540c92 4863 */
08c92000
MB
4864/* U8SIZE:
4865 * This symbol contains the sizeof(U8).
a33c94aa 4866 */
08c92000
MB
4867/* I16SIZE:
4868 * This symbol contains the sizeof(I16).
a33c94aa 4869 */
08c92000
MB
4870/* U16SIZE:
4871 * This symbol contains the sizeof(U16).
1e8c3fde 4872 */
08c92000
MB
4873/* I32SIZE:
4874 * This symbol contains the sizeof(I32).
fe749a9f 4875 */
08c92000
MB
4876/* U32SIZE:
4877 * This symbol contains the sizeof(U32).
fe749a9f 4878 */
08c92000
MB
4879/* I64SIZE:
4880 * This symbol contains the sizeof(I64).
3813c136 4881 */
08c92000
MB
4882/* U64SIZE:
4883 * This symbol contains the sizeof(U64).
51997bc3 4884 */
08c92000
MB
4885/* NVSIZE:
4886 * This symbol contains the sizeof(NV).
e67aeab1 4887 */
08c92000
MB
4888/* NV_PRESERVES_UV:
4889 * This symbol, if defined, indicates that a variable of type NVTYPE
4890 * can preserve all the bits of a variable of type UVTYPE.
fe749a9f 4891 */
08c92000
MB
4892/* NV_PRESERVES_UV_BITS:
4893 * This symbol contains the number of bits a variable of type NVTYPE
4894 * can preserve of a variable of type UVTYPE.
44b94491 4895 */
4137585d 4896/* NV_OVERFLOWS_INTEGERS_AT:
b68c599a
NC
4897 * This symbol gives the largest integer value that NVs can hold. This
4898 * value + 1.0 cannot be stored accurately. It is expressed as constant
cd95ead5 4899 * floating point expression to reduce the chance of decimal/binary
b68c599a
NC
4900 * conversion issues. If it can not be determined, the value 0 is given.
4901 */
17f6277d 4902/* NV_ZERO_IS_ALLBITS_ZERO:
ed140128
AD
4903 * This symbol, if defined, indicates that a variable of type NVTYPE
4904 * stores 0.0 in memory as all bits zero.
e5c9fcd0 4905 */
ed140128
AD
4906#define IVTYPE $ivtype /**/
4907#define UVTYPE $uvtype /**/
4908#define I8TYPE $i8type /**/
4909#define U8TYPE $u8type /**/
4910#define I16TYPE $i16type /**/
4911#define U16TYPE $u16type /**/
4912#define I32TYPE $i32type /**/
4913#define U32TYPE $u32type /**/
4914#ifdef HAS_QUAD
4915#define I64TYPE $i64type /**/
4916#define U64TYPE $u64type /**/
4917#endif
4918#define NVTYPE $nvtype /**/
4919#define IVSIZE $ivsize /**/
4920#define UVSIZE $uvsize /**/
4921#define I8SIZE $i8size /**/
4922#define U8SIZE $u8size /**/
4923#define I16SIZE $i16size /**/
4924#define U16SIZE $u16size /**/
4925#define I32SIZE $i32size /**/
4926#define U32SIZE $u32size /**/
4927#ifdef HAS_QUAD
4928#define I64SIZE $i64size /**/
4929#define U64SIZE $u64size /**/
4930#endif
4931#define NVSIZE $nvsize /**/
4932#$d_nv_preserves_uv NV_PRESERVES_UV
4933#define NV_PRESERVES_UV_BITS $nv_preserves_uv_bits
b68c599a 4934#define NV_OVERFLOWS_INTEGERS_AT $nv_overflows_integers_at
ed140128
AD
4935#$d_nv_zero_is_allbits_zero NV_ZERO_IS_ALLBITS_ZERO
4936#if UVSIZE == 8
4937# ifdef BYTEORDER
4938# if BYTEORDER == 0x1234
4939# undef BYTEORDER
4940# define BYTEORDER 0x12345678
4941# else
4942# if BYTEORDER == 0x4321
4943# undef BYTEORDER
4944# define BYTEORDER 0x87654321
4945# endif
4946# endif
4947# endif
4948#endif
e5c9fcd0 4949
ed140128
AD
4950/* IVdf:
4951 * This symbol defines the format string used for printing a Perl IV
4952 * as a signed decimal integer.
e5c9fcd0 4953 */
ed140128
AD
4954/* UVuf:
4955 * This symbol defines the format string used for printing a Perl UV
4956 * as an unsigned decimal integer.
693762b4 4957 */
ed140128
AD
4958/* UVof:
4959 * This symbol defines the format string used for printing a Perl UV
4960 * as an unsigned octal integer.
44b94491 4961 */
ed140128
AD
4962/* UVxf:
4963 * This symbol defines the format string used for printing a Perl UV
4964 * as an unsigned hexadecimal integer in lowercase abcdef.
104d25b7 4965 */
ed140128
AD
4966/* UVXf:
4967 * This symbol defines the format string used for printing a Perl UV
4968 * as an unsigned hexadecimal integer in uppercase ABCDEF.
76d49b1c 4969 */
ed140128
AD
4970/* NVef:
4971 * This symbol defines the format string used for printing a Perl NV
4972 * using %e-ish floating point format.
28e5dec8 4973 */
ed140128
AD
4974/* NVff:
4975 * This symbol defines the format string used for printing a Perl NV
4976 * using %f-ish floating point format.
ad27e871 4977 */
ed140128
AD
4978/* NVgf:
4979 * This symbol defines the format string used for printing a Perl NV
4980 * using %g-ish floating point format.
104d25b7 4981 */
ed140128
AD
4982#define IVdf $ivdformat /**/
4983#define UVuf $uvuformat /**/
4984#define UVof $uvoformat /**/
4985#define UVxf $uvxformat /**/
4986#define UVXf $uvXUformat /**/
4987#define NVef $nveformat /**/
4988#define NVff $nvfformat /**/
4989#define NVgf $nvgformat /**/
104d25b7 4990
ed140128
AD
4991/* SELECT_MIN_BITS:
4992 * This symbol holds the minimum number of bits operated by select.
4993 * That is, if you do select(n, ...), how many bits at least will be
4994 * cleared in the masks if some activity is detected. Usually this
4995 * is either n or 32*ceil(n/32), especially many little-endians do
4996 * the latter. This is only useful if you have select(), naturally.
a845a0d4 4997 */
ed140128 4998#define SELECT_MIN_BITS $selectminbits /**/
a845a0d4 4999
668fdbe1
MB
5000/* ST_INO_SIZE:
5001 * This variable contains the size of struct stat's st_ino in bytes.
5002 */
5003/* ST_INO_SIGN:
cfc2543a 5004 * This symbol holds the signedness of struct stat's st_ino.
668fdbe1
MB
5005 * 1 for unsigned, -1 for signed.
5006 */
5007#define ST_INO_SIGN $st_ino_sign /* st_ino sign */
5008#define ST_INO_SIZE $st_ino_size /* st_ino size */
5009
08c92000
MB
5010/* STARTPERL:
5011 * This variable contains the string to put in front of a perl
5012 * script to make sure (one hopes) that it runs with perl and not
5013 * some shell.
cb86ce0e 5014 */
08c92000 5015#define STARTPERL "$startperl" /**/
cb86ce0e 5016
08c92000
MB
5017/* HAS_STDIO_STREAM_ARRAY:
5018 * This symbol, if defined, tells that there is an array
5019 * holding the stdio streams.
4e0554ec 5020 */
08c92000
MB
5021/* STDIO_STREAM_ARRAY:
5022 * This symbol tells the name of the array holding the stdio streams.
5023 * Usual values include _iob, __iob, and __sF.
758a5d79 5024 */
08c92000 5025#$d_stdio_stream_array HAS_STDIO_STREAM_ARRAY /**/
4137585d 5026#ifdef HAS_STDIO_STREAM_ARRAY
08c92000 5027#define STDIO_STREAM_ARRAY $stdio_stream_array
4137585d 5028#endif
758a5d79 5029
81c4fd9e
MB
5030/* GMTIME_MAX:
5031 * This symbol contains the maximum value for the time_t offset that
5032 * the system function gmtime () accepts, and defaults to 0
5033 */
5034/* GMTIME_MIN:
5035 * This symbol contains the minimum value for the time_t offset that
5036 * the system function gmtime () accepts, and defaults to 0
5037 */
73e6e416
MB
5038/* LOCALTIME_MAX:
5039 * This symbol contains the maximum value for the time_t offset that
5040 * the system function localtime () accepts, and defaults to 0
5041 */
5042/* LOCALTIME_MIN:
5043 * This symbol contains the minimum value for the time_t offset that
5044 * the system function localtime () accepts, and defaults to 0
5045 */
5046#define GMTIME_MAX $sGMTIME_max /**/
5047#define GMTIME_MIN $sGMTIME_min /**/
5048#define LOCALTIME_MAX $sLOCALTIME_max /**/
5049#define LOCALTIME_MIN $sLOCALTIME_min /**/
81c4fd9e 5050
08c92000
MB
5051/* USE_64_BIT_INT:
5052 * This symbol, if defined, indicates that 64-bit integers should
5053 * be used when available. If not defined, the native integers
5054 * will be employed (be they 32 or 64 bits). The minimal possible
5055 * 64-bitness is used, just enough to get 64-bit integers into Perl.
5056 * This may mean using for example "long longs", while your memory
5057 * may still be limited to 2 gigabytes.
66fe083f 5058 */
08c92000
MB
5059/* USE_64_BIT_ALL:
5060 * This symbol, if defined, indicates that 64-bit integers should
5061 * be used when available. If not defined, the native integers
5062 * will be used (be they 32 or 64 bits). The maximal possible
5063 * 64-bitness is employed: LP64 or ILP64, meaning that you will
5064 * be able to use more than 2 gigabytes of memory. This mode is
5065 * even more binary incompatible than USE_64_BIT_INT. You may not
5066 * be able to run the resulting executable in a 32-bit CPU at all or
5067 * you may need at least to reboot your OS to 64-bit mode.
767df6a1 5068 */
08c92000
MB
5069#ifndef USE_64_BIT_INT
5070#$use64bitint USE_64_BIT_INT /**/
5071#endif
08c92000
MB
5072#ifndef USE_64_BIT_ALL
5073#$use64bitall USE_64_BIT_ALL /**/
5074#endif
a33c94aa 5075
f6a82ade
MB
5076/* USE_CBACKTRACE:
5077 * This symbol, if defined, indicates that Perl should
5078 * be built with support for backtrace.
5079 */
5080#$usecbacktrace USE_CBACKTRACE /**/
5081
0a3c33ab
MB
5082/* USE_DTRACE:
5083 * This symbol, if defined, indicates that Perl should
5084 * be built with support for DTrace.
5085 */
5086#$usedtrace USE_DTRACE /**/
5087
eaf812ae
MB
5088/* USE_FAST_STDIO:
5089 * This symbol, if defined, indicates that Perl should
5090 * be built to use 'fast stdio'.
5091 * Defaults to define in Perls 5.8 and earlier, to undef later.
5092 */
5093#ifndef USE_FAST_STDIO
5094#$usefaststdio USE_FAST_STDIO /**/
5095#endif
5096
d78f9ffa
MB
5097/* USE_KERN_PROC_PATHNAME:
5098 * This symbol, if defined, indicates that we can use sysctl with
5099 * KERN_PROC_PATHNAME to get a full path for the executable, and hence
5100 * convert $^X to an absolute path.
5101 */
5102#$usekernprocpathname USE_KERN_PROC_PATHNAME /**/
5103
08c92000
MB
5104/* USE_LARGE_FILES:
5105 * This symbol, if defined, indicates that large file support
5106 * should be used when available.
640374d0 5107 */
08c92000
MB
5108#ifndef USE_LARGE_FILES
5109#$uselargefiles USE_LARGE_FILES /**/
5110#endif
dfe9444c 5111
08c92000
MB
5112/* USE_LONG_DOUBLE:
5113 * This symbol, if defined, indicates that long doubles should
5114 * be used when available.
a845a0d4 5115 */
08c92000
MB
5116#ifndef USE_LONG_DOUBLE
5117#$uselongdouble USE_LONG_DOUBLE /**/
5118#endif
a845a0d4 5119
08c92000
MB
5120/* USE_MORE_BITS:
5121 * This symbol, if defined, indicates that 64-bit interfaces and
5122 * long doubles should be used when available.
758a5d79 5123 */
08c92000
MB
5124#ifndef USE_MORE_BITS
5125#$usemorebits USE_MORE_BITS /**/
5126#endif
758a5d79 5127
08c92000
MB
5128/* MULTIPLICITY:
5129 * This symbol, if defined, indicates that Perl should
5130 * be built to use multiplicity.
1acc7ade 5131 */
08c92000
MB
5132#ifndef MULTIPLICITY
5133#$usemultiplicity MULTIPLICITY /**/
5134#endif
1acc7ade 5135
d78f9ffa
MB
5136/* USE_NSGETEXECUTABLEPATH:
5137 * This symbol, if defined, indicates that we can use _NSGetExecutablePath
5138 * and realpath to get a full path for the executable, and hence convert
5139 * $^X to an absolute path.
5140 */
5141#$usensgetexecutablepath USE_NSGETEXECUTABLEPATH /**/
5142
08c92000
MB
5143/* USE_PERLIO:
5144 * This symbol, if defined, indicates that the PerlIO abstraction should
5145 * be used throughout. If not defined, stdio should be
5146 * used in a fully backward compatible manner.
5ff3f7a4 5147 */
08c92000
MB
5148#ifndef USE_PERLIO
5149#$useperlio USE_PERLIO /**/
5150#endif
5ff3f7a4 5151
f40bbcbf
MB
5152/* USE_QUADMATH:
5153 * This symbol, if defined, indicates that the quadmath library should
5154 * be used when available.
5155 */
5156#ifndef USE_QUADMATH
5157#$usequadmath USE_QUADMATH /**/
5158#endif
5159
08c92000
MB
5160/* USE_SOCKS:
5161 * This symbol, if defined, indicates that Perl should
5162 * be built to use socks.
a845a0d4 5163 */
08c92000
MB
5164#ifndef USE_SOCKS
5165#$usesocks USE_SOCKS /**/
5166#endif
a845a0d4 5167
fe14fcc3 5168#endif
8d063cd8 5169!GROK!THIS!
43dddb59 5170;;
11e2f395 5171esac