comparison perl-5.22.2/config_h.SH @ 8045:a16537d2fe07

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