1 /* This file was produced by running the config_h.SH script, which
2 * gets its values from uconfig.sh, which is generally produced by
5 * Feel free to modify any of this as the need arises. Note, however,
6 * that running config_h.SH again will wipe out any changes you've made.
7 * For a more permanent change edit uconfig.sh and rerun config_h.SH.
10 /* Package name : perl5
11 * Source directory : .
12 * Configuration time: Thu Jan 1 00:00:00 GMT 1970
13 * Configured by : root@localhost
14 * Target system : unknown
21 * This symbol holds the complete pathname to the sed program.
23 #define LOC_SED "" /**/
26 * This symbol, if defined, indicates that the alarm routine is
29 /*#define HAS_ALARM / **/
32 * This symbol is defined if the bcmp() routine is available to
33 * compare blocks of memory.
35 /*#define HAS_BCMP / **/
38 * This symbol is defined if the bcopy() routine is available to
39 * copy blocks of memory.
41 /*#define HAS_BCOPY / **/
44 * This symbol is defined if the bzero() routine is available to
45 * set a memory block to 0.
47 /*#define HAS_BZERO / **/
50 * This symbol, if defined, indicates that the chown routine is
53 /*#define HAS_CHOWN / **/
56 * This symbol, if defined, indicates that the chroot routine is
59 /*#define HAS_CHROOT / **/
62 * This symbol, if defined, indicates that the chsize routine is available
63 * to truncate files. You might need a -lx to get this routine.
65 /*#define HAS_CHSIZE / **/
68 * This symbol, if defined, indicates that the crypt routine is available
69 * to encrypt passwords and the like.
71 /*#define HAS_CRYPT / **/
74 * This symbol, if defined, indicates that the ctermid routine is
75 * available to generate filename for terminal.
77 /*#define HAS_CTERMID / **/
80 * This symbol, if defined, indicates that the cuserid routine is
81 * available to get character login names.
83 /*#define HAS_CUSERID / **/
86 * This symbol, if defined, indicates that this system's <float.h>
87 * or <limits.h> defines the symbol DBL_DIG, which is the number
88 * of significant digits in a double precision number. If this
89 * symbol is not defined, a guess of 15 is usually pretty good.
91 /*#define HAS_DBL_DIG / **/
94 * This symbol, if defined, indicates that the difftime routine is
97 /*#define HAS_DIFFTIME / **/
100 * This symbol, if defined, indicates that the dladdr routine is
101 * available to return information about stack addresses.
103 /*#define HAS_DLADDR / **/
106 * This symbol, if defined, indicates that the dlerror routine is
107 * available to return a string describing the last error that
108 * occurred from a call to dlopen(), dlclose() or dlsym().
110 /*#define HAS_DLERROR / **/
113 * This symbol, if defined, indicates that the backtrace routine is
114 * available to return backtrace information about the C stack.
116 /*#define HAS_BACKTRACE / **/
119 * This symbol, if defined, indicates that the dup2 routine is
120 * available to duplicate file descriptors.
122 /*#define HAS_DUP2 / **/
125 * This symbol, if defined, indicates that the fchmod routine is available
126 * to change mode of opened files. If unavailable, use chmod().
128 /*#define HAS_FCHMOD / **/
131 * This symbol, if defined, indicates that the fchown routine is available
132 * to change ownership of opened files. If unavailable, use chown().
134 /*#define HAS_FCHOWN / **/
137 * This symbol, if defined, indicates to the C program that
138 * the fcntl() function exists.
140 /*#define HAS_FCNTL / **/
143 * This symbol, if defined, indicates that the fgetpos routine is
144 * available to get the file position indicator, similar to ftell().
146 /*#define HAS_FGETPOS / **/
149 * This symbol, if defined, indicates that the flock routine is
150 * available to do file locking.
152 /*#define HAS_FLOCK / **/
155 * This symbol, if defined, indicates that the fork routine is
158 #define HAS_FORK /**/
161 * This symbol, if defined, indicates that the fsetpos routine is
162 * available to set the file position indicator, similar to fseek().
164 /*#define HAS_FSETPOS / **/
167 * This symbol, if defined, indicates that the gettimeofday() system
168 * call is available for a sub-second accuracy clock. Usually, the file
169 * <sys/resource.h> needs to be included (see I_SYS_RESOURCE).
170 * The type "Timeval" should be used to refer to "struct timeval".
172 /*#define HAS_GETTIMEOFDAY / **/
173 #ifdef HAS_GETTIMEOFDAY
174 #define Timeval struct timeval /* Structure used by gettimeofday() */
178 * This symbol, if defined, indicates that the getgroups() routine is
179 * available to get the list of process groups. If unavailable, multiple
180 * groups are probably not supported.
182 /*#define HAS_GETGROUPS / **/
185 * This symbol, if defined, indicates that the getlogin routine is
186 * available to get the login name.
188 /*#define HAS_GETLOGIN / **/
191 * This symbol, if defined, indicates to the C program that
192 * the getpgid(pid) function is available to get the
195 /*#define HAS_GETPGID / **/
198 * This symbol, if defined, indicates that the getpgrp2() (as in DG/UX)
199 * routine is available to get the current process group.
201 /*#define HAS_GETPGRP2 / **/
204 * This symbol, if defined, indicates that the getppid routine is
205 * available to get the parent process ID.
207 /*#define HAS_GETPPID / **/
210 * This symbol, if defined, indicates that the getpriority routine is
211 * available to get a process's priority.
213 /*#define HAS_GETPRIORITY / **/
216 * This symbol, if defined, indicates to the C program that the
217 * inet_aton() function is available to parse IP address "dotted-quad"
220 /*#define HAS_INET_ATON / **/
223 * This symbol, if defined, indicates that the killpg routine is available
224 * to kill process groups. If unavailable, you probably should use kill
225 * with a negative process number.
227 /*#define HAS_KILLPG / **/
230 * This symbol, if defined, indicates that the link routine is
231 * available to create hard links.
233 /*#define HAS_LINK / **/
236 * This symbol, if defined, indicates that the localeconv routine is
237 * available for numeric and monetary formatting conventions.
239 /*#define HAS_LOCALECONV / **/
242 * This symbol, if defined, indicates that the lockf routine is
243 * available to do file locking.
245 /*#define HAS_LOCKF / **/
248 * This symbol, if defined, indicates that the lstat routine is
249 * available to do file stats on symbolic links.
251 /*#define HAS_LSTAT / **/
254 * This symbol, if defined, indicates that the mblen routine is available
255 * to find the number of bytes in a multibye character.
257 /*#define HAS_MBLEN / **/
260 * This symbol, if defined, indicates that the mbstowcs routine is
261 * available to convert a multibyte string into a wide character string.
263 /*#define HAS_MBSTOWCS / **/
266 * This symbol, if defined, indicates that the mbtowc routine is available
267 * to convert a multibyte to a wide character.
269 /*#define HAS_MBTOWC / **/
272 * This symbol, if defined, indicates that the memcmp routine is available
273 * to compare blocks of memory.
275 #define HAS_MEMCMP /**/
278 * This symbol, if defined, indicates that the memcpy routine is available
279 * to copy blocks of memory.
281 #define HAS_MEMCPY /**/
284 * This symbol, if defined, indicates that the memmove routine is available
285 * to copy potentially overlapping blocks of memory. This should be used
286 * only when HAS_SAFE_BCOPY is not defined. If neither is there, roll your
289 /*#define HAS_MEMMOVE / **/
292 * This symbol, if defined, indicates that the memset routine is available
293 * to set blocks of memory.
295 #define HAS_MEMSET /**/
298 * This symbol, if defined, indicates that the mkdir routine is available
299 * to create directories. Otherwise you should fork off a new process to
302 /*#define HAS_MKDIR / **/
305 * This symbol, if defined, indicates that the mkfifo routine is
306 * available to create FIFOs. Otherwise, mknod should be able to
307 * do it for you. However, if mkfifo is there, mknod might require
308 * super-user privileges which mkfifo will not.
310 /*#define HAS_MKFIFO / **/
313 * This symbol, if defined, indicates that the mktime routine is
316 /*#define HAS_MKTIME / **/
319 * This symbol, if defined, indicates that the msync system call is
320 * available to synchronize a mapped file.
322 /*#define HAS_MSYNC / **/
325 * This symbol, if defined, indicates that the munmap system call is
326 * available to unmap a region, usually mapped by mmap().
328 /*#define HAS_MUNMAP / **/
331 * This symbol, if defined, indicates that the nice routine is
334 /*#define HAS_NICE / **/
337 * This symbol, if defined, indicates that pathconf() is available
338 * to determine file-system related limits and options associated
339 * with a given filename.
342 * This symbol, if defined, indicates that pathconf() is available
343 * to determine file-system related limits and options associated
344 * with a given open file descriptor.
346 /*#define HAS_PATHCONF / **/
347 /*#define HAS_FPATHCONF / **/
350 * This symbol, if defined, indicates that the pause routine is
351 * available to suspend a process until a signal is received.
353 /*#define HAS_PAUSE / **/
356 * This symbol, if defined, indicates that the pipe routine is
357 * available to create an inter-process channel.
359 /*#define HAS_PIPE / **/
362 * This symbol, if defined, indicates that the poll routine is
363 * available to poll active file descriptors. Please check I_POLL and
364 * I_SYS_POLL to know which header should be included as well.
366 /*#define HAS_POLL / **/
369 * This symbol, if defined, indicates that the readdir routine is
370 * available to read directory entries. You may have to include
371 * <dirent.h>. See I_DIRENT.
373 #define HAS_READDIR /**/
376 * This symbol, if defined, indicates that the seekdir routine is
377 * available. You may have to include <dirent.h>. See I_DIRENT.
379 /*#define HAS_SEEKDIR / **/
382 * This symbol, if defined, indicates that the telldir routine is
383 * available. You may have to include <dirent.h>. See I_DIRENT.
385 /*#define HAS_TELLDIR / **/
388 * This symbol, if defined, indicates that the rewinddir routine is
389 * available. You may have to include <dirent.h>. See I_DIRENT.
391 /*#define HAS_REWINDDIR / **/
394 * This symbol, if defined, indicates that the readlink routine is
395 * available to read the value of a symbolic link.
397 /*#define HAS_READLINK / **/
400 * This symbol, if defined, indicates that the rename routine is available
401 * to rename files. Otherwise you should do the unlink(), link(), unlink()
404 #define HAS_RENAME /**/
407 * This symbol, if defined, indicates that the rmdir routine is
408 * available to remove directories. Otherwise you should fork off a
409 * new process to exec /bin/rmdir.
411 /*#define HAS_RMDIR / **/
414 * This symbol, if defined, indicates that the select routine is
415 * available to select active file descriptors. If the timeout field
416 * is used, <sys/time.h> may need to be included.
418 /*#define HAS_SELECT / **/
421 * This symbol, if defined, indicates that the setegid routine is available
422 * to change the effective gid of the current program.
424 /*#define HAS_SETEGID / **/
427 * This symbol, if defined, indicates that the seteuid routine is available
428 * to change the effective uid of the current program.
430 /*#define HAS_SETEUID / **/
433 * This symbol, if defined, indicates that the setgroups() routine is
434 * available to set the list of process groups. If unavailable, multiple
435 * groups are probably not supported.
437 /*#define HAS_SETGROUPS / **/
440 * This symbol, if defined, indicates that the setlinebuf routine is
441 * available to change stderr or stdout from block-buffered or unbuffered
442 * to a line-buffered mode.
444 /*#define HAS_SETLINEBUF / **/
447 * This symbol, if defined, indicates that the setlocale routine is
448 * available to handle locale-specific ctype implementations.
450 /*#define HAS_SETLOCALE / **/
453 * This symbol, if defined, indicates that the setpgid(pid, gpid)
454 * routine is available to set process group ID.
456 /*#define HAS_SETPGID / **/
459 * This symbol, if defined, indicates that the setpgrp2() (as in DG/UX)
460 * routine is available to set the current process group.
462 /*#define HAS_SETPGRP2 / **/
465 * This symbol, if defined, indicates that the setpriority routine is
466 * available to set a process's priority.
468 /*#define HAS_SETPRIORITY / **/
471 * This symbol, if defined, indicates that the setregid routine is
472 * available to change the real and effective gid of the current
476 * This symbol, if defined, indicates that the setresgid routine is
477 * available to change the real, effective and saved gid of the current
480 /*#define HAS_SETREGID / **/
481 /*#define HAS_SETRESGID / **/
484 * This symbol, if defined, indicates that the setreuid routine is
485 * available to change the real and effective uid of the current
489 * This symbol, if defined, indicates that the setresuid routine is
490 * available to change the real, effective and saved uid of the current
493 /*#define HAS_SETREUID / **/
494 /*#define HAS_SETRESUID / **/
497 * This symbol, if defined, indicates that the setrgid routine is available
498 * to change the real gid of the current program.
500 /*#define HAS_SETRGID / **/
503 * This symbol, if defined, indicates that the setruid routine is available
504 * to change the real uid of the current program.
506 /*#define HAS_SETRUID / **/
509 * This symbol, if defined, indicates that the setsid routine is
510 * available to set the process group ID.
512 /*#define HAS_SETSID / **/
515 * This symbol is defined to indicate that the strchr()/strrchr()
516 * functions are available for string searching. If not, try the
517 * index()/rindex() pair.
520 * This symbol is defined to indicate that the index()/rindex()
521 * functions are available for string searching.
523 /*#define HAS_STRCHR / **/
524 /*#define HAS_INDEX / **/
527 * This symbol, if defined, indicates that the strcoll routine is
528 * available to compare strings using collating information.
530 /*#define HAS_STRCOLL / **/
533 * This symbol, if defined, indicates that the strtod routine is
534 * available to provide better numeric string conversion than atof().
536 /*#define HAS_STRTOD / **/
539 * This symbol, if defined, indicates that the strtol routine is available
540 * to provide better numeric string conversion than atoi() and friends.
542 #define HAS_STRTOL /**/
545 * This symbol, if defined, indicates that the strxfrm() routine is
546 * available to transform strings.
548 /*#define HAS_STRXFRM / **/
551 * This symbol, if defined, indicates that the symlink routine is available
552 * to create symbolic links.
554 /*#define HAS_SYMLINK / **/
557 * This symbol, if defined, indicates that the syscall routine is
558 * available to call arbitrary system calls. If undefined, that's tough.
560 /*#define HAS_SYSCALL / **/
563 * This symbol, if defined, indicates that sysconf() is available
564 * to determine system related limits and options.
566 /*#define HAS_SYSCONF / **/
569 * This symbol, if defined, indicates that the system routine is
570 * available to issue a shell command.
572 /*#define HAS_SYSTEM / **/
575 * This symbol, if defined, indicates that the tcgetpgrp routine is
576 * available to get foreground process group ID.
578 /*#define HAS_TCGETPGRP / **/
581 * This symbol, if defined, indicates that the tcsetpgrp routine is
582 * available to set foreground process group ID.
584 /*#define HAS_TCSETPGRP / **/
587 * This symbol, if defined, indicates that the truncate routine is
588 * available to truncate files.
590 /*#define HAS_TRUNCATE / **/
593 * This symbol, if defined, indicates that the tzname[] array is
594 * available to access timezone names.
596 /*#define HAS_TZNAME / **/
599 * This symbol, if defined, indicates that the umask routine is
600 * available to set and get the value of the file creation mask.
602 /*#define HAS_UMASK / **/
605 * This symbol, if defined, indicates that the usleep routine is
606 * available to let the process sleep on a sub-second accuracy.
608 /*#define HAS_USLEEP / **/
611 * This symbol, if defined, indicates that wait4() exists.
613 /*#define HAS_WAIT4 / **/
616 * This symbol, if defined, indicates that the waitpid routine is
617 * available to wait for child process.
619 /*#define HAS_WAITPID / **/
622 * This symbol, if defined, indicates that the wcstombs routine is
623 * available to convert wide character strings to multibyte strings.
625 /*#define HAS_WCSTOMBS / **/
628 * This symbol, if defined, indicates that the wctomb routine is available
629 * to convert a wide character to a multibyte.
631 /*#define HAS_WCTOMB / **/
634 * This symbol holds the type used for the second argument to
635 * getgroups() and setgroups(). Usually, this is the same as
636 * gidtype (gid_t) , but sometimes it isn't.
637 * It can be int, ushort, gid_t, etc...
638 * It may be necessary to include <sys/types.h> to get any
639 * typedef'ed information. This is only required if you have
640 * getgroups() or setgroups()..
642 #if defined(HAS_GETGROUPS) || defined(HAS_SETGROUPS)
643 #define Groups_t int /* Type for 2nd arg to [sg]etgroups() */
647 * This symbol, if defined, indicates to the C program that it should
648 * include <arpa/inet.h> to get inet_addr and friends declarations.
650 /*#define I_ARPA_INET / **/
653 * This symbol, if defined, indicates that <dbm.h> exists and should
657 * This symbol, if defined, indicates that <rpcsvc/dbm.h> exists and
658 * should be included.
660 /*#define I_DBM / **/
661 /*#define I_RPCSVC_DBM / **/
664 * This symbol, if defined, indicates that <dlfcn.h> exists and should
667 /*#define I_DLFCN / **/
670 * This symbol, if defined, indicates that <execinfo.h> exists and should
673 /*#define I_EXECINFO / **/
676 * This manifest constant tells the C program to include <fcntl.h>.
678 /*#define I_FCNTL / **/
681 * This symbol, if defined, indicates to the C program that it should
682 * include <float.h> to get definition of symbols like DBL_MAX or
683 * DBL_MIN, i.e. machine dependent floating point values.
685 /*#define I_FLOAT / **/
688 * This symbol, if defined, indicates that <gdbm.h> exists and should
691 /*#define I_GDBM / **/
694 * This symbol, if defined, indicates to the C program that it should
695 * include <limits.h> to get definition of symbols like WORD_BIT or
696 * LONG_MAX, i.e. machine dependant limitations.
698 /*#define I_LIMITS / **/
701 * This symbol, if defined, indicates to the C program that it should
702 * include <locale.h>.
704 /*#define I_LOCALE / **/
707 * This symbol, if defined, indicates to the C program that it should
713 * This symbol, if defined, indicates to the C program that it should
714 * include <memory.h>.
716 /*#define I_MEMORY / **/
719 * This symbol, if defined, indicates to the C program that it should
720 * include <netinet/in.h>. Otherwise, you may try <sys/in.h>.
722 /*#define I_NETINET_IN / **/
725 * This symbol, if defined, indicates that <stddef.h> exists and should
728 #define I_STDDEF /**/
731 * This symbol, if defined, indicates that <stdlib.h> exists and should
734 #define I_STDLIB /**/
737 * This symbol, if defined, indicates to the C program that it should
738 * include <string.h> (USG systems) instead of <strings.h> (BSD systems).
740 #define I_STRING /**/
743 * This symbol, if defined, indicates to the C program that it should
744 * include <sys/dir.h>.
746 /*#define I_SYS_DIR / **/
749 * This symbol, if defined, indicates to the C program that it should
750 * include <sys/file.h> to get definition of R_OK and friends.
752 /*#define I_SYS_FILE / **/
755 * This symbol, if defined, indicates that <sys/ioctl.h> exists and should
756 * be included. Otherwise, include <sgtty.h> or <termio.h>.
759 * This symbol, if defined, indicates the <sys/sockio.h> should be included
760 * to get socket ioctl options, like SIOCATMARK.
762 /*#define I_SYS_IOCTL / **/
763 /*#define I_SYS_SOCKIO / **/
766 * This symbol, if defined, indicates to the C program that it should
767 * include <sys/ndir.h>.
769 /*#define I_SYS_NDIR / **/
772 * This symbol, if defined, indicates to the C program that it should
773 * include <sys/param.h>.
775 /*#define I_SYS_PARAM / **/
778 * This symbol, if defined, indicates that the program may include
779 * <sys/poll.h>. When I_POLL is also defined, it's probably safest
780 * to only include <poll.h>.
782 /*#define I_SYS_POLL / **/
785 * This symbol, if defined, indicates to the C program that it should
786 * include <sys/resource.h>.
788 /*#define I_SYS_RESOURCE / **/
791 * This symbol, if defined, indicates to the C program that it should
792 * include <sys/select.h> in order to get definition of struct timeval.
794 /*#define I_SYS_SELECT / **/
797 * This symbol, if defined, indicates to the C program that it should
798 * include <sys/stat.h>.
800 #define I_SYS_STAT /**/
803 * This symbol, if defined, indicates to the C program that it should
804 * include <sys/times.h>.
806 /*#define I_SYS_TIMES / **/
809 * This symbol, if defined, indicates to the C program that it should
810 * include <sys/types.h>.
812 /*#define I_SYS_TYPES / **/
815 * This symbol, if defined, indicates to the C program that it should
816 * include <sys/un.h> to get UNIX domain socket definitions.
818 /*#define I_SYS_UN / **/
821 * This symbol, if defined, indicates to the C program that it should
822 * include <sys/wait.h>.
824 /*#define I_SYS_WAIT / **/
827 * This symbol, if defined, indicates to the C program that it should
828 * include <unistd.h>.
830 /*#define I_UNISTD / **/
833 * This symbol, if defined, indicates to the C program that it should
836 /*#define I_UTIME / **/
839 * This symbol, if defined, indicates to the C program that it should
840 * include <values.h> to get definition of symbols like MINFLOAT or
841 * MAXLONG, i.e. machine dependant limitations. Probably, you
842 * should use <limits.h> instead, if it is available.
844 /*#define I_VALUES / **/
847 * This symbol, if defined, indicates to the C program that it should
850 /*#define I_VFORK / **/
853 * This variable is defined on systems supporting prototype declaration
854 * of functions with a variable number of arguments.
857 * This macro is used to declare function parameters in prototypes for
858 * functions with a variable number of parameters. Use double parentheses.
861 * int printf _V((char *fmt, ...));
863 * Remember to use the plain simple _() macro when declaring a function
864 * with no variable number of arguments, since it might be possible to
865 * have a non-effect _V() macro and still get prototypes via _().
867 /*#define CAN_VAPROTO / **/
869 #define _V(args) args
875 * This symbol contains the name of the operating system, as determined
876 * by Configure. You shouldn't rely on it too much; the specific
877 * feature tests from Configure are generally more reliable.
880 * This symbol contains the version of the operating system, as determined
881 * by Configure. You shouldn't rely on it too much; the specific
882 * feature tests from Configure are generally more reliable.
884 #define OSNAME "unknown" /**/
885 #define OSVERS "unknown" /**/
888 * This symbol, if defined, signifies that the build
889 * process will produce some binary files that are going to be
890 * used in a cross-platform environment. This is the case for
891 * example with the NeXT "fat" binaries that contain executables
894 /*#define MULTIARCH / **/
897 * This symbol contains the number of bytes required to align a
898 * double, or a long double when applicable. Usual values are 2,
899 * 4 and 8. The default is eight, for safety. For cross-compiling
900 * or multiarch support, Configure will set a minimum of 8.
902 #define MEM_ALIGNBYTES 4
905 * This variable, if defined, holds the name of the directory in
906 * which the user wants to put architecture-dependent public
907 * library files for perl5. It is most often a local directory
908 * such as /usr/local/lib. Programs using this variable must be
909 * prepared to deal with filename expansion. If ARCHLIB is the
910 * same as PRIVLIB, it is not defined, since presumably the
911 * program already searches PRIVLIB.
914 * This symbol contains the ~name expanded version of ARCHLIB, to be used
915 * in programs that are not prepared to deal with ~ expansion at run-time.
917 /*#define ARCHLIB "/usr/local/lib/perl5/5.21/unknown" / **/
918 /*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.21/unknown" / **/
921 * This symbol holds a string representing the architecture name.
922 * It may be used to construct an architecture-dependant pathname
923 * where library files may be held under a private library, for
926 #define ARCHNAME "unknown" /**/
929 * This symbol holds the path of the bin directory where the package will
930 * be installed. Program must be prepared to deal with ~name substitution.
933 * This symbol is the filename expanded version of the BIN symbol, for
934 * programs that do not want to deal with that at run-time.
936 /* PERL_RELOCATABLE_INC:
937 * This symbol, if defined, indicates that we'd like to relocate entries
938 * in @INC at run time based on the location of the perl binary.
940 #define BIN "/usr/local/bin" /**/
941 #define BIN_EXP "/usr/local/bin" /**/
942 #define PERL_RELOCATABLE_INC "undef" /**/
945 * This symbol contains the value of sizeof(int) so that the C
946 * preprocessor can make decisions based on it.
949 * This symbol contains the value of sizeof(long) so that the C
950 * preprocessor can make decisions based on it.
953 * This symbol contains the value of sizeof(short) so that the C
954 * preprocessor can make decisions based on it.
956 #define INTSIZE 4 /**/
957 #define LONGSIZE 4 /**/
958 #define SHORTSIZE 2 /**/
961 * This symbol holds the hexadecimal constant defined in byteorder,
962 * in a UV, i.e. 0x1234 or 0x4321 or 0x12345678, etc...
963 * If the compiler supports cross-compiling or multiple-architecture
964 * binaries (e.g. on NeXT systems), use compiler-defined macros to
965 * determine the byte order.
966 * On NeXT 3.2 (and greater), you can build "Fat" Multiple Architecture
967 * Binaries (MAB) on either big endian or little endian machines.
968 * The endian-ness is available at compile-time. This only matters
969 * for perl, where the config.h can be generated and installed on
970 * one system, and used by a different architecture to build an
971 * extension. Older versions of NeXT that might not have
972 * defined either *_ENDIAN__ were all on Motorola 680x0 series,
973 * so the default case (for NeXT) is big endian to catch them.
974 * This might matter for NeXT 3.0.
976 #if defined(MULTIARCH)
977 # ifdef __LITTLE_ENDIAN__
979 # define BYTEORDER 0x1234
982 # define BYTEORDER 0x12345678
986 # ifdef __BIG_ENDIAN__
988 # define BYTEORDER 0x4321
991 # define BYTEORDER 0x87654321
996 # if !defined(BYTEORDER) && (defined(NeXT) || defined(__NeXT__))
997 # define BYTEORDER 0x4321
1000 #define BYTEORDER 0x1234 /* large digits for MSB */
1004 * This symbol contains the size of a char, so that the C preprocessor
1005 * can make decisions based on it.
1007 #define CHARBITS 8 /**/
1010 * This macro concatenates 2 tokens together.
1013 * This macro surrounds its token with double quotes.
1016 #define CAT2(a,b) a/**/b
1017 #define STRINGIFY(a) "a"
1020 #define PeRl_CaTiFy(a, b) a ## b
1021 #define PeRl_StGiFy(a) #a
1022 #define CAT2(a,b) PeRl_CaTiFy(a,b)
1023 #define StGiFy(a) PeRl_StGiFy(a)
1024 #define STRINGIFY(a) PeRl_StGiFy(a)
1026 #if 42 != 1 && 42 != 42
1027 #include "Bletch: How does this C preprocessor concatenate tokens?"
1031 * This symbol contains the first part of the string which will invoke
1032 * the C preprocessor on the standard input and produce to standard
1033 * output. Typical value of "cc -E" or "/lib/cpp", but it can also
1034 * call a wrapper. See CPPRUN.
1037 * This symbol contains the second part of the string which will invoke
1038 * the C preprocessor on the standard input and produce to standard
1039 * output. This symbol will have the value "-" if CPPSTDIN needs a minus
1040 * to specify standard input, otherwise the value is "".
1043 * This symbol contains the string which will invoke a C preprocessor on
1044 * the standard input and produce to standard output. It needs to end
1045 * with CPPLAST, after all other preprocessor flags have been specified.
1046 * The main difference with CPPSTDIN is that this program will never be a
1047 * pointer to a shell wrapper, i.e. it will be empty if no preprocessor is
1048 * available directly to the user. Note that it may well be different from
1049 * the preprocessor used to compile the C program.
1052 * This symbol is intended to be used along with CPPRUN in the same manner
1053 * symbol CPPMINUS is used with CPPSTDIN. It contains either "-" or "".
1055 #define CPPSTDIN "cc -E"
1056 #define CPPMINUS "-"
1057 #define CPPRUN "cc -E"
1061 * This manifest constant lets the C program know that the access()
1062 * system call is available to check for accessibility using real UID/GID.
1063 * (always present on UNIX.)
1065 /*#define HAS_ACCESS / **/
1068 * This symbol, if defined, indicates that the accessx routine is
1069 * available to do extended access checks.
1071 /*#define HAS_ACCESSX / **/
1074 * This symbol, if defined, indicates that the asctime_r routine
1075 * is available to asctime re-entrantly.
1078 * This symbol encodes the prototype of asctime_r.
1079 * It is zero if d_asctime_r is undef, and one of the
1080 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_asctime_r
1083 /*#define HAS_ASCTIME_R / **/
1084 #define ASCTIME_R_PROTO 0 /**/
1086 /* HASATTRIBUTE_FORMAT:
1087 * Can we handle GCC attribute for checking printf-style formats
1089 /* PRINTF_FORMAT_NULL_OK:
1090 * Allows __printf__ format to be null when checking printf-style
1092 /* HASATTRIBUTE_MALLOC:
1093 * Can we handle GCC attribute for malloc-style functions.
1095 /* HASATTRIBUTE_NONNULL:
1096 * Can we handle GCC attribute for nonnull function parms.
1098 /* HASATTRIBUTE_NORETURN:
1099 * Can we handle GCC attribute for functions that do not return
1101 /* HASATTRIBUTE_PURE:
1102 * Can we handle GCC attribute for pure functions
1104 /* HASATTRIBUTE_UNUSED:
1105 * Can we handle GCC attribute for unused variables and arguments
1107 /* HASATTRIBUTE_DEPRECATED:
1108 * Can we handle GCC attribute for marking deprecated APIs
1110 /* HASATTRIBUTE_WARN_UNUSED_RESULT:
1111 * Can we handle GCC attribute for warning on unused results
1113 /*#define HASATTRIBUTE_DEPRECATED / **/
1114 /*#define HASATTRIBUTE_FORMAT / **/
1115 /*#define PRINTF_FORMAT_NULL_OK / **/
1116 /*#define HASATTRIBUTE_NORETURN / **/
1117 /*#define HASATTRIBUTE_MALLOC / **/
1118 /*#define HASATTRIBUTE_NONNULL / **/
1119 /*#define HASATTRIBUTE_PURE / **/
1120 /*#define HASATTRIBUTE_UNUSED / **/
1121 /*#define HASATTRIBUTE_WARN_UNUSED_RESULT / **/
1124 * This symbol is defined if the C compiler can cast negative
1125 * or large floating point numbers to 32-bit ints.
1127 /*#define CASTI32 / **/
1130 * This symbol is defined if the C compiler can cast negative
1131 * numbers to unsigned longs, ints and shorts.
1134 * This symbol contains flags that say what difficulties the compiler
1135 * has casting odd floating values to unsigned long:
1137 * 1 = couldn't cast < 0
1138 * 2 = couldn't cast >= 0x80000000
1139 * 4 = couldn't cast in argument expression list
1141 /*#define CASTNEGFLOAT / **/
1142 #define CASTFLAGS 0 /**/
1145 * This symbol, if defined, indicates that the closedir() routine
1146 * does not return a value.
1148 /*#define VOID_CLOSEDIR / **/
1151 * This symbol, if defined, indicates that this C compiler knows about
1152 * the const type. There is no need to actually test for that symbol
1153 * within your programs. The mere use of the "const" keyword will
1154 * trigger the necessary tests.
1156 /*#define HASCONST / **/
1162 * This symbol, if defined, indicates that the crypt_r routine
1163 * is available to crypt re-entrantly.
1166 * This symbol encodes the prototype of crypt_r.
1167 * It is zero if d_crypt_r is undef, and one of the
1168 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_crypt_r
1171 /*#define HAS_CRYPT_R / **/
1172 #define CRYPT_R_PROTO 0 /**/
1175 * This symbol, if defined, indicates that the C-shell exists.
1178 * This symbol, if defined, contains the full pathname of csh.
1180 /*#define HAS_CSH / **/
1186 * This symbol, if defined, indicates that the ctermid_r routine
1187 * is available to ctermid re-entrantly.
1190 * This symbol encodes the prototype of ctermid_r.
1191 * It is zero if d_ctermid_r is undef, and one of the
1192 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_ctermid_r
1195 /*#define HAS_CTERMID_R / **/
1196 #define CTERMID_R_PROTO 0 /**/
1199 * This symbol, if defined, indicates that the ctime_r routine
1200 * is available to ctime re-entrantly.
1203 * This symbol encodes the prototype of ctime_r.
1204 * It is zero if d_ctime_r is undef, and one of the
1205 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_ctime_r
1208 /*#define HAS_CTIME_R / **/
1209 #define CTIME_R_PROTO 0 /**/
1211 /* SETUID_SCRIPTS_ARE_SECURE_NOW:
1212 * This symbol, if defined, indicates that the bug that prevents
1213 * setuid scripts from being secure is not present in this kernel.
1216 * This symbol, if defined, indicates that the C program should
1217 * check the script that it is executing for setuid/setgid bits, and
1218 * attempt to emulate setuid/setgid on systems that have disabled
1219 * setuid #! scripts because the kernel can't do it securely.
1220 * It is up to the package designer to make sure that this emulation
1221 * is done securely. Among other things, it should do an fstat on
1222 * the script it just opened to make sure it really is a setuid/setgid
1223 * script, it should make sure the arguments passed correspond exactly
1224 * to the argument on the #! line, and it should not trust any
1225 * subprocesses to which it must pass the filename rather than the
1226 * file descriptor of the script to be executed.
1228 /*#define SETUID_SCRIPTS_ARE_SECURE_NOW / **/
1229 /*#define DOSUID / **/
1232 * This symbol, if defined, indicates that the drand48_r routine
1233 * is available to drand48 re-entrantly.
1236 * This symbol encodes the prototype of drand48_r.
1237 * It is zero if d_drand48_r is undef, and one of the
1238 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_drand48_r
1241 /*#define HAS_DRAND48_R / **/
1242 #define DRAND48_R_PROTO 0 /**/
1244 /* HAS_DRAND48_PROTO:
1245 * This symbol, if defined, indicates that the system provides
1246 * a prototype for the drand48() function. Otherwise, it is up
1247 * to the program to supply one. A good guess is
1248 * extern double drand48(void);
1250 /*#define HAS_DRAND48_PROTO / **/
1253 * This symbol, if defined, indicates that the eaccess routine is
1254 * available to do extended access checks.
1256 /*#define HAS_EACCESS / **/
1259 * This symbol, if defined, indicates that the getgrent routine is
1260 * available for finalizing sequential access of the group database.
1262 /*#define HAS_ENDGRENT / **/
1265 * This symbol, if defined, indicates that the endgrent_r routine
1266 * is available to endgrent re-entrantly.
1268 /* ENDGRENT_R_PROTO:
1269 * This symbol encodes the prototype of endgrent_r.
1270 * It is zero if d_endgrent_r is undef, and one of the
1271 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_endgrent_r
1274 /*#define HAS_ENDGRENT_R / **/
1275 #define ENDGRENT_R_PROTO 0 /**/
1278 * This symbol, if defined, indicates that the endhostent() routine is
1279 * available to close whatever was being used for host queries.
1281 /*#define HAS_ENDHOSTENT / **/
1283 /* HAS_ENDHOSTENT_R:
1284 * This symbol, if defined, indicates that the endhostent_r routine
1285 * is available to endhostent re-entrantly.
1287 /* ENDHOSTENT_R_PROTO:
1288 * This symbol encodes the prototype of endhostent_r.
1289 * It is zero if d_endhostent_r is undef, and one of the
1290 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_endhostent_r
1293 /*#define HAS_ENDHOSTENT_R / **/
1294 #define ENDHOSTENT_R_PROTO 0 /**/
1297 * This symbol, if defined, indicates that the endnetent() routine is
1298 * available to close whatever was being used for network queries.
1300 /*#define HAS_ENDNETENT / **/
1303 * This symbol, if defined, indicates that the endnetent_r routine
1304 * is available to endnetent re-entrantly.
1306 /* ENDNETENT_R_PROTO:
1307 * This symbol encodes the prototype of endnetent_r.
1308 * It is zero if d_endnetent_r is undef, and one of the
1309 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_endnetent_r
1312 /*#define HAS_ENDNETENT_R / **/
1313 #define ENDNETENT_R_PROTO 0 /**/
1316 * This symbol, if defined, indicates that the endprotoent() routine is
1317 * available to close whatever was being used for protocol queries.
1319 /*#define HAS_ENDPROTOENT / **/
1321 /* HAS_ENDPROTOENT_R:
1322 * This symbol, if defined, indicates that the endprotoent_r routine
1323 * is available to endprotoent re-entrantly.
1325 /* ENDPROTOENT_R_PROTO:
1326 * This symbol encodes the prototype of endprotoent_r.
1327 * It is zero if d_endprotoent_r is undef, and one of the
1328 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_endprotoent_r
1331 /*#define HAS_ENDPROTOENT_R / **/
1332 #define ENDPROTOENT_R_PROTO 0 /**/
1335 * This symbol, if defined, indicates that the getgrent routine is
1336 * available for finalizing sequential access of the passwd database.
1338 /*#define HAS_ENDPWENT / **/
1341 * This symbol, if defined, indicates that the endpwent_r routine
1342 * is available to endpwent re-entrantly.
1344 /* ENDPWENT_R_PROTO:
1345 * This symbol encodes the prototype of endpwent_r.
1346 * It is zero if d_endpwent_r is undef, and one of the
1347 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_endpwent_r
1350 /*#define HAS_ENDPWENT_R / **/
1351 #define ENDPWENT_R_PROTO 0 /**/
1354 * This symbol, if defined, indicates that the endservent() routine is
1355 * available to close whatever was being used for service queries.
1357 /*#define HAS_ENDSERVENT / **/
1359 /* HAS_ENDSERVENT_R:
1360 * This symbol, if defined, indicates that the endservent_r routine
1361 * is available to endservent re-entrantly.
1363 /* ENDSERVENT_R_PROTO:
1364 * This symbol encodes the prototype of endservent_r.
1365 * It is zero if d_endservent_r is undef, and one of the
1366 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_endservent_r
1369 /*#define HAS_ENDSERVENT_R / **/
1370 #define ENDSERVENT_R_PROTO 0 /**/
1373 * This symbol, when defined, indicates presence of the fd_set typedef
1376 /*#define HAS_FD_SET / **/
1379 * This symbol, if defined, indicates that the system supports filenames
1380 * longer than 14 characters.
1382 /*#define FLEXFILENAMES / **/
1385 * This preprocessor macro is defined to convert a floating point
1386 * number to a string without a trailing decimal point. This
1387 * emulates the behavior of sprintf("%g"), but is sometimes much more
1388 * efficient. If gconvert() is not available, but gcvt() drops the
1389 * trailing decimal point, then gcvt() is used. If all else fails,
1390 * a macro using sprintf("%g") is used. Arguments for the Gconvert
1391 * macro are: value, number of digits, whether trailing zeros should
1392 * be retained, and the output buffer.
1393 * The usual values are:
1394 * d_Gconvert='gconvert((x),(n),(t),(b))'
1395 * d_Gconvert='gcvt((x),(n),(b))'
1396 * d_Gconvert='sprintf((b),"%.*g",(n),(x))'
1397 * The last two assume trailing zeros should not be kept.
1399 #define Gconvert(x,n,t,b) sprintf((b),"%.*g",(n),(x))
1402 * This symbol, if defined, indicates that the getgrent routine is
1403 * available for sequential access of the group database.
1405 /*#define HAS_GETGRENT / **/
1408 * This symbol, if defined, indicates that the getgrent_r routine
1409 * is available to getgrent re-entrantly.
1411 /* GETGRENT_R_PROTO:
1412 * This symbol encodes the prototype of getgrent_r.
1413 * It is zero if d_getgrent_r is undef, and one of the
1414 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrent_r
1417 /*#define HAS_GETGRENT_R / **/
1418 #define GETGRENT_R_PROTO 0 /**/
1421 * This symbol, if defined, indicates that the getgrgid_r routine
1422 * is available to getgrgid re-entrantly.
1424 /* GETGRGID_R_PROTO:
1425 * This symbol encodes the prototype of getgrgid_r.
1426 * It is zero if d_getgrgid_r is undef, and one of the
1427 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrgid_r
1430 /*#define HAS_GETGRGID_R / **/
1431 #define GETGRGID_R_PROTO 0 /**/
1434 * This symbol, if defined, indicates that the getgrnam_r routine
1435 * is available to getgrnam re-entrantly.
1437 /* GETGRNAM_R_PROTO:
1438 * This symbol encodes the prototype of getgrnam_r.
1439 * It is zero if d_getgrnam_r is undef, and one of the
1440 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrnam_r
1443 /*#define HAS_GETGRNAM_R / **/
1444 #define GETGRNAM_R_PROTO 0 /**/
1446 /* HAS_GETHOSTBYADDR:
1447 * This symbol, if defined, indicates that the gethostbyaddr() routine is
1448 * available to look up hosts by their IP addresses.
1450 /*#define HAS_GETHOSTBYADDR / **/
1452 /* HAS_GETHOSTBYNAME:
1453 * This symbol, if defined, indicates that the gethostbyname() routine is
1454 * available to look up host names in some data base or other.
1456 /*#define HAS_GETHOSTBYNAME / **/
1459 * This symbol, if defined, indicates that the gethostent() routine is
1460 * available to look up host names in some data base or another.
1462 /*#define HAS_GETHOSTENT / **/
1465 * This symbol, if defined, indicates that the C program may use the
1466 * gethostname() routine to derive the host name. See also HAS_UNAME
1470 * This symbol, if defined, indicates that the C program may use the
1471 * uname() routine to derive the host name. See also HAS_GETHOSTNAME
1475 * This symbol, if defined, indicates the command to feed to the
1476 * popen() routine to derive the host name. See also HAS_GETHOSTNAME
1477 * and HAS_UNAME. Note that the command uses a fully qualified path,
1478 * so that it is safe even if used by a process with super-user
1482 * This symbol, if defined, indicates that the C program may use the
1483 * contents of PHOSTNAME as a command to feed to the popen() routine
1484 * to derive the host name.
1486 /*#define HAS_GETHOSTNAME / **/
1487 /*#define HAS_UNAME / **/
1488 /*#define HAS_PHOSTNAME / **/
1489 #ifdef HAS_PHOSTNAME
1490 #define PHOSTNAME "/bin/hostname" /* How to get the host name */
1493 /* HAS_GETHOSTBYADDR_R:
1494 * This symbol, if defined, indicates that the gethostbyaddr_r routine
1495 * is available to gethostbyaddr re-entrantly.
1497 /* GETHOSTBYADDR_R_PROTO:
1498 * This symbol encodes the prototype of gethostbyaddr_r.
1499 * It is zero if d_gethostbyaddr_r is undef, and one of the
1500 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_gethostbyaddr_r
1503 /*#define HAS_GETHOSTBYADDR_R / **/
1504 #define GETHOSTBYADDR_R_PROTO 0 /**/
1506 /* HAS_GETHOSTBYNAME_R:
1507 * This symbol, if defined, indicates that the gethostbyname_r routine
1508 * is available to gethostbyname re-entrantly.
1510 /* GETHOSTBYNAME_R_PROTO:
1511 * This symbol encodes the prototype of gethostbyname_r.
1512 * It is zero if d_gethostbyname_r is undef, and one of the
1513 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_gethostbyname_r
1516 /*#define HAS_GETHOSTBYNAME_R / **/
1517 #define GETHOSTBYNAME_R_PROTO 0 /**/
1519 /* HAS_GETHOSTENT_R:
1520 * This symbol, if defined, indicates that the gethostent_r routine
1521 * is available to gethostent re-entrantly.
1523 /* GETHOSTENT_R_PROTO:
1524 * This symbol encodes the prototype of gethostent_r.
1525 * It is zero if d_gethostent_r is undef, and one of the
1526 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_gethostent_r
1529 /*#define HAS_GETHOSTENT_R / **/
1530 #define GETHOSTENT_R_PROTO 0 /**/
1532 /* HAS_GETHOST_PROTOS:
1533 * This symbol, if defined, indicates that <netdb.h> includes
1534 * prototypes for gethostent(), gethostbyname(), and
1535 * gethostbyaddr(). Otherwise, it is up to the program to guess
1536 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
1538 /*#define HAS_GETHOST_PROTOS / **/
1541 * This symbol, if defined, indicates that the getlogin_r routine
1542 * is available to getlogin re-entrantly.
1544 /* GETLOGIN_R_PROTO:
1545 * This symbol encodes the prototype of getlogin_r.
1546 * It is zero if d_getlogin_r is undef, and one of the
1547 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getlogin_r
1550 /*#define HAS_GETLOGIN_R / **/
1551 #define GETLOGIN_R_PROTO 0 /**/
1553 /* HAS_GETNETBYADDR:
1554 * This symbol, if defined, indicates that the getnetbyaddr() routine is
1555 * available to look up networks by their IP addresses.
1557 /*#define HAS_GETNETBYADDR / **/
1559 /* HAS_GETNETBYNAME:
1560 * This symbol, if defined, indicates that the getnetbyname() routine is
1561 * available to look up networks by their names.
1563 /*#define HAS_GETNETBYNAME / **/
1566 * This symbol, if defined, indicates that the getnetent() routine is
1567 * available to look up network names in some data base or another.
1569 /*#define HAS_GETNETENT / **/
1571 /* HAS_GETNETBYADDR_R:
1572 * This symbol, if defined, indicates that the getnetbyaddr_r routine
1573 * is available to getnetbyaddr re-entrantly.
1575 /* GETNETBYADDR_R_PROTO:
1576 * This symbol encodes the prototype of getnetbyaddr_r.
1577 * It is zero if d_getnetbyaddr_r is undef, and one of the
1578 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetbyaddr_r
1581 /*#define HAS_GETNETBYADDR_R / **/
1582 #define GETNETBYADDR_R_PROTO 0 /**/
1584 /* HAS_GETNETBYNAME_R:
1585 * This symbol, if defined, indicates that the getnetbyname_r routine
1586 * is available to getnetbyname re-entrantly.
1588 /* GETNETBYNAME_R_PROTO:
1589 * This symbol encodes the prototype of getnetbyname_r.
1590 * It is zero if d_getnetbyname_r is undef, and one of the
1591 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetbyname_r
1594 /*#define HAS_GETNETBYNAME_R / **/
1595 #define GETNETBYNAME_R_PROTO 0 /**/
1598 * This symbol, if defined, indicates that the getnetent_r routine
1599 * is available to getnetent re-entrantly.
1601 /* GETNETENT_R_PROTO:
1602 * This symbol encodes the prototype of getnetent_r.
1603 * It is zero if d_getnetent_r is undef, and one of the
1604 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetent_r
1607 /*#define HAS_GETNETENT_R / **/
1608 #define GETNETENT_R_PROTO 0 /**/
1610 /* HAS_GETNET_PROTOS:
1611 * This symbol, if defined, indicates that <netdb.h> includes
1612 * prototypes for getnetent(), getnetbyname(), and
1613 * getnetbyaddr(). Otherwise, it is up to the program to guess
1614 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
1616 /*#define HAS_GETNET_PROTOS / **/
1619 * This symbol, if defined, indicates that the getpagesize system call
1620 * is available to get system page size, which is the granularity of
1621 * many memory management calls.
1623 /*#define HAS_GETPAGESIZE / **/
1626 * This symbol, if defined, indicates that the getprotoent() routine is
1627 * available to look up protocols in some data base or another.
1629 /*#define HAS_GETPROTOENT / **/
1632 * This symbol, if defined, indicates that the getpgrp routine is
1633 * available to get the current process group.
1636 * This symbol, if defined, indicates that getpgrp needs one
1637 * arguments whereas USG one needs none.
1639 /*#define HAS_GETPGRP / **/
1640 /*#define USE_BSD_GETPGRP / **/
1642 /* HAS_GETPROTOBYNAME:
1643 * This symbol, if defined, indicates that the getprotobyname()
1644 * routine is available to look up protocols by their name.
1646 /* HAS_GETPROTOBYNUMBER:
1647 * This symbol, if defined, indicates that the getprotobynumber()
1648 * routine is available to look up protocols by their number.
1650 /*#define HAS_GETPROTOBYNAME / **/
1651 /*#define HAS_GETPROTOBYNUMBER / **/
1653 /* HAS_GETPROTOBYNAME_R:
1654 * This symbol, if defined, indicates that the getprotobyname_r routine
1655 * is available to getprotobyname re-entrantly.
1657 /* GETPROTOBYNAME_R_PROTO:
1658 * This symbol encodes the prototype of getprotobyname_r.
1659 * It is zero if d_getprotobyname_r is undef, and one of the
1660 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotobyname_r
1663 /*#define HAS_GETPROTOBYNAME_R / **/
1664 #define GETPROTOBYNAME_R_PROTO 0 /**/
1666 /* HAS_GETPROTOBYNUMBER_R:
1667 * This symbol, if defined, indicates that the getprotobynumber_r routine
1668 * is available to getprotobynumber re-entrantly.
1670 /* GETPROTOBYNUMBER_R_PROTO:
1671 * This symbol encodes the prototype of getprotobynumber_r.
1672 * It is zero if d_getprotobynumber_r is undef, and one of the
1673 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotobynumber_r
1676 /*#define HAS_GETPROTOBYNUMBER_R / **/
1677 #define GETPROTOBYNUMBER_R_PROTO 0 /**/
1679 /* HAS_GETPROTOENT_R:
1680 * This symbol, if defined, indicates that the getprotoent_r routine
1681 * is available to getprotoent re-entrantly.
1683 /* GETPROTOENT_R_PROTO:
1684 * This symbol encodes the prototype of getprotoent_r.
1685 * It is zero if d_getprotoent_r is undef, and one of the
1686 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotoent_r
1689 /*#define HAS_GETPROTOENT_R / **/
1690 #define GETPROTOENT_R_PROTO 0 /**/
1692 /* HAS_GETPROTO_PROTOS:
1693 * This symbol, if defined, indicates that <netdb.h> includes
1694 * prototypes for getprotoent(), getprotobyname(), and
1695 * getprotobyaddr(). Otherwise, it is up to the program to guess
1696 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
1698 /*#define HAS_GETPROTO_PROTOS / **/
1701 * This symbol, if defined, indicates that the getpwent routine is
1702 * available for sequential access of the passwd database.
1703 * If this is not available, the older getpw() function may be available.
1705 /*#define HAS_GETPWENT / **/
1708 * This symbol, if defined, indicates that the getpwent_r routine
1709 * is available to getpwent re-entrantly.
1711 /* GETPWENT_R_PROTO:
1712 * This symbol encodes the prototype of getpwent_r.
1713 * It is zero if d_getpwent_r is undef, and one of the
1714 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwent_r
1717 /*#define HAS_GETPWENT_R / **/
1718 #define GETPWENT_R_PROTO 0 /**/
1721 * This symbol, if defined, indicates that the getpwnam_r routine
1722 * is available to getpwnam re-entrantly.
1724 /* GETPWNAM_R_PROTO:
1725 * This symbol encodes the prototype of getpwnam_r.
1726 * It is zero if d_getpwnam_r is undef, and one of the
1727 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwnam_r
1730 /*#define HAS_GETPWNAM_R / **/
1731 #define GETPWNAM_R_PROTO 0 /**/
1734 * This symbol, if defined, indicates that the getpwuid_r routine
1735 * is available to getpwuid re-entrantly.
1737 /* GETPWUID_R_PROTO:
1738 * This symbol encodes the prototype of getpwuid_r.
1739 * It is zero if d_getpwuid_r is undef, and one of the
1740 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwuid_r
1743 /*#define HAS_GETPWUID_R / **/
1744 #define GETPWUID_R_PROTO 0 /**/
1747 * This symbol, if defined, indicates that the getservent() routine is
1748 * available to look up network services in some data base or another.
1750 /*#define HAS_GETSERVENT / **/
1752 /* HAS_GETSERVBYNAME_R:
1753 * This symbol, if defined, indicates that the getservbyname_r routine
1754 * is available to getservbyname re-entrantly.
1756 /* GETSERVBYNAME_R_PROTO:
1757 * This symbol encodes the prototype of getservbyname_r.
1758 * It is zero if d_getservbyname_r is undef, and one of the
1759 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservbyname_r
1762 /*#define HAS_GETSERVBYNAME_R / **/
1763 #define GETSERVBYNAME_R_PROTO 0 /**/
1765 /* HAS_GETSERVBYPORT_R:
1766 * This symbol, if defined, indicates that the getservbyport_r routine
1767 * is available to getservbyport re-entrantly.
1769 /* GETSERVBYPORT_R_PROTO:
1770 * This symbol encodes the prototype of getservbyport_r.
1771 * It is zero if d_getservbyport_r is undef, and one of the
1772 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservbyport_r
1775 /*#define HAS_GETSERVBYPORT_R / **/
1776 #define GETSERVBYPORT_R_PROTO 0 /**/
1778 /* HAS_GETSERVENT_R:
1779 * This symbol, if defined, indicates that the getservent_r routine
1780 * is available to getservent re-entrantly.
1782 /* GETSERVENT_R_PROTO:
1783 * This symbol encodes the prototype of getservent_r.
1784 * It is zero if d_getservent_r is undef, and one of the
1785 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservent_r
1788 /*#define HAS_GETSERVENT_R / **/
1789 #define GETSERVENT_R_PROTO 0 /**/
1791 /* HAS_GETSERV_PROTOS:
1792 * This symbol, if defined, indicates that <netdb.h> includes
1793 * prototypes for getservent(), getservbyname(), and
1794 * getservbyaddr(). Otherwise, it is up to the program to guess
1795 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
1797 /*#define HAS_GETSERV_PROTOS / **/
1800 * This symbol, if defined, indicates that the getspnam_r routine
1801 * is available to getspnam re-entrantly.
1803 /* GETSPNAM_R_PROTO:
1804 * This symbol encodes the prototype of getspnam_r.
1805 * It is zero if d_getspnam_r is undef, and one of the
1806 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getspnam_r
1809 /*#define HAS_GETSPNAM_R / **/
1810 #define GETSPNAM_R_PROTO 0 /**/
1812 /* HAS_GETSERVBYNAME:
1813 * This symbol, if defined, indicates that the getservbyname()
1814 * routine is available to look up services by their name.
1816 /* HAS_GETSERVBYPORT:
1817 * This symbol, if defined, indicates that the getservbyport()
1818 * routine is available to look up services by their port.
1820 /*#define HAS_GETSERVBYNAME / **/
1821 /*#define HAS_GETSERVBYPORT / **/
1824 * This symbol, if defined, indicates that the gmtime_r routine
1825 * is available to gmtime re-entrantly.
1828 * This symbol encodes the prototype of gmtime_r.
1829 * It is zero if d_gmtime_r is undef, and one of the
1830 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_gmtime_r
1833 /*#define HAS_GMTIME_R / **/
1834 #define GMTIME_R_PROTO 0 /**/
1837 * This symbol, if defined, indicates to the C program that
1838 * the GNU C library is being used. A better check is to use
1839 * the __GLIBC__ and __GLIBC_MINOR__ symbols supplied with glibc.
1841 /*#define HAS_GNULIBC / **/
1842 #if defined(HAS_GNULIBC) && !defined(_GNU_SOURCE)
1843 # define _GNU_SOURCE
1847 * This symbol, if defined, indicates that the htonl() routine (and
1848 * friends htons() ntohl() ntohs()) are available to do network
1849 * order byte swapping.
1852 * This symbol, if defined, indicates that the htons() routine (and
1853 * friends htonl() ntohl() ntohs()) are available to do network
1854 * order byte swapping.
1857 * This symbol, if defined, indicates that the ntohl() routine (and
1858 * friends htonl() htons() ntohs()) are available to do network
1859 * order byte swapping.
1862 * This symbol, if defined, indicates that the ntohs() routine (and
1863 * friends htonl() htons() ntohl()) are available to do network
1864 * order byte swapping.
1866 /*#define HAS_HTONL / **/
1867 /*#define HAS_HTONS / **/
1868 /*#define HAS_NTOHL / **/
1869 /*#define HAS_NTOHS / **/
1872 * This manifest constant lets the C program know that isascii
1875 /*#define HAS_ISASCII / **/
1878 * This symbol, if defined, indicates that the lchown routine is
1879 * available to operate on a symbolic link (instead of following the
1882 /*#define HAS_LCHOWN / **/
1885 * This symbol, if defined, indicates that the localtime_r routine
1886 * is available to localtime re-entrantly.
1888 /* LOCALTIME_R_NEEDS_TZSET:
1889 * Many libc's localtime_r implementations do not call tzset,
1890 * making them differ from localtime(), and making timezone
1891 * changes using $ENV{TZ} without explicitly calling tzset
1892 * impossible. This symbol makes us call tzset before localtime_r
1894 /*#define LOCALTIME_R_NEEDS_TZSET / **/
1895 #ifdef LOCALTIME_R_NEEDS_TZSET
1896 #define L_R_TZSET tzset(),
1901 /* LOCALTIME_R_PROTO:
1902 * This symbol encodes the prototype of localtime_r.
1903 * It is zero if d_localtime_r is undef, and one of the
1904 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_localtime_r
1907 /*#define HAS_LOCALTIME_R / **/
1908 #define LOCALTIME_R_PROTO 0 /**/
1911 * This symbol will be defined if the C compiler supports long
1915 * This symbol contains the size of a long double, so that the
1916 * C preprocessor can make decisions based on it. It is only
1917 * defined if the system supports long doubles.
1919 /*#define HAS_LONG_DOUBLE / **/
1920 #ifdef HAS_LONG_DOUBLE
1921 #define LONG_DOUBLESIZE 8 /**/
1925 * This symbol will be defined if the C compiler supports long long.
1928 * This symbol contains the size of a long long, so that the
1929 * C preprocessor can make decisions based on it. It is only
1930 * defined if the system supports long long.
1932 /*#define HAS_LONG_LONG / **/
1933 #ifdef HAS_LONG_LONG
1934 #define LONGLONGSIZE 8 /**/
1938 * This symbol, if defined, indicates that the system provides
1939 * a prototype for the lseek() function. Otherwise, it is up
1940 * to the program to supply one. A good guess is
1941 * extern off_t lseek(int, off_t, int);
1943 /*#define HAS_LSEEK_PROTO / **/
1946 * This symbol, if defined, indicates that the memchr routine is available
1947 * to locate characters within a C string.
1949 #define HAS_MEMCHR /**/
1952 * This symbol, if defined, indicates that the mkstemp routine is
1953 * available to exclusively create and open a uniquely named
1956 /*#define HAS_MKSTEMP / **/
1959 * This symbol, if defined, indicates that the mmap system call is
1960 * available to map a file into memory.
1963 * This symbol holds the return type of the mmap() system call
1964 * (and simultaneously the type of the first argument).
1965 * Usually set to 'void *' or 'caddr_t'.
1967 /*#define HAS_MMAP / **/
1968 #define Mmap_t void * /**/
1971 * This symbol, if defined, indicates that the entire msg*(2) library is
1972 * supported (IPC mechanism based on message queues).
1974 /*#define HAS_MSG / **/
1977 * This manifest constant lets the C program know that the three
1978 * argument form of open(2) is available.
1980 /*#define HAS_OPEN3 / **/
1982 /* OLD_PTHREAD_CREATE_JOINABLE:
1983 * This symbol, if defined, indicates how to create pthread
1984 * in joinable (aka undetached) state. NOTE: not defined
1985 * if pthread.h already has defined PTHREAD_CREATE_JOINABLE
1986 * (the new version of the constant).
1987 * If defined, known values are PTHREAD_CREATE_UNDETACHED
1990 /*#define OLD_PTHREAD_CREATE_JOINABLE / **/
1992 /* HAS_PTHREAD_ATFORK:
1993 * This symbol, if defined, indicates that the pthread_atfork routine
1994 * is available to setup fork handlers.
1996 /*#define HAS_PTHREAD_ATFORK / **/
1998 /* HAS_PTHREAD_YIELD:
1999 * This symbol, if defined, indicates that the pthread_yield
2000 * routine is available to yield the execution of the current
2001 * thread. sched_yield is preferable to pthread_yield.
2004 * This symbol defines the way to yield the execution of
2005 * the current thread. Known ways are sched_yield,
2006 * pthread_yield, and pthread_yield with NULL.
2009 * This symbol, if defined, indicates that the sched_yield
2010 * routine is available to yield the execution of the current
2011 * thread. sched_yield is preferable to pthread_yield.
2013 /*#define HAS_PTHREAD_YIELD / **/
2014 #define SCHED_YIELD sched_yield() /**/
2015 /*#define HAS_SCHED_YIELD / **/
2018 * This symbol, if defined, indicates that the random_r routine
2019 * is available to random re-entrantly.
2022 * This symbol encodes the prototype of random_r.
2023 * It is zero if d_random_r is undef, and one of the
2024 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_random_r
2027 /*#define HAS_RANDOM_R / **/
2028 #define RANDOM_R_PROTO 0 /**/
2031 * This symbol, if defined, indicates that the readdir64_r routine
2032 * is available to readdir64 re-entrantly.
2034 /* READDIR64_R_PROTO:
2035 * This symbol encodes the prototype of readdir64_r.
2036 * It is zero if d_readdir64_r is undef, and one of the
2037 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_readdir64_r
2040 /*#define HAS_READDIR64_R / **/
2041 #define READDIR64_R_PROTO 0 /**/
2044 * This symbol, if defined, indicates that the readdir_r routine
2045 * is available to readdir re-entrantly.
2048 * This symbol encodes the prototype of readdir_r.
2049 * It is zero if d_readdir_r is undef, and one of the
2050 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_readdir_r
2053 /*#define HAS_READDIR_R / **/
2054 #define READDIR_R_PROTO 0 /**/
2057 * This symbol, if defined, indicates that the bcopy routine is available
2058 * to copy potentially overlapping memory blocks. Normally, you should
2059 * probably use memmove() or memcpy(). If neither is defined, roll your
2062 /*#define HAS_SAFE_BCOPY / **/
2065 * This symbol, if defined, indicates that the memcpy routine is available
2066 * to copy potentially overlapping memory blocks. If you need to
2067 * copy overlapping memory blocks, you should check HAS_MEMMOVE and
2068 * use memmove() instead, if available.
2070 /*#define HAS_SAFE_MEMCPY / **/
2073 * This symbol, if defined, indicates that the memcmp routine is available
2074 * and can be used to compare relative magnitudes of chars with their high
2075 * bits set. If it is not defined, roll your own version.
2077 /*#define HAS_SANE_MEMCMP / **/
2080 * This symbol, if defined, indicates that the entire sem*(2) library is
2083 /*#define HAS_SEM / **/
2086 * This symbol, if defined, indicates that the setgrent routine is
2087 * available for initializing sequential access of the group database.
2089 /*#define HAS_SETGRENT / **/
2092 * This symbol, if defined, indicates that the setgrent_r routine
2093 * is available to setgrent re-entrantly.
2095 /* SETGRENT_R_PROTO:
2096 * This symbol encodes the prototype of setgrent_r.
2097 * It is zero if d_setgrent_r is undef, and one of the
2098 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_setgrent_r
2101 /*#define HAS_SETGRENT_R / **/
2102 #define SETGRENT_R_PROTO 0 /**/
2105 * This symbol, if defined, indicates that the sethostent() routine is
2108 /*#define HAS_SETHOSTENT / **/
2110 /* HAS_SETHOSTENT_R:
2111 * This symbol, if defined, indicates that the sethostent_r routine
2112 * is available to sethostent re-entrantly.
2114 /* SETHOSTENT_R_PROTO:
2115 * This symbol encodes the prototype of sethostent_r.
2116 * It is zero if d_sethostent_r is undef, and one of the
2117 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_sethostent_r
2120 /*#define HAS_SETHOSTENT_R / **/
2121 #define SETHOSTENT_R_PROTO 0 /**/
2124 * This symbol, if defined, indicates that the setlocale_r routine
2125 * is available to setlocale re-entrantly.
2127 /* SETLOCALE_R_PROTO:
2128 * This symbol encodes the prototype of setlocale_r.
2129 * It is zero if d_setlocale_r is undef, and one of the
2130 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_setlocale_r
2133 /*#define HAS_SETLOCALE_R / **/
2134 #define SETLOCALE_R_PROTO 0 /**/
2137 * This symbol, if defined, indicates that the setnetent() routine is
2140 /*#define HAS_SETNETENT / **/
2143 * This symbol, if defined, indicates that the setnetent_r routine
2144 * is available to setnetent re-entrantly.
2146 /* SETNETENT_R_PROTO:
2147 * This symbol encodes the prototype of setnetent_r.
2148 * It is zero if d_setnetent_r is undef, and one of the
2149 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_setnetent_r
2152 /*#define HAS_SETNETENT_R / **/
2153 #define SETNETENT_R_PROTO 0 /**/
2156 * This symbol, if defined, indicates that the setprotoent() routine is
2159 /*#define HAS_SETPROTOENT / **/
2162 * This symbol, if defined, indicates that the setpgrp routine is
2163 * available to set the current process group.
2166 * This symbol, if defined, indicates that setpgrp needs two
2167 * arguments whereas USG one needs none. See also HAS_SETPGID
2168 * for a POSIX interface.
2170 /*#define HAS_SETPGRP / **/
2171 /*#define USE_BSD_SETPGRP / **/
2173 /* HAS_SETPROTOENT_R:
2174 * This symbol, if defined, indicates that the setprotoent_r routine
2175 * is available to setprotoent re-entrantly.
2177 /* SETPROTOENT_R_PROTO:
2178 * This symbol encodes the prototype of setprotoent_r.
2179 * It is zero if d_setprotoent_r is undef, and one of the
2180 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_setprotoent_r
2183 /*#define HAS_SETPROTOENT_R / **/
2184 #define SETPROTOENT_R_PROTO 0 /**/
2187 * This symbol, if defined, indicates that the setpwent routine is
2188 * available for initializing sequential access of the passwd database.
2190 /*#define HAS_SETPWENT / **/
2193 * This symbol, if defined, indicates that the setpwent_r routine
2194 * is available to setpwent re-entrantly.
2196 /* SETPWENT_R_PROTO:
2197 * This symbol encodes the prototype of setpwent_r.
2198 * It is zero if d_setpwent_r is undef, and one of the
2199 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_setpwent_r
2202 /*#define HAS_SETPWENT_R / **/
2203 #define SETPWENT_R_PROTO 0 /**/
2206 * This symbol, if defined, indicates that the setservent() routine is
2209 /*#define HAS_SETSERVENT / **/
2211 /* HAS_SETSERVENT_R:
2212 * This symbol, if defined, indicates that the setservent_r routine
2213 * is available to setservent re-entrantly.
2215 /* SETSERVENT_R_PROTO:
2216 * This symbol encodes the prototype of setservent_r.
2217 * It is zero if d_setservent_r is undef, and one of the
2218 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_setservent_r
2221 /*#define HAS_SETSERVENT_R / **/
2222 #define SETSERVENT_R_PROTO 0 /**/
2225 * This symbol, if defined, indicates that the setvbuf routine is
2226 * available to change buffering on an open stdio stream.
2227 * to a line-buffered mode.
2229 /*#define HAS_SETVBUF / **/
2232 * This symbol, if defined, indicates that the entire shm*(2) library is
2235 /*#define HAS_SHM / **/
2238 * This symbol holds the return type of the shmat() system call.
2239 * Usually set to 'void *' or 'char *'.
2241 /* HAS_SHMAT_PROTOTYPE:
2242 * This symbol, if defined, indicates that the sys/shm.h includes
2243 * a prototype for shmat(). Otherwise, it is up to the program to
2244 * guess one. Shmat_t shmat(int, Shmat_t, int) is a good guess,
2245 * but not always right so it should be emitted by the program only
2246 * when HAS_SHMAT_PROTOTYPE is not defined to avoid conflicting defs.
2248 #define Shmat_t void * /**/
2249 /*#define HAS_SHMAT_PROTOTYPE / **/
2252 * This symbol, if defined, indicates that Vr4's sigaction() routine
2255 /*#define HAS_SIGACTION / **/
2258 * This variable indicates to the C program that the sigsetjmp()
2259 * routine is available to save the calling process's registers
2260 * and stack environment for later use by siglongjmp(), and
2261 * to optionally save the process's signal mask. See
2262 * Sigjmp_buf, Sigsetjmp, and Siglongjmp.
2265 * This is the buffer type to be used with Sigsetjmp and Siglongjmp.
2268 * This macro is used in the same way as sigsetjmp(), but will invoke
2269 * traditional setjmp() if sigsetjmp isn't available.
2270 * See HAS_SIGSETJMP.
2273 * This macro is used in the same way as siglongjmp(), but will invoke
2274 * traditional longjmp() if siglongjmp isn't available.
2275 * See HAS_SIGSETJMP.
2277 /*#define HAS_SIGSETJMP / **/
2278 #ifdef HAS_SIGSETJMP
2279 #define Sigjmp_buf sigjmp_buf
2280 #define Sigsetjmp(buf,save_mask) sigsetjmp((buf),(save_mask))
2281 #define Siglongjmp(buf,retval) siglongjmp((buf),(retval))
2283 #define Sigjmp_buf jmp_buf
2284 #define Sigsetjmp(buf,save_mask) setjmp((buf))
2285 #define Siglongjmp(buf,retval) longjmp((buf),(retval))
2289 * This symbol, if defined, indicates that the BSD socket interface is
2293 * This symbol, if defined, indicates that the BSD socketpair() call is
2297 * This symbol, if defined, indicates that the MSG_CTRUNC is supported.
2298 * Checking just with #ifdef might not be enough because this symbol
2299 * has been known to be an enum.
2301 /* HAS_MSG_DONTROUTE:
2302 * This symbol, if defined, indicates that the MSG_DONTROUTE is supported.
2303 * Checking just with #ifdef might not be enough because this symbol
2304 * has been known to be an enum.
2307 * This symbol, if defined, indicates that the MSG_OOB is supported.
2308 * Checking just with #ifdef might not be enough because this symbol
2309 * has been known to be an enum.
2312 * This symbol, if defined, indicates that the MSG_PEEK is supported.
2313 * Checking just with #ifdef might not be enough because this symbol
2314 * has been known to be an enum.
2317 * This symbol, if defined, indicates that the MSG_PROXY is supported.
2318 * Checking just with #ifdef might not be enough because this symbol
2319 * has been known to be an enum.
2322 * This symbol, if defined, indicates that the SCM_RIGHTS is supported.
2323 * Checking just with #ifdef might not be enough because this symbol
2324 * has been known to be an enum.
2326 /* HAS_SOCKADDR_SA_LEN:
2327 * This symbol, if defined, indicates that the struct sockaddr
2328 * structure has a member called sa_len, indicating the length of
2331 /* HAS_SOCKADDR_IN6:
2332 * This symbol, if defined, indicates the availability of
2333 * struct sockaddr_in6;
2335 /* HAS_SIN6_SCOPE_ID:
2336 * This symbol, if defined, indicates that the struct sockaddr_in6
2337 * structure has a member called sin6_scope_id.
2340 * This symbol, if defined, indicates the availability of
2343 /* HAS_IP_MREQ_SOURCE:
2344 * This symbol, if defined, indicates the availability of
2345 * struct ip_mreq_source;
2348 * This symbol, if defined, indicates the availability of
2351 /* HAS_IPV6_MREQ_SOURCE:
2352 * This symbol, if defined, indicates the availability of
2353 * struct ipv6_mreq_source;
2355 /*#define HAS_SOCKET / **/
2356 /*#define HAS_SOCKETPAIR / **/
2357 /*#define HAS_SOCKADDR_SA_LEN / **/
2358 /*#define HAS_MSG_CTRUNC / **/
2359 /*#define HAS_MSG_DONTROUTE / **/
2360 /*#define HAS_MSG_OOB / **/
2361 /*#define HAS_MSG_PEEK / **/
2362 /*#define HAS_MSG_PROXY / **/
2363 /*#define HAS_SCM_RIGHTS / **/
2364 /*#define HAS_SOCKADDR_IN6 / **/
2365 /*#define HAS_SIN6_SCOPE_ID / **/
2366 /*#define HAS_IP_MREQ / **/
2367 /*#define HAS_IP_MREQ_SOURCE / **/
2368 /*#define HAS_IPV6_MREQ / **/
2369 /*#define HAS_IPV6_MREQ_SOURCE / **/
2372 * This symbol, if defined, indicates that the srand48_r routine
2373 * is available to srand48 re-entrantly.
2376 * This symbol encodes the prototype of srand48_r.
2377 * It is zero if d_srand48_r is undef, and one of the
2378 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_srand48_r
2381 /*#define HAS_SRAND48_R / **/
2382 #define SRAND48_R_PROTO 0 /**/
2385 * This symbol, if defined, indicates that the srandom_r routine
2386 * is available to srandom re-entrantly.
2389 * This symbol encodes the prototype of srandom_r.
2390 * It is zero if d_srandom_r is undef, and one of the
2391 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_srandom_r
2394 /*#define HAS_SRANDOM_R / **/
2395 #define SRANDOM_R_PROTO 0 /**/
2398 * This symbol is defined if this system has a stat structure declaring
2399 * st_blksize and st_blocks.
2401 #ifndef USE_STAT_BLOCKS
2402 /*#define USE_STAT_BLOCKS / **/
2405 /* HAS_STATIC_INLINE:
2406 * This symbol, if defined, indicates that the C compiler supports
2407 * C99-style static inline. That is, the function can't be called
2408 * from another translation unit.
2410 /* PERL_STATIC_INLINE:
2411 * This symbol gives the best-guess incantation to use for static
2412 * inline functions. If HAS_STATIC_INLINE is defined, this will
2413 * give C99-style inline. If HAS_STATIC_INLINE is not defined,
2414 * this will give a plain 'static'. It will always be defined
2415 * to something that gives static linkage.
2416 * Possibilities include
2417 * static inline (c99)
2418 * static __inline__ (gcc -ansi)
2419 * static __inline (MSVC)
2420 * static _inline (older MSVC)
2421 * static (c89 compilers)
2423 /*#define HAS_STATIC_INLINE / **/
2424 #define PERL_STATIC_INLINE static /**/
2427 * This symbol is defined if the _ptr and _cnt fields (or similar)
2428 * of the stdio FILE structure can be used to access the stdio buffer
2429 * for a file handle. If this is defined, then the FILE_ptr(fp)
2430 * and FILE_cnt(fp) macros will also be defined and should be used
2431 * to access these fields.
2434 * This macro is used to access the _ptr field (or equivalent) of the
2435 * FILE structure pointed to by its argument. This macro will always be
2436 * defined if USE_STDIO_PTR is defined.
2438 /* STDIO_PTR_LVALUE:
2439 * This symbol is defined if the FILE_ptr macro can be used as an
2443 * This macro is used to access the _cnt field (or equivalent) of the
2444 * FILE structure pointed to by its argument. This macro will always be
2445 * defined if USE_STDIO_PTR is defined.
2447 /* STDIO_CNT_LVALUE:
2448 * This symbol is defined if the FILE_cnt macro can be used as an
2451 /* STDIO_PTR_LVAL_SETS_CNT:
2452 * This symbol is defined if using the FILE_ptr macro as an lvalue
2453 * to increase the pointer by n has the side effect of decreasing the
2454 * value of File_cnt(fp) by n.
2456 /* STDIO_PTR_LVAL_NOCHANGE_CNT:
2457 * This symbol is defined if using the FILE_ptr macro as an lvalue
2458 * to increase the pointer by n leaves File_cnt(fp) unchanged.
2460 /*#define USE_STDIO_PTR / **/
2461 #ifdef USE_STDIO_PTR
2462 #define FILE_ptr(fp) ((fp)->_IO_read_ptr)
2463 /*#define STDIO_PTR_LVALUE / **/
2464 #define FILE_cnt(fp) ((fp)->_IO_read_end - (fp)->_IO_read_ptr)
2465 /*#define STDIO_CNT_LVALUE / **/
2466 /*#define STDIO_PTR_LVAL_SETS_CNT / **/
2467 /*#define STDIO_PTR_LVAL_NOCHANGE_CNT / **/
2471 * This symbol is defined if the _base field (or similar) of the
2472 * stdio FILE structure can be used to access the stdio buffer for
2473 * a file handle. If this is defined, then the FILE_base(fp) macro
2474 * will also be defined and should be used to access this field.
2475 * Also, the FILE_bufsiz(fp) macro will be defined and should be used
2476 * to determine the number of bytes in the buffer. USE_STDIO_BASE
2477 * will never be defined unless USE_STDIO_PTR is.
2480 * This macro is used to access the _base field (or equivalent) of the
2481 * FILE structure pointed to by its argument. This macro will always be
2482 * defined if USE_STDIO_BASE is defined.
2485 * This macro is used to determine the number of bytes in the I/O
2486 * buffer pointed to by _base field (or equivalent) of the FILE
2487 * structure pointed to its argument. This macro will always be defined
2488 * if USE_STDIO_BASE is defined.
2490 /*#define USE_STDIO_BASE / **/
2491 #ifdef USE_STDIO_BASE
2492 #define FILE_base(fp) ((fp)->_IO_read_base)
2493 #define FILE_bufsiz(fp) ((fp)->_IO_read_end - (fp)->_IO_read_base)
2497 * This symbol, if defined, indicates that this C compiler knows how
2498 * to copy structures. If undefined, you'll need to use a block copy
2499 * routine of some sort instead.
2501 /*#define USE_STRUCT_COPY / **/
2504 * This symbol, if defined, indicates that the strerror routine is
2505 * available to translate error numbers to strings. See the writeup
2506 * of Strerror() in this file before you try to define your own.
2509 * This symbol, if defined, indicates that the sys_errlist array is
2510 * available to translate error numbers to strings. The extern int
2511 * sys_nerr gives the size of that table.
2514 * This preprocessor symbol is defined as a macro if strerror() is
2515 * not available to translate error numbers to strings but sys_errlist[]
2518 /*#define HAS_STRERROR / **/
2519 /*#define HAS_SYS_ERRLIST / **/
2520 #define Strerror(e) strerror(e)
2523 * This symbol, if defined, indicates that the strerror_r routine
2524 * is available to strerror re-entrantly.
2526 /* STRERROR_R_PROTO:
2527 * This symbol encodes the prototype of strerror_r.
2528 * It is zero if d_strerror_r is undef, and one of the
2529 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_strerror_r
2532 /*#define HAS_STRERROR_R / **/
2533 #define STRERROR_R_PROTO 0 /**/
2536 * This symbol, if defined, indicates that the strtoul routine is
2537 * available to provide conversion of strings to unsigned long.
2539 #define HAS_STRTOUL /**/
2542 * This symbol, if defined, indicates that the time() routine exists.
2545 * This symbol holds the type returned by time(). It can be long,
2546 * or time_t on BSD sites (in which case <sys/types.h> should be
2549 #define HAS_TIME /**/
2550 #define Time_t time_t /* Time type */
2553 * This symbol, if defined, indicates that the times() routine exists.
2554 * Note that this became obsolete on some systems (SUNOS), which now
2555 * use getrusage(). It may be necessary to include <sys/times.h>.
2557 /*#define HAS_TIMES / **/
2560 * This symbol, if defined, indicates that the tmpnam_r routine
2561 * is available to tmpnam re-entrantly.
2564 * This symbol encodes the prototype of tmpnam_r.
2565 * It is zero if d_tmpnam_r is undef, and one of the
2566 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_tmpnam_r
2569 /*#define HAS_TMPNAM_R / **/
2570 #define TMPNAM_R_PROTO 0 /**/
2573 * This symbol, if defined, indicates that the ttyname_r routine
2574 * is available to ttyname re-entrantly.
2577 * This symbol encodes the prototype of ttyname_r.
2578 * It is zero if d_ttyname_r is undef, and one of the
2579 * REENTRANT_PROTO_T_ABC macros of reentr.h if d_ttyname_r
2582 /*#define HAS_TTYNAME_R / **/
2583 #define TTYNAME_R_PROTO 0 /**/
2586 * This symbol, if defined, indicates that the union semun is
2587 * defined by including <sys/sem.h>. If not, the user code
2588 * probably needs to define it as:
2591 * struct semid_ds *buf;
2592 * unsigned short *array;
2595 /* USE_SEMCTL_SEMUN:
2596 * This symbol, if defined, indicates that union semun is
2597 * used for semctl IPC_STAT.
2599 /* USE_SEMCTL_SEMID_DS:
2600 * This symbol, if defined, indicates that struct semid_ds * is
2601 * used for semctl IPC_STAT.
2603 /*#define HAS_UNION_SEMUN / **/
2604 /*#define USE_SEMCTL_SEMUN / **/
2605 /*#define USE_SEMCTL_SEMID_DS / **/
2608 * This symbol, if defined, indicates that vfork() exists.
2610 /*#define HAS_VFORK / **/
2613 * This symbol, if defined, indicates that an emulation of the
2614 * fork routine is available.
2616 /*#define HAS_PSEUDOFORK / **/
2619 * This symbol's value is either "void" or "int", corresponding to the
2620 * appropriate return type of a signal handler. Thus, you can declare
2621 * a signal handler using "Signal_t (*handler)()", and define the
2622 * handler using "Signal_t handler(sig)".
2624 #define Signal_t int /* Signal handler's return type */
2627 * This symbol, if defined, indicates that this C compiler knows about
2628 * the volatile declaration.
2630 /*#define HASVOLATILE / **/
2636 * This symbol, if defined, indicates that the vprintf routine is available
2637 * to printf with a pointer to an argument list. If unavailable, you
2638 * may need to write your own, probably in terms of _doprnt().
2640 /* USE_CHAR_VSPRINTF:
2641 * This symbol is defined if this system has vsprintf() returning type
2642 * (char*). The trend seems to be to declare it as "int vsprintf()". It
2643 * is up to the package author to declare vsprintf correctly based on the
2646 #define HAS_VPRINTF /**/
2647 /*#define USE_CHAR_VSPRINTF / **/
2650 * This symbol contains the size of a double, so that the C preprocessor
2651 * can make decisions based on it.
2653 #define DOUBLESIZE 8 /**/
2656 * This symbol, if defined, indicates that this system uses
2659 /*#define EBCDIC / **/
2662 * This symbol holds the type used to declare file positions in libc.
2663 * It can be fpos_t, long, uint, etc... It may be necessary to include
2664 * <sys/types.h> to get any typedef'ed information.
2666 #define Fpos_t int /* File position type */
2669 * This symbol defines the format string used for printing a Gid_t.
2671 #define Gid_t_f "lu" /**/
2674 * This symbol holds the signedness of a Gid_t.
2675 * 1 for unsigned, -1 for signed.
2677 #define Gid_t_sign 1 /* GID sign */
2680 * This symbol holds the size of a Gid_t in bytes.
2682 #define Gid_t_size 4 /* GID size */
2685 * This symbol holds the return type of getgid() and the type of
2686 * argument to setrgid() and related functions. Typically,
2687 * it is the type of group ids in the kernel. It can be int, ushort,
2688 * gid_t, etc... It may be necessary to include <sys/types.h> to get
2689 * any typedef'ed information.
2691 #define Gid_t int /* Type for getgid(), etc... */
2694 * This symbol, if defined, indicates to the C program that it should
2695 * include <dirent.h>. Using this symbol also triggers the definition
2696 * of the Direntry_t define which ends up being 'struct dirent' or
2697 * 'struct direct' depending on the availability of <dirent.h>.
2700 * This symbol, if defined, indicates to the C program that the length
2701 * of directory entry names is provided by a d_namlen field. Otherwise
2702 * you need to do strlen() on the d_name field.
2705 * This symbol is set to 'struct direct' or 'struct dirent' depending on
2706 * whether dirent is available or not. You should use this pseudo type to
2707 * portably declare your directory entries.
2709 #define I_DIRENT /**/
2710 /*#define DIRNAMLEN / **/
2711 #define Direntry_t struct dirent
2714 * This symbol, if defined, indicates to the C program that it should
2718 * This symbol, if defined, indicates to the C program that struct group
2719 * in <grp.h> contains gr_passwd.
2721 /*#define I_GRP / **/
2722 /*#define GRPASSWD / **/
2725 * This symbol, if defined, indicates to the C program that it should
2726 * include <mach/cthreads.h>.
2728 /*#define I_MACH_CTHREADS / **/
2731 * This symbol, if defined, indicates that <ndbm.h> exists and should
2735 * This symbol, if defined, indicates that <gdbm/ndbm.h> exists and should
2736 * be included. This was the location of the ndbm.h compatibility file
2740 * This symbol, if defined, indicates that <gdbm-ndbm.h> exists and should
2741 * be included. This is the location of the ndbm.h compatibility file
2744 /* NDBM_H_USES_PROTOTYPES:
2745 * This symbol, if defined, indicates that <ndbm.h> uses real ANSI C
2746 * prototypes instead of K&R style function declarations without any
2747 * parameter information. While ANSI C prototypes are supported in C++,
2748 * K&R style function declarations will yield errors.
2750 /* GDBMNDBM_H_USES_PROTOTYPES:
2751 * This symbol, if defined, indicates that <gdbm/ndbm.h> uses real ANSI C
2752 * prototypes instead of K&R style function declarations without any
2753 * parameter information. While ANSI C prototypes are supported in C++,
2754 * K&R style function declarations will yield errors.
2756 /* GDBM_NDBM_H_USES_PROTOTYPES:
2757 * This symbol, if defined, indicates that <gdbm-ndbm.h> uses real ANSI C
2758 * prototypes instead of K&R style function declarations without any
2759 * parameter information. While ANSI C prototypes are supported in C++,
2760 * K&R style function declarations will yield errors.
2762 /*#define I_NDBM / **/
2763 /*#define I_GDBMNDBM / **/
2764 /*#define I_GDBM_NDBM / **/
2765 /*#define NDBM_H_USES_PROTOTYPES / **/
2766 /*#define GDBMNDBM_H_USES_PROTOTYPES / **/
2767 /*#define GDBM_NDBM_H_USES_PROTOTYPES / **/
2770 * This symbol, if defined, indicates that <netdb.h> exists and
2771 * should be included.
2773 /*#define I_NETDB / **/
2776 * This symbol, if defined, indicates that <net/errno.h> exists and
2777 * should be included.
2779 /*#define I_NET_ERRNO / **/
2782 * This symbol, if defined, indicates to the C program that it should
2783 * include <pthread.h>.
2785 /*#define I_PTHREAD / **/
2788 * This symbol, if defined, indicates to the C program that it should
2792 * This symbol, if defined, indicates to the C program that struct passwd
2793 * contains pw_quota.
2796 * This symbol, if defined, indicates to the C program that struct passwd
2800 * This symbol, if defined, indicates to the C program that struct passwd
2801 * contains pw_change.
2804 * This symbol, if defined, indicates to the C program that struct passwd
2805 * contains pw_class.
2808 * This symbol, if defined, indicates to the C program that struct passwd
2809 * contains pw_expire.
2812 * This symbol, if defined, indicates to the C program that struct passwd
2813 * contains pw_comment.
2816 * This symbol, if defined, indicates to the C program that struct passwd
2817 * contains pw_gecos.
2820 * This symbol, if defined, indicates to the C program that struct passwd
2821 * contains pw_passwd.
2823 /*#define I_PWD / **/
2824 /*#define PWQUOTA / **/
2825 /*#define PWAGE / **/
2826 /*#define PWCHANGE / **/
2827 /*#define PWCLASS / **/
2828 /*#define PWEXPIRE / **/
2829 /*#define PWCOMMENT / **/
2830 /*#define PWGECOS / **/
2831 /*#define PWPASSWD / **/
2834 * This symbol, if defined, indicates to the C program that it should
2835 * include <sys/access.h>.
2837 /*#define I_SYS_ACCESS / **/
2840 * This symbol, if defined, indicates to the C program that it should
2841 * include <sys/security.h>.
2843 /*#define I_SYS_SECURITY / **/
2846 * This symbol, if defined, indicates that <sys/uio.h> exists and
2847 * should be included.
2849 /*#define I_SYSUIO / **/
2852 * This symbol, if defined, indicates to the C program that it should
2856 * This symbol, if defined, indicates to the C program that it should
2857 * include <sys/time.h>.
2859 /* I_SYS_TIME_KERNEL:
2860 * This symbol, if defined, indicates to the C program that it should
2861 * include <sys/time.h> with KERNEL defined.
2864 * This symbol, if defined, indicates to the C program that
2865 * the struct tm has a tm_zone field.
2867 /* HAS_TM_TM_GMTOFF:
2868 * This symbol, if defined, indicates to the C program that
2869 * the struct tm has a tm_gmtoff field.
2872 /*#define I_SYS_TIME / **/
2873 /*#define I_SYS_TIME_KERNEL / **/
2874 /*#define HAS_TM_TM_ZONE / **/
2875 /*#define HAS_TM_TM_GMTOFF / **/
2878 * This symbol, if defined, indicates that <stdarg.h> exists and should
2882 * This symbol, if defined, indicates to the C program that it should
2883 * include <varargs.h>.
2885 #define I_STDARG /**/
2886 /*#define I_VARARGS / **/
2888 /* PERL_INC_VERSION_LIST:
2889 * This variable specifies the list of subdirectories in over
2890 * which perl.c:incpush() and lib/lib.pm will automatically
2891 * search when adding directories to @INC, in a format suitable
2892 * for a C initialization string. See the inc_version_list entry
2893 * in Porting/Glossary for more details.
2895 /*#define PERL_INC_VERSION_LIST NULL / **/
2897 /* INSTALL_USR_BIN_PERL:
2898 * This symbol, if defined, indicates that Perl is to be installed
2899 * also as /usr/bin/perl.
2901 /*#define INSTALL_USR_BIN_PERL / **/
2904 * This symbol holds the type used to declare offsets in the kernel.
2905 * It can be int, long, off_t, etc... It may be necessary to include
2906 * <sys/types.h> to get any typedef'ed information.
2909 * This symbol holds the number of bytes used by the Off_t.
2912 * This symbol holds the number of bytes used by the Off_t.
2914 #define Off_t int /* <offset> type */
2915 #define LSEEKSIZE 4 /* <offset> size */
2916 #define Off_t_size 4 /* <offset> size */
2919 * This variable contains the return type of free(). It is usually
2920 * void, but occasionally int.
2923 * This symbol is the type of pointer returned by malloc and realloc.
2925 #define Malloc_t void * /**/
2926 #define Free_t void /**/
2928 /* PERL_MALLOC_WRAP:
2929 * This symbol, if defined, indicates that we'd like malloc wrap checks.
2931 /*#define PERL_MALLOC_WRAP / **/
2934 * This symbol, if defined, indicates that we're using our own malloc.
2936 /*#define MYMALLOC / **/
2939 * This symbol holds the type used to declare file modes
2940 * for systems calls. It is usually mode_t, but may be
2941 * int or unsigned short. It may be necessary to include <sys/types.h>
2942 * to get any typedef'ed information.
2944 #define Mode_t int /* file mode parameter for system calls */
2947 * This symbol is to be used during open() or fcntl(F_SETFL) to turn on
2948 * non-blocking I/O for the file descriptor. Note that there is no way
2949 * back, i.e. you cannot turn it blocking again this way. If you wish to
2950 * alternatively switch between blocking and non-blocking, use the
2951 * ioctl(FIOSNBIO) call instead, but that is not supported by all devices.
2954 * This symbol holds the errno error code set by read() when no data was
2955 * present on the non-blocking file descriptor.
2958 * This symbol holds the return code from read() when no data is present
2959 * on the non-blocking file descriptor. Be careful! If EOF_NONBLOCK is
2960 * not defined, then you can't distinguish between no data and EOF by
2961 * issuing a read(). You'll have to find another way to tell for sure!
2964 * This symbol, if defined, indicates to the C program that a read() on
2965 * a non-blocking file descriptor will return 0 on EOF, and not the value
2966 * held in RD_NODATA (-1 usually, in that case!).
2968 #define VAL_O_NONBLOCK O_NONBLOCK
2969 #define VAL_EAGAIN EAGAIN
2970 #define RD_NODATA -1
2974 * This symbol holds the type used for the 1st argument
2975 * to gethostbyaddr().
2978 * This symbol holds the type used for the 2nd argument
2979 * to gethostbyaddr().
2982 * This symbol holds the type used for the argument to
2986 * This symbol holds the type used for the 1st argument to
2989 #define Netdb_host_t const char * /**/
2990 #define Netdb_hlen_t int /**/
2991 #define Netdb_name_t const char * /**/
2992 #define Netdb_net_t unsigned long /**/
2994 /* PERL_OTHERLIBDIRS:
2995 * This variable contains a colon-separated set of paths for the perl
2996 * binary to search for additional library files or modules.
2997 * These directories will be tacked to the end of @INC.
2998 * Perl will automatically search below each path for version-
2999 * and architecture-specific directories. See PERL_INC_VERSION_LIST
3002 /*#define PERL_OTHERLIBDIRS " " / **/
3005 * This symbol holds the type used to declare process ids in the kernel.
3006 * It can be int, uint, pid_t, etc... It may be necessary to include
3007 * <sys/types.h> to get any typedef'ed information.
3009 #define Pid_t int /* PID type */
3012 * This symbol contains the name of the private library for this package.
3013 * The library is private in the sense that it needn't be in anyone's
3014 * execution path, but it should be accessible by the world. The program
3015 * should be prepared to do ~ expansion.
3018 * This symbol contains the ~name expanded version of PRIVLIB, to be used
3019 * in programs that are not prepared to deal with ~ expansion at run-time.
3021 #define PRIVLIB "/usr/local/lib/perl5/5.21" /**/
3022 #define PRIVLIB_EXP "/usr/local/lib/perl5/5.21" /**/
3025 * If defined, this macro indicates that the C compiler can handle
3026 * function prototypes.
3029 * This macro is used to declare function parameters for folks who want
3030 * to make declarations with prototypes using a different style than
3031 * the above macros. Use double parentheses. For example:
3033 * int main _((int argc, char *argv[]));
3035 /*#define CAN_PROTOTYPE / **/
3036 #ifdef CAN_PROTOTYPE
3037 #define _(args) args
3043 * This symbol contains the size of a pointer, so that the C preprocessor
3044 * can make decisions based on it. It will be sizeof(void *) if
3045 * the compiler supports (void *); otherwise it will be
3048 #define PTRSIZE 4 /**/
3051 * This symbol, if defined, tells that there's a 64-bit integer type,
3052 * Quad_t, and its unsigned counterpart, Uquad_t. QUADKIND will be one
3053 * of QUAD_IS_INT, QUAD_IS_LONG, QUAD_IS_LONG_LONG, QUAD_IS_INT64_T,
3054 * or QUAD_IS___INT64.
3056 /*#define HAS_QUAD / **/
3058 # define Quad_t int64_t /**/
3059 # define Uquad_t uint64_t /**/
3060 # define QUADKIND 4 /**/
3061 # define QUAD_IS_INT 1
3062 # define QUAD_IS_LONG 2
3063 # define QUAD_IS_LONG_LONG 3
3064 # define QUAD_IS_INT64_T 4
3065 # define QUAD_IS___INT64 5
3069 * This macro is to be used to generate uniformly distributed
3070 * random numbers over the range [0., 1.[. You may have to supply
3071 * an 'extern double drand48();' in your program since SunOS 4.1.3
3072 * doesn't provide you with anything relevant in its headers.
3073 * See HAS_DRAND48_PROTO.
3076 * This symbol defines the type of the argument of the
3077 * random seed function.
3080 * This symbol defines the macro to be used in seeding the
3081 * random number generator (see Drand01).
3084 * This symbol indicates how many bits are produced by the
3085 * function used to generate normalized random numbers.
3086 * Values include 15, 16, 31, and 48.
3088 #define Drand01() Perl_drand48() /**/
3089 #define Rand_seed_t U32 /**/
3090 #define seedDrand01(x) Perl_drand48_init((Rand_seed_t)x) /**/
3091 #define RANDBITS 48 /**/
3094 * This symbol holds the type used for the 2nd, 3rd, and 4th
3095 * arguments to select. Usually, this is 'fd_set *', if HAS_FD_SET
3096 * is defined, and 'int *' otherwise. This is only useful if you
3097 * have select(), of course.
3099 #define Select_fd_set_t int /**/
3102 * This symbol contains the full pathname to the shell used on this
3103 * on this system to execute Bourne shell scripts. Usually, this will be
3104 * /bin/sh, though it's possible that some systems will have /bin/ksh,
3105 * /bin/pdksh, /bin/ash, /bin/bash, or even something such as
3108 #define SH_PATH "/bin/sh" /**/
3111 * This symbol contains a list of signal names in order of
3112 * signal number. This is intended
3113 * to be used as a static array initialization, like this:
3114 * char *sig_name[] = { SIG_NAME };
3115 * The signals in the list are separated with commas, and each signal
3116 * is surrounded by double quotes. There is no leading SIG in the signal
3117 * name, i.e. SIGQUIT is known as "QUIT".
3118 * Gaps in the signal numbers (up to NSIG) are filled in with NUMnn,
3119 * etc., where nn is the actual signal number (e.g. NUM37).
3120 * The signal number for sig_name[i] is stored in sig_num[i].
3121 * The last element is 0 to terminate the list with a NULL. This
3122 * corresponds to the 0 at the end of the sig_name_init list.
3123 * Note that this variable is initialized from the sig_name_init,
3124 * not from sig_name (which is unused).
3127 * This symbol contains a list of signal numbers, in the same order as the
3128 * SIG_NAME list. It is suitable for static array initialization, as in:
3129 * int sig_num[] = { SIG_NUM };
3130 * The signals in the list are separated with commas, and the indices
3131 * within that list and the SIG_NAME list match, so it's easy to compute
3132 * the signal name from a number or vice versa at the price of a small
3133 * dynamic linear lookup.
3134 * Duplicates are allowed, but are moved to the end of the list.
3135 * The signal number corresponding to sig_name[i] is sig_number[i].
3136 * if (i < NSIG) then sig_number[i] == i.
3137 * The last element is 0, corresponding to the 0 at the end of
3138 * the sig_name_init list.
3139 * Note that this variable is initialized from the sig_num_init,
3140 * not from sig_num (which is unused).
3143 * This variable contains the number of elements of the SIG_NAME
3144 * and SIG_NUM arrays, excluding the final NULL entry.
3146 #define SIG_NAME 0 /**/
3147 #define SIG_NUM 0 /**/
3148 #define SIG_SIZE 1 /**/
3151 * This symbol contains the name of the private library for this package.
3152 * The library is private in the sense that it needn't be in anyone's
3153 * execution path, but it should be accessible by the world. The program
3154 * should be prepared to do ~ expansion.
3155 * The standard distribution will put nothing in this directory.
3156 * After perl has been installed, users may install their own local
3157 * architecture-dependent modules in this directory with
3158 * MakeMaker Makefile.PL
3159 * or equivalent. See INSTALL for details.
3162 * This symbol contains the ~name expanded version of SITEARCH, to be used
3163 * in programs that are not prepared to deal with ~ expansion at run-time.
3165 /*#define SITEARCH "/usr/local/lib/perl5/5.21/unknown" / **/
3166 /*#define SITEARCH_EXP "/usr/local/lib/perl5/5.21/unknown" / **/
3169 * This symbol contains the name of the private library for this package.
3170 * The library is private in the sense that it needn't be in anyone's
3171 * execution path, but it should be accessible by the world. The program
3172 * should be prepared to do ~ expansion.
3173 * The standard distribution will put nothing in this directory.
3174 * After perl has been installed, users may install their own local
3175 * architecture-independent modules in this directory with
3176 * MakeMaker Makefile.PL
3177 * or equivalent. See INSTALL for details.
3180 * This symbol contains the ~name expanded version of SITELIB, to be used
3181 * in programs that are not prepared to deal with ~ expansion at run-time.
3184 * This define is SITELIB_EXP with any trailing version-specific component
3185 * removed. The elements in inc_version_list (inc_version_list.U) can
3186 * be tacked onto this variable to generate a list of directories to search.
3188 #define SITELIB "/usr/local/lib/perl5/5.21" /**/
3189 #define SITELIB_EXP "/usr/local/lib/perl5/5.21" /**/
3190 #define SITELIB_STEM "/usr/local/lib/perl5" /**/
3193 * This symbol holds the size of a Size_t in bytes.
3195 #define Size_t_size 4 /**/
3198 * This symbol holds the type used to declare length parameters
3199 * for string functions. It is usually size_t, but may be
3200 * unsigned long, int, etc. It may be necessary to include
3201 * <sys/types.h> to get any typedef'ed information.
3203 #define Size_t size_t /* length parameter for string functions */
3206 * This symbol holds the type used for the size argument of
3207 * various socket calls (just the base type, not the pointer-to).
3209 #define Sock_size_t int /**/
3212 * This symbol holds the type used by functions that return
3213 * a count of bytes or an error condition. It must be a signed type.
3214 * It is usually ssize_t, but may be long or int, etc.
3215 * It may be necessary to include <sys/types.h> or <unistd.h>
3216 * to get any typedef'ed information.
3217 * We will pick a type such that sizeof(SSize_t) == sizeof(Size_t).
3219 #define SSize_t int /* signed count of bytes */
3222 * This symbol is defined to be the type of char used in stdio.h.
3223 * It has the values "unsigned char" or "char".
3225 #define STDCHAR char /**/
3228 * This symbol defines the format string used for printing a Uid_t.
3230 #define Uid_t_f "lu" /**/
3233 * This symbol holds the signedness of a Uid_t.
3234 * 1 for unsigned, -1 for signed.
3236 #define Uid_t_sign 1 /* UID sign */
3239 * This symbol holds the size of a Uid_t in bytes.
3241 #define Uid_t_size 4 /* UID size */
3244 * This symbol holds the type used to declare user ids in the kernel.
3245 * It can be int, ushort, uid_t, etc... It may be necessary to include
3246 * <sys/types.h> to get any typedef'ed information.
3248 #define Uid_t int /* UID type */
3251 * This symbol, if defined, indicates that Perl should be built to
3252 * use the interpreter-based threading implementation.
3255 * This symbol, if defined, indicates that Perl should be built to
3256 * use the 5.005-based threading implementation.
3257 * Only valid up to 5.8.x.
3259 /* OLD_PTHREADS_API:
3260 * This symbol, if defined, indicates that Perl should
3261 * be built to use the old draft POSIX threads API.
3263 /* USE_REENTRANT_API:
3264 * This symbol, if defined, indicates that Perl should
3265 * try to use the various _r versions of library functions.
3266 * This is extremely experimental.
3268 /*#define USE_5005THREADS / **/
3269 /*#define USE_ITHREADS / **/
3270 #if defined(USE_5005THREADS) && !defined(USE_ITHREADS)
3271 #define USE_THREADS /* until src is revised*/
3273 /*#define OLD_PTHREADS_API / **/
3274 /*#define USE_REENTRANT_API / **/
3277 * If defined, this symbol contains the name of a private library.
3278 * The library is private in the sense that it needn't be in anyone's
3279 * execution path, but it should be accessible by the world.
3280 * It may have a ~ on the front.
3281 * The standard distribution will put nothing in this directory.
3282 * Vendors who distribute perl may wish to place their own
3283 * architecture-dependent modules and extensions in this directory with
3284 * MakeMaker Makefile.PL INSTALLDIRS=vendor
3285 * or equivalent. See INSTALL for details.
3287 /* PERL_VENDORARCH_EXP:
3288 * This symbol contains the ~name expanded version of PERL_VENDORARCH, to be used
3289 * in programs that are not prepared to deal with ~ expansion at run-time.
3291 /*#define PERL_VENDORARCH "" / **/
3292 /*#define PERL_VENDORARCH_EXP "" / **/
3294 /* PERL_VENDORLIB_EXP:
3295 * This symbol contains the ~name expanded version of VENDORLIB, to be used
3296 * in programs that are not prepared to deal with ~ expansion at run-time.
3298 /* PERL_VENDORLIB_STEM:
3299 * This define is PERL_VENDORLIB_EXP with any trailing version-specific component
3300 * removed. The elements in inc_version_list (inc_version_list.U) can
3301 * be tacked onto this variable to generate a list of directories to search.
3303 /*#define PERL_VENDORLIB_EXP "" / **/
3304 /*#define PERL_VENDORLIB_STEM "" / **/
3307 * This symbol, if defined, indicates that the program should include
3308 * <termio.h> rather than <sgtty.h>. There are also differences in
3309 * the ioctl() calls that depend on the value of this symbol.
3312 * This symbol, if defined, indicates that the program should include
3313 * the POSIX termios.h rather than sgtty.h or termio.h.
3314 * There are also differences in the ioctl() calls that depend on the
3315 * value of this symbol.
3318 * This symbol, if defined, indicates that the program should include
3319 * <sgtty.h> rather than <termio.h>. There are also differences in
3320 * the ioctl() calls that depend on the value of this symbol.
3322 /*#define I_TERMIO / **/
3323 /*#define I_TERMIOS / **/
3324 /*#define I_SGTTY / **/
3326 /* USE_CROSS_COMPILE:
3327 * This symbol, if defined, indicates that Perl is being cross-compiled.
3330 * This symbol, if defined, indicates the target architecture
3331 * Perl has been cross-compiled to. Undefined if not a cross-compile.
3333 #ifndef USE_CROSS_COMPILE
3334 /*#define USE_CROSS_COMPILE / **/
3335 #define PERL_TARGETARCH "" /**/
3339 * This symbol, if defined, indicates that Perl was configured with
3340 * -Dusedevel, to enable development features. This should not be
3341 * done for production builds.
3343 /*#define PERL_USE_DEVEL / **/
3346 * This symbol, if defined, indicates that the atolf routine is
3347 * available to convert strings into long doubles.
3349 /*#define HAS_ATOLF / **/
3352 * This symbol, if defined, indicates that the atoll routine is
3353 * available to convert strings into long longs.
3355 /*#define HAS_ATOLL / **/
3358 * This symbol, if defined, indicates that the _fwalk system call is
3359 * available to apply a function to all the file handles.
3361 /*#define HAS__FWALK / **/
3364 * This symbol, if defined, indicates that the aintl routine is
3365 * available. If copysignl is also present we can emulate modfl.
3367 /*#define HAS_AINTL / **/
3369 /* HAS_BUILTIN_CHOOSE_EXPR:
3370 * Can we handle GCC builtin for compile-time ternary-like expressions
3372 /* HAS_BUILTIN_EXPECT:
3373 * Can we handle GCC builtin for telling that certain values are more
3376 /*#define HAS_BUILTIN_EXPECT / **/
3377 /*#define HAS_BUILTIN_CHOOSE_EXPR / **/
3379 /* HAS_C99_VARIADIC_MACROS:
3380 * If defined, the compiler supports C99 variadic macros.
3382 /*#define HAS_C99_VARIADIC_MACROS / **/
3385 * This symbol, if defined, indicates that the class routine is
3386 * available to classify doubles. Available for example in AIX.
3387 * The returned values are defined in <float.h> and are:
3389 * FP_PLUS_NORM Positive normalized, nonzero
3390 * FP_MINUS_NORM Negative normalized, nonzero
3391 * FP_PLUS_DENORM Positive denormalized, nonzero
3392 * FP_MINUS_DENORM Negative denormalized, nonzero
3394 * FP_MINUS_ZERO -0.0
3397 * FP_NANS Signaling Not a Number (NaNS)
3398 * FP_NANQ Quiet Not a Number (NaNQ)
3400 /*#define HAS_CLASS / **/
3403 * This symbol, if defined, indicates that the clearenv () routine is
3404 * available for use.
3406 /*#define HAS_CLEARENV / **/
3408 /* HAS_STRUCT_CMSGHDR:
3409 * This symbol, if defined, indicates that the struct cmsghdr
3412 /*#define HAS_STRUCT_CMSGHDR / **/
3415 * This symbol, if defined, indicates that the copysignl routine is
3416 * available. If aintl is also present we can emulate modfl.
3418 /*#define HAS_COPYSIGNL / **/
3421 * This symbol, if defined, indicates that a C++ compiler was
3422 * used to compiled Perl and will be used to compile extensions.
3424 /*#define USE_CPLUSPLUS / **/
3426 /* HAS_DBMINIT_PROTO:
3427 * This symbol, if defined, indicates that the system provides
3428 * a prototype for the dbminit() function. Otherwise, it is up
3429 * to the program to supply one. A good guess is
3430 * extern int dbminit(char *);
3432 /*#define HAS_DBMINIT_PROTO / **/
3435 * This symbol, if defined, indicates that the the DIR* dirstream
3436 * structure contains a member variable named dd_fd.
3438 /*#define HAS_DIR_DD_FD / **/
3441 * This manifest constant lets the C program know that dirfd
3444 /*#define HAS_DIRFD / **/
3446 /* DLSYM_NEEDS_UNDERSCORE:
3447 * This symbol, if defined, indicates that we need to prepend an
3448 * underscore to the symbol name before calling dlsym(). This only
3449 * makes sense if you *have* dlsym, which we will presume is the
3450 * case if you're using dl_dlopen.xs.
3452 /*#define DLSYM_NEEDS_UNDERSCORE / **/
3455 * This symbol, if defined, indicates that the "fast stdio"
3456 * is available to manipulate the stdio buffers directly.
3458 /*#define HAS_FAST_STDIO / **/
3461 * This symbol, if defined, indicates that the fchdir routine is
3462 * available to change directory using a file descriptor.
3464 /*#define HAS_FCHDIR / **/
3467 * This symbol, if defined, indicates that fcntl() can be used
3468 * for file locking. Normally on Unix systems this is defined.
3469 * It may be undefined on VMS.
3471 /*#define FCNTL_CAN_LOCK / **/
3474 * This symbol, if defined, indicates that the finite routine is
3475 * available to check whether a double is finite (non-infinity non-NaN).
3477 /*#define HAS_FINITE / **/
3480 * This symbol, if defined, indicates that the finitel routine is
3481 * available to check whether a long double is finite
3482 * (non-infinity non-NaN).
3484 /*#define HAS_FINITEL / **/
3487 * This symbol, if defined, indicates that the system provides
3488 * a prototype for the flock() function. Otherwise, it is up
3489 * to the program to supply one. A good guess is
3490 * extern int flock(int, int);
3492 /*#define HAS_FLOCK_PROTO / **/
3495 * This symbol, if defined, indicates that the fp_class routine is
3496 * available to classify doubles. Available for example in Digital UNIX.
3497 * The returned values are defined in <math.h> and are:
3499 * FP_SNAN Signaling NaN (Not-a-Number)
3500 * FP_QNAN Quiet NaN (Not-a-Number)
3501 * FP_POS_INF +infinity
3502 * FP_NEG_INF -infinity
3503 * FP_POS_NORM Positive normalized
3504 * FP_NEG_NORM Negative normalized
3505 * FP_POS_DENORM Positive denormalized
3506 * FP_NEG_DENORM Negative denormalized
3507 * FP_POS_ZERO +0.0 (positive zero)
3508 * FP_NEG_ZERO -0.0 (negative zero)
3510 /*#define HAS_FP_CLASS / **/
3513 * This symbol, if defined, indicates that the fpclass routine is
3514 * available to classify doubles. Available for example in Solaris/SVR4.
3515 * The returned values are defined in <ieeefp.h> and are:
3517 * FP_SNAN signaling NaN
3519 * FP_NINF negative infinity
3520 * FP_PINF positive infinity
3521 * FP_NDENORM negative denormalized non-zero
3522 * FP_PDENORM positive denormalized non-zero
3523 * FP_NZERO negative zero
3524 * FP_PZERO positive zero
3525 * FP_NNORM negative normalized non-zero
3526 * FP_PNORM positive normalized non-zero
3528 /*#define HAS_FPCLASS / **/
3531 * This symbol, if defined, indicates that the fpclassify routine is
3532 * available to classify doubles. Available for example in HP-UX.
3533 * The returned values are defined in <math.h> and are
3535 * FP_NORMAL Normalized
3537 * FP_INFINITE Infinity
3538 * FP_SUBNORMAL Denormalized
3542 /*#define HAS_FPCLASSIFY / **/
3545 * This symbol, if defined, indicates that the fpclassl routine is
3546 * available to classify long doubles. Available for example in IRIX.
3547 * The returned values are defined in <ieeefp.h> and are:
3549 * FP_SNAN signaling NaN
3551 * FP_NINF negative infinity
3552 * FP_PINF positive infinity
3553 * FP_NDENORM negative denormalized non-zero
3554 * FP_PDENORM positive denormalized non-zero
3555 * FP_NZERO negative zero
3556 * FP_PZERO positive zero
3557 * FP_NNORM negative normalized non-zero
3558 * FP_PNORM positive normalized non-zero
3560 /*#define HAS_FPCLASSL / **/
3563 * This symbol will be defined if the C compiler supports fpos64_t.
3565 /*#define HAS_FPOS64_T / **/
3568 * This symbol, if defined, indicates that the frexpl routine is
3569 * available to break a long double floating-point number into
3570 * a normalized fraction and an integral power of 2.
3572 /*#define HAS_FREXPL / **/
3574 /* HAS_STRUCT_FS_DATA:
3575 * This symbol, if defined, indicates that the struct fs_data
3576 * to do statfs() is supported.
3578 /*#define HAS_STRUCT_FS_DATA / **/
3581 * This symbol, if defined, indicates that the fseeko routine is
3582 * available to fseek beyond 32 bits (useful for ILP32 hosts).
3584 /*#define HAS_FSEEKO / **/
3587 * This symbol, if defined, indicates that the fstatfs routine is
3588 * available to stat filesystems by file descriptors.
3590 /*#define HAS_FSTATFS / **/
3593 * This symbol, if defined, indicates that the fsync routine is
3594 * available to write a file's modified data and attributes to
3595 * permanent storage.
3597 /*#define HAS_FSYNC / **/
3600 * This symbol, if defined, indicates that the ftello routine is
3601 * available to ftell beyond 32 bits (useful for ILP32 hosts).
3603 /*#define HAS_FTELLO / **/
3606 * This symbol, if defined, indicates that the futimes routine is
3607 * available to change file descriptor time stamps with struct timevals.
3609 /*#define HAS_FUTIMES / **/
3612 * This symbol, if defined, indicates that the getaddrinfo() function
3613 * is available for use.
3615 /*#define HAS_GETADDRINFO / **/
3618 * This symbol, if defined, indicates that the getcwd routine is
3619 * available to get the current working directory.
3621 /*#define HAS_GETCWD / **/
3624 * This symbol, if defined, indicates that the getespwnam system call is
3625 * available to retrieve enhanced (shadow) password entries by name.
3627 /*#define HAS_GETESPWNAM / **/
3630 * This symbol, if defined, indicates that the getfsstat routine is
3631 * available to stat filesystems in bulk.
3633 /*#define HAS_GETFSSTAT / **/
3636 * This symbol, if defined, indicates that the getitimer routine is
3637 * available to return interval timers.
3639 /*#define HAS_GETITIMER / **/
3642 * This symbol, if defined, indicates that the getmnt routine is
3643 * available to get filesystem mount info by filename.
3645 /*#define HAS_GETMNT / **/
3648 * This symbol, if defined, indicates that the getmntent routine is
3649 * available to iterate through mounted file systems to get their info.
3651 /*#define HAS_GETMNTENT / **/
3654 * This symbol, if defined, indicates that the getnameinfo() function
3655 * is available for use.
3657 /*#define HAS_GETNAMEINFO / **/
3660 * This symbol, if defined, indicates that the getprpwnam system call is
3661 * available to retrieve protected (shadow) password entries by name.
3663 /*#define HAS_GETPRPWNAM / **/
3666 * This symbol, if defined, indicates that the getspnam system call is
3667 * available to retrieve SysV shadow password entries by name.
3669 /*#define HAS_GETSPNAM / **/
3672 * This symbol, if defined, indicates that the hasmntopt routine is
3673 * available to query the mount options of file systems.
3675 /*#define HAS_HASMNTOPT / **/
3678 * This symbol, if defined, indicates that the ilogbl routine is
3679 * available. If scalbnl is also present we can emulate frexpl.
3681 /*#define HAS_ILOGBL / **/
3684 * This symbol, if defined, indicates that the inet_ntop() function
3685 * is available to parse IPv4 and IPv6 strings.
3687 /*#define HAS_INETNTOP / **/
3690 * This symbol, if defined, indicates that the inet_pton() function
3691 * is available to parse IPv4 and IPv6 strings.
3693 /*#define HAS_INETPTON / **/
3696 * This symbol will defined if the C compiler supports int64_t.
3697 * Usually the <inttypes.h> needs to be included, but sometimes
3698 * <sys/types.h> is enough.
3700 /*#define HAS_INT64_T / **/
3703 * This manifest constant lets the C program know that isblank
3706 /*#define HAS_ISBLANK / **/
3709 * This symbol, if defined, indicates that the isfinite routine is
3710 * available to check whether a double is finite (non-infinity non-NaN).
3712 /*#define HAS_ISFINITE / **/
3715 * This symbol, if defined, indicates that the isinf routine is
3716 * available to check whether a double is an infinity.
3718 /*#define HAS_ISINF / **/
3721 * This symbol, if defined, indicates that the isnan routine is
3722 * available to check whether a double is a NaN.
3724 /*#define HAS_ISNAN / **/
3727 * This symbol, if defined, indicates that the isnanl routine is
3728 * available to check whether a long double is a NaN.
3730 /*#define HAS_ISNANL / **/
3733 * This symbol, if defined, indicates that this system's <float.h>
3734 * or <limits.h> defines the symbol LDBL_DIG, which is the number
3735 * of significant digits in a long double precision number. Unlike
3736 * for DBL_DIG, there's no good guess for LDBL_DIG if it is undefined.
3738 /*#define HAS_LDBL_DIG / * */
3740 /* LIBM_LIB_VERSION:
3741 * This symbol, if defined, indicates that libm exports _LIB_VERSION
3742 * and that math.h defines the enum to manipulate it.
3744 /*#define LIBM_LIB_VERSION / **/
3747 * This symbol, if defined, indicates that the madvise system call is
3748 * available to map a file into memory.
3750 /*#define HAS_MADVISE / **/
3753 * This symbol, if defined, indicates that the malloc_size
3754 * routine is available for use.
3756 /*#define HAS_MALLOC_SIZE / **/
3758 /* HAS_MALLOC_GOOD_SIZE:
3759 * This symbol, if defined, indicates that the malloc_good_size
3760 * routine is available for use.
3762 /*#define HAS_MALLOC_GOOD_SIZE / **/
3765 * This symbol, if defined, indicates that the mkdtemp routine is
3766 * available to exclusively create a uniquely named temporary directory.
3768 /*#define HAS_MKDTEMP / **/
3771 * This symbol, if defined, indicates that the mkstemps routine is
3772 * available to exclusively create and open a uniquely named
3773 * (with a suffix) temporary file.
3775 /*#define HAS_MKSTEMPS / **/
3778 * This symbol, if defined, indicates that the modfl routine is
3779 * available to split a long double x into a fractional part f and
3780 * an integer part i such that |f| < 1.0 and (f + i) = x.
3783 * This symbol, if defined, indicates that the system provides
3784 * a prototype for the modfl() function. Otherwise, it is up
3785 * to the program to supply one.
3787 /* HAS_MODFL_POW32_BUG:
3788 * This symbol, if defined, indicates that the modfl routine is
3789 * broken for long doubles >= pow(2, 32).
3790 * For example from 4294967303.150000 one would get 4294967302.000000
3791 * and 1.150000. The bug has been seen in certain versions of glibc,
3792 * release 2.2.2 is known to be okay.
3794 /*#define HAS_MODFL / **/
3795 /*#define HAS_MODFL_PROTO / **/
3796 /*#define HAS_MODFL_POW32_BUG / **/
3799 * This symbol, if defined, indicates that the mprotect system call is
3800 * available to modify the access protection of a memory mapped file.
3802 /*#define HAS_MPROTECT / **/
3804 /* HAS_STRUCT_MSGHDR:
3805 * This symbol, if defined, indicates that the struct msghdr
3808 /*#define HAS_STRUCT_MSGHDR / **/
3811 * This symbol, if defined, indicates that the nl_langinfo routine is
3812 * available to return local data. You will also need <langinfo.h>
3813 * and therefore I_LANGINFO.
3815 /*#define HAS_NL_LANGINFO / **/
3818 * This symbol will be defined if the C compiler supports off64_t.
3820 /*#define HAS_OFF64_T / **/
3823 * This symbol, if defined, indicates that the prctl routine is
3824 * available to set process title.
3826 /* HAS_PRCTL_SET_NAME:
3827 * This symbol, if defined, indicates that the prctl routine is
3828 * available to set process title and supports PR_SET_NAME.
3830 /*#define HAS_PRCTL / **/
3831 /*#define HAS_PRCTL_SET_NAME / **/
3834 * This symbol is defined if PROCSELFEXE_PATH is a symlink
3835 * to the absolute pathname of the executing program.
3837 /* PROCSELFEXE_PATH:
3838 * If HAS_PROCSELFEXE is defined this symbol is the filename
3839 * of the symbolic link pointing to the absolute pathname of
3840 * the executing program.
3842 /*#define HAS_PROCSELFEXE / **/
3843 #if defined(HAS_PROCSELFEXE) && !defined(PROCSELFEXE_PATH)
3844 #define PROCSELFEXE_PATH /**/
3847 /* HAS_PTHREAD_ATTR_SETSCOPE:
3848 * This symbol, if defined, indicates that the pthread_attr_setscope
3849 * system call is available to set the contention scope attribute of
3850 * a thread attribute object.
3852 /*#define HAS_PTHREAD_ATTR_SETSCOPE / **/
3855 * This symbol, if defined, indicates that the readv routine is
3856 * available to do gather reads. You will also need <sys/uio.h>
3857 * and there I_SYSUIO.
3859 /*#define HAS_READV / **/
3862 * This symbol, if defined, indicates that the recvmsg routine is
3863 * available to send structured socket messages.
3865 /*#define HAS_RECVMSG / **/
3868 * This symbol, if defined, indicates that the system provides
3869 * a prototype for the sbrk() function. Otherwise, it is up
3870 * to the program to supply one. Good guesses are
3871 * extern void* sbrk(int);
3872 * extern void* sbrk(size_t);
3874 /*#define HAS_SBRK_PROTO / **/
3877 * This symbol, if defined, indicates that the scalbnl routine is
3878 * available. If ilogbl is also present we can emulate frexpl.
3880 /*#define HAS_SCALBNL / **/
3883 * This symbol, if defined, indicates that the sendmsg routine is
3884 * available to send structured socket messages.
3886 /*#define HAS_SENDMSG / **/
3889 * This symbol, if defined, indicates that the setitimer routine is
3890 * available to set interval timers.
3892 /*#define HAS_SETITIMER / **/
3894 /* HAS_SETPROCTITLE:
3895 * This symbol, if defined, indicates that the setproctitle routine is
3896 * available to set process title.
3898 /*#define HAS_SETPROCTITLE / **/
3901 * This symbol, if defined, indicates that the signbit routine is
3902 * available to check if the given number has the sign bit set.
3903 * This should include correct testing of -0.0. This will only be set
3904 * if the signbit() routine is safe to use with the NV type used internally
3905 * in perl. Users should call Perl_signbit(), which will be #defined to
3906 * the system's signbit() function or macro if this symbol is defined.
3908 /*#define HAS_SIGNBIT / **/
3911 * This symbol, if defined, indicates that the sigprocmask
3912 * system call is available to examine or change the signal mask
3913 * of the calling process.
3915 /*#define HAS_SIGPROCMASK / **/
3917 /* USE_SITECUSTOMIZE:
3918 * This symbol, if defined, indicates that sitecustomize should
3921 #ifndef USE_SITECUSTOMIZE
3922 /*#define USE_SITECUSTOMIZE / **/
3926 * This symbol, if defined, indicates that the snprintf () library
3927 * function is available for use.
3930 * This symbol, if defined, indicates that the vsnprintf () library
3931 * function is available for use.
3933 /*#define HAS_SNPRINTF / **/
3934 /*#define HAS_VSNPRINTF / **/
3937 * This symbol, if defined, indicates that the sockatmark routine is
3938 * available to test whether a socket is at the out-of-band mark.
3940 /*#define HAS_SOCKATMARK / **/
3942 /* HAS_SOCKATMARK_PROTO:
3943 * This symbol, if defined, indicates that the system provides
3944 * a prototype for the sockatmark() function. Otherwise, it is up
3945 * to the program to supply one. A good guess is
3946 * extern int sockatmark(int);
3948 /*#define HAS_SOCKATMARK_PROTO / **/
3951 * This symbol, if defined, indicates that the socks5_init routine is
3952 * available to initialize SOCKS 5.
3954 /*#define HAS_SOCKS5_INIT / **/
3956 /* SPRINTF_RETURNS_STRLEN:
3957 * This variable defines whether sprintf returns the length of the string
3958 * (as per the ANSI spec). Some C libraries retain compatibility with
3959 * pre-ANSI C and return a pointer to the passed in buffer; for these
3960 * this variable will be undef.
3962 /*#define SPRINTF_RETURNS_STRLEN / **/
3965 * This symbol, if defined, indicates that the sqrtl routine is
3966 * available to do long double square roots.
3968 /*#define HAS_SQRTL / **/
3970 /* HAS_SETRESGID_PROTO:
3971 * This symbol, if defined, indicates that the system provides
3972 * a prototype for the setresgid() function. Otherwise, it is up
3973 * to the program to supply one. Good guesses are
3974 * extern int setresgid(uid_t ruid, uid_t euid, uid_t suid);
3976 /*#define HAS_SETRESGID_PROTO / **/
3978 /* HAS_SETRESUID_PROTO:
3979 * This symbol, if defined, indicates that the system provides
3980 * a prototype for the setresuid() function. Otherwise, it is up
3981 * to the program to supply one. Good guesses are
3982 * extern int setresuid(uid_t ruid, uid_t euid, uid_t suid);
3984 /*#define HAS_SETRESUID_PROTO / **/
3986 /* HAS_STRUCT_STATFS_F_FLAGS:
3987 * This symbol, if defined, indicates that the struct statfs
3988 * does have the f_flags member containing the mount flags of
3989 * the filesystem containing the file.
3990 * This kind of struct statfs is coming from <sys/mount.h> (BSD 4.3),
3991 * not from <sys/statfs.h> (SYSV). Older BSDs (like Ultrix) do not
3992 * have statfs() and struct statfs, they have ustat() and getmnt()
3993 * with struct ustat and struct fs_data.
3995 /*#define HAS_STRUCT_STATFS_F_FLAGS / **/
3997 /* HAS_STRUCT_STATFS:
3998 * This symbol, if defined, indicates that the struct statfs
3999 * to do statfs() is supported.
4001 /*#define HAS_STRUCT_STATFS / **/
4004 * This symbol, if defined, indicates that the fstatvfs routine is
4005 * available to stat filesystems by file descriptors.
4007 /*#define HAS_FSTATVFS / **/
4010 * This symbol, if defined, indicates that the strftime routine is
4011 * available to do time formatting.
4013 /*#define HAS_STRFTIME / **/
4016 * This symbol, if defined, indicates that the strlcat () routine is
4017 * available to do string concatenation.
4019 /*#define HAS_STRLCAT / **/
4022 * This symbol, if defined, indicates that the strlcpy () routine is
4023 * available to do string copying.
4025 /*#define HAS_STRLCPY / **/
4028 * This symbol, if defined, indicates that the strtold routine is
4029 * available to convert strings to long doubles.
4031 /*#define HAS_STRTOLD / **/
4034 * This symbol, if defined, indicates that the strtoll routine is
4035 * available to convert strings to long longs.
4037 /*#define HAS_STRTOLL / **/
4040 * This symbol, if defined, indicates that the strtoq routine is
4041 * available to convert strings to long longs (quads).
4043 /*#define HAS_STRTOQ / **/
4046 * This symbol, if defined, indicates that the strtoull routine is
4047 * available to convert strings to unsigned long longs.
4049 /*#define HAS_STRTOULL / **/
4052 * This symbol, if defined, indicates that the strtouq routine is
4053 * available to convert strings to unsigned long longs (quads).
4055 /*#define HAS_STRTOUQ / **/
4057 /* HAS_SYSCALL_PROTO:
4058 * This symbol, if defined, indicates that the system provides
4059 * a prototype for the syscall() function. Otherwise, it is up
4060 * to the program to supply one. Good guesses are
4061 * extern int syscall(int, ...);
4062 * extern int syscall(long, ...);
4064 /*#define HAS_SYSCALL_PROTO / **/
4066 /* HAS_TELLDIR_PROTO:
4067 * This symbol, if defined, indicates that the system provides
4068 * a prototype for the telldir() function. Otherwise, it is up
4069 * to the program to supply one. A good guess is
4070 * extern long telldir(DIR*);
4072 /*#define HAS_TELLDIR_PROTO / **/
4075 * This symbol, if defined, indicates that the ctime64 () routine is
4076 * available to do the 64bit variant of ctime ()
4079 * This symbol, if defined, indicates that the localtime64 () routine is
4080 * available to do the 64bit variant of localtime ()
4083 * This symbol, if defined, indicates that the gmtime64 () routine is
4084 * available to do the 64bit variant of gmtime ()
4087 * This symbol, if defined, indicates that the mktime64 () routine is
4088 * available to do the 64bit variant of mktime ()
4091 * This symbol, if defined, indicates that the difftime64 () routine is
4092 * available to do the 64bit variant of difftime ()
4095 * This symbol, if defined, indicates that the asctime64 () routine is
4096 * available to do the 64bit variant of asctime ()
4098 /*#define HAS_CTIME64 / **/
4099 /*#define HAS_LOCALTIME64 / **/
4100 /*#define HAS_GMTIME64 / **/
4101 /*#define HAS_MKTIME64 / **/
4102 /*#define HAS_DIFFTIME64 / **/
4103 /*#define HAS_ASCTIME64 / **/
4106 * This symbol, if defined, indicates that the timegm routine is
4107 * available to do the opposite of gmtime ()
4109 /*#define HAS_TIMEGM / **/
4111 /* U32_ALIGNMENT_REQUIRED:
4112 * This symbol, if defined, indicates that you must access
4113 * character data through U32-aligned pointers.
4115 #ifndef U32_ALIGNMENT_REQUIRED
4116 #define U32_ALIGNMENT_REQUIRED /**/
4120 * This symbol, if defined, indicates that the ualarm routine is
4121 * available to do alarms with microsecond granularity.
4123 /*#define HAS_UALARM / **/
4126 * This symbol, if defined, indicates that the unordered routine is
4127 * available to check whether two doubles are unordered
4128 * (effectively: whether either of them is NaN)
4130 /*#define HAS_UNORDERED / **/
4133 * This symbol, if defined, indicates that the unsetenv () routine is
4134 * available for use.
4136 /*#define HAS_UNSETENV / **/
4138 /* HAS_USLEEP_PROTO:
4139 * This symbol, if defined, indicates that the system provides
4140 * a prototype for the usleep() function. Otherwise, it is up
4141 * to the program to supply one. A good guess is
4142 * extern int usleep(useconds_t);
4144 /*#define HAS_USLEEP_PROTO / **/
4147 * This symbol, if defined, indicates that the ustat system call is
4148 * available to query file system statistics by dev_t.
4150 /*#define HAS_USTAT / **/
4153 * This symbol, if defined, indicates that the wcscmp routine is
4154 * available to compare two wide character strings.
4156 /*#define HAS_WCSCMP / **/
4159 * This symbol, if defined, indicates that the wcsxfrm routine is
4160 * available to tranform a wide character string for wcscmp().
4162 /*#define HAS_WCSXFRM / **/
4165 * This symbol, if defined, indicates that the writev routine is
4166 * available to do scatter writes.
4168 /*#define HAS_WRITEV / **/
4170 /* USE_DYNAMIC_LOADING:
4171 * This symbol, if defined, indicates that dynamic loading of
4172 * some sort is available.
4174 /*#define USE_DYNAMIC_LOADING / **/
4177 * This symbol, if defined, tells that fflush(NULL) correctly
4178 * flushes all pending stdio output without side effects. In
4179 * particular, on some platforms calling fflush(NULL) *still*
4180 * corrupts STDIN if it is a pipe.
4183 * This symbol, if defined, tells that to flush
4184 * all pending stdio output one must loop through all
4185 * the stdio file handles stored in an array and fflush them.
4186 * Note that if fflushNULL is defined, fflushall will not
4187 * even be probed for and will be left undefined.
4189 /*#define FFLUSH_NULL / **/
4190 /*#define FFLUSH_ALL / **/
4193 * This symbol, if defined, indicates that <assert.h> exists and
4194 * could be included by the C program to get the assert() macro.
4196 #define I_ASSERT /**/
4199 * This symbol, if defined, indicates that <bfd.h> exists and
4200 * could be included by the C program to use the BFD library.
4202 /*#define I_BFD / **/
4205 * This symbol, if defined, indicates that <crypt.h> exists and
4206 * should be included.
4208 /*#define I_CRYPT / **/
4211 * This symbol contains the type of the prefix structure element
4212 * in the <db.h> header file. In older versions of DB, it was
4213 * int, while in newer ones it is u_int32_t.
4216 * This symbol contains the type of the prefix structure element
4217 * in the <db.h> header file. In older versions of DB, it was
4218 * int, while in newer ones it is size_t.
4220 /* DB_VERSION_MAJOR_CFG:
4221 * This symbol, if defined, defines the major version number of
4222 * Berkeley DB found in the <db.h> header when Perl was configured.
4224 /* DB_VERSION_MINOR_CFG:
4225 * This symbol, if defined, defines the minor version number of
4226 * Berkeley DB found in the <db.h> header when Perl was configured.
4227 * For DB version 1 this is always 0.
4229 /* DB_VERSION_PATCH_CFG:
4230 * This symbol, if defined, defines the patch version number of
4231 * Berkeley DB found in the <db.h> header when Perl was configured.
4232 * For DB version 1 this is always 0.
4234 #define DB_Hash_t u_int32_t /**/
4235 #define DB_Prefix_t size_t /**/
4236 #define DB_VERSION_MAJOR_CFG 0 /**/
4237 #define DB_VERSION_MINOR_CFG 0 /**/
4238 #define DB_VERSION_PATCH_CFG 0 /**/
4241 * This symbol, if defined, indicates that <fp.h> exists and
4242 * should be included.
4244 /*#define I_FP / **/
4247 * This symbol, if defined, indicates that <fp_class.h> exists and
4248 * should be included.
4250 /*#define I_FP_CLASS / **/
4253 * This symbol, if defined, indicates that <ieeefp.h> exists and
4254 * should be included.
4256 /*#define I_IEEEFP / **/
4259 * This symbol, if defined, indicates to the C program that it should
4260 * include <inttypes.h>.
4262 /*#define I_INTTYPES / **/
4265 * This symbol, if defined, indicates that <langinfo.h> exists and
4266 * should be included.
4268 /*#define I_LANGINFO / **/
4271 * This symbol, if defined, indicates that <libutil.h> exists and
4272 * should be included.
4274 /*#define I_LIBUTIL / **/
4277 * This symbol, if defined, indicates to the C program that it should
4278 * include <malloc/malloc.h>.
4280 /*#define I_MALLOCMALLOC / **/
4283 * This symbol, if defined, indicates that <mntent.h> exists and
4284 * should be included.
4286 /*#define I_MNTENT / **/
4289 * This symbol, if defined, indicates to the C program that it should
4290 * include <netinet/tcp.h>.
4292 /*#define I_NETINET_TCP / **/
4295 * This symbol, if defined, indicates that <poll.h> exists and
4296 * should be included. (see also HAS_POLL)
4298 /*#define I_POLL / **/
4301 * This symbol, if defined, indicates that <prot.h> exists and
4302 * should be included.
4304 /*#define I_PROT / **/
4307 * This symbol, if defined, indicates that <shadow.h> exists and
4308 * should be included.
4310 /*#define I_SHADOW / **/
4313 * This symbol, if defined, indicates that <socks.h> exists and
4314 * should be included.
4316 /*#define I_SOCKS / **/
4319 * This symbol, if defined, indicates that <stdbool.h> exists and
4322 /*#define I_STDBOOL / **/
4325 * This symbol, if defined, indicates that <sunmath.h> exists and
4326 * should be included.
4328 /*#define I_SUNMATH / **/
4331 * This symbol, if defined, indicates that <syslog.h> exists and
4332 * should be included.
4334 /*#define I_SYSLOG / **/
4337 * This symbol, if defined, indicates that <sys/mode.h> exists and
4338 * should be included.
4340 /*#define I_SYSMODE / **/
4343 * This symbol, if defined, indicates that <sys/mount.h> exists and
4344 * should be included.
4346 /*#define I_SYS_MOUNT / **/
4349 * This symbol, if defined, indicates that <sys/statfs.h> exists.
4351 /*#define I_SYS_STATFS / **/
4354 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
4355 * should be included.
4357 /*#define I_SYS_STATVFS / **/
4360 * This symbol, if defined, indicates that <sys/utsname.h> exists and
4361 * should be included.
4363 /*#define I_SYSUTSNAME / **/
4366 * This symbol, if defined, indicates that <sys/vfs.h> exists and
4367 * should be included.
4369 /*#define I_SYS_VFS / **/
4372 * This symbol, if defined, indicates that <ustat.h> exists and
4373 * should be included.
4375 /*#define I_USTAT / **/
4378 * This symbol, if defined, contains the string used by stdio to
4379 * format long doubles (format 'f') for output.
4382 * This symbol, if defined, contains the string used by stdio to
4383 * format long doubles (format 'g') for output.
4386 * This symbol, if defined, contains the string used by stdio to
4387 * format long doubles (format 'e') for output.
4390 * This symbol, if defined, contains the string used by stdio to
4391 * format long doubles (format 'f') for input.
4393 /*#define PERL_PRIfldbl "llf" / **/
4394 /*#define PERL_PRIgldbl "llg" / **/
4395 /*#define PERL_PRIeldbl "lle" / **/
4396 /*#define PERL_SCNfldbl "llf" / **/
4399 * This symbol, if defined, indicates that the Misc Attribution
4400 * Declaration code should be conditionally compiled.
4402 /*#define PERL_MAD / **/
4405 * This symbol, if defined, indicates that the system stores
4406 * the variable argument list datatype, va_list, in a format
4407 * that cannot be copied by simple assignment, so that some
4408 * other means must be used when copying is required.
4409 * As such systems vary in their provision (or non-provision)
4410 * of copying mechanisms, handy.h defines a platform-
4411 * independent macro, Perl_va_copy(src, dst), to do the job.
4413 #define NEED_VA_COPY /**/
4416 * This symbol defines the C type used for Perl's IV.
4419 * This symbol defines the C type used for Perl's UV.
4422 * This symbol defines the C type used for Perl's I8.
4425 * This symbol defines the C type used for Perl's U8.
4428 * This symbol defines the C type used for Perl's I16.
4431 * This symbol defines the C type used for Perl's U16.
4434 * This symbol defines the C type used for Perl's I32.
4437 * This symbol defines the C type used for Perl's U32.
4440 * This symbol defines the C type used for Perl's I64.
4443 * This symbol defines the C type used for Perl's U64.
4446 * This symbol defines the C type used for Perl's NV.
4449 * This symbol contains the sizeof(IV).
4452 * This symbol contains the sizeof(UV).
4455 * This symbol contains the sizeof(I8).
4458 * This symbol contains the sizeof(U8).
4461 * This symbol contains the sizeof(I16).
4464 * This symbol contains the sizeof(U16).
4467 * This symbol contains the sizeof(I32).
4470 * This symbol contains the sizeof(U32).
4473 * This symbol contains the sizeof(I64).
4476 * This symbol contains the sizeof(U64).
4479 * This symbol contains the sizeof(NV).
4482 * This symbol, if defined, indicates that a variable of type NVTYPE
4483 * can preserve all the bits of a variable of type UVTYPE.
4485 /* NV_PRESERVES_UV_BITS:
4486 * This symbol contains the number of bits a variable of type NVTYPE
4487 * can preserve of a variable of type UVTYPE.
4489 /* NV_OVERFLOWS_INTEGERS_AT:
4490 * This symbol gives the largest integer value that NVs can hold. This
4491 * value + 1.0 cannot be stored accurately. It is expressed as constant
4492 * floating point expression to reduce the chance of decimal/binary
4493 * conversion issues. If it can not be determined, the value 0 is given.
4495 /* NV_ZERO_IS_ALLBITS_ZERO:
4496 * This symbol, if defined, indicates that a variable of type NVTYPE
4497 * stores 0.0 in memory as all bits zero.
4499 #define IVTYPE long /**/
4500 #define UVTYPE unsigned long /**/
4501 #define I8TYPE signed char /**/
4502 #define U8TYPE unsigned char /**/
4503 #define I16TYPE short /**/
4504 #define U16TYPE unsigned short /**/
4505 #define I32TYPE long /**/
4506 #define U32TYPE unsigned long /**/
4508 #define I64TYPE int64_t /**/
4509 #define U64TYPE uint64_t /**/
4511 #define NVTYPE double /**/
4512 #define IVSIZE 4 /**/
4513 #define UVSIZE 4 /**/
4514 #define I8SIZE 1 /**/
4515 #define U8SIZE 1 /**/
4516 #define I16SIZE 2 /**/
4517 #define U16SIZE 2 /**/
4518 #define I32SIZE 4 /**/
4519 #define U32SIZE 4 /**/
4521 #define I64SIZE 8 /**/
4522 #define U64SIZE 8 /**/
4524 #define NVSIZE 8 /**/
4525 #undef NV_PRESERVES_UV
4526 #define NV_PRESERVES_UV_BITS 0
4527 #define NV_OVERFLOWS_INTEGERS_AT 256.0*256.0*256.0*256.0*256.0*256.0*2.0*2.0*2.0*2.0*2.0
4528 #undef NV_ZERO_IS_ALLBITS_ZERO
4531 # if BYTEORDER == 0x1234
4533 # define BYTEORDER 0x12345678
4535 # if BYTEORDER == 0x4321
4537 # define BYTEORDER 0x87654321
4544 * This symbol defines the format string used for printing a Perl IV
4545 * as a signed decimal integer.
4548 * This symbol defines the format string used for printing a Perl UV
4549 * as an unsigned decimal integer.
4552 * This symbol defines the format string used for printing a Perl UV
4553 * as an unsigned octal integer.
4556 * This symbol defines the format string used for printing a Perl UV
4557 * as an unsigned hexadecimal integer in lowercase abcdef.
4560 * This symbol defines the format string used for printing a Perl UV
4561 * as an unsigned hexadecimal integer in uppercase ABCDEF.
4564 * This symbol defines the format string used for printing a Perl NV
4565 * using %e-ish floating point format.
4568 * This symbol defines the format string used for printing a Perl NV
4569 * using %f-ish floating point format.
4572 * This symbol defines the format string used for printing a Perl NV
4573 * using %g-ish floating point format.
4575 #define IVdf "ld" /**/
4576 #define UVuf "lu" /**/
4577 #define UVof "lo" /**/
4578 #define UVxf "lx" /**/
4579 #define UVXf "lX" /**/
4580 #define NVef "e" /**/
4581 #define NVff "f" /**/
4582 #define NVgf "g" /**/
4585 * This symbol holds the minimum number of bits operated by select.
4586 * That is, if you do select(n, ...), how many bits at least will be
4587 * cleared in the masks if some activity is detected. Usually this
4588 * is either n or 32*ceil(n/32), especially many little-endians do
4589 * the latter. This is only useful if you have select(), naturally.
4591 #define SELECT_MIN_BITS 32 /**/
4594 * This variable contains the size of struct stat's st_ino in bytes.
4597 * This symbol holds the signedness of struct stat's st_ino.
4598 * 1 for unsigned, -1 for signed.
4600 #define ST_INO_SIGN 1 /* st_ino sign */
4601 #define ST_INO_SIZE 4 /* st_ino size */
4604 * This variable contains the string to put in front of a perl
4605 * script to make sure (one hopes) that it runs with perl and not
4608 #define STARTPERL "#!perl" /**/
4610 /* HAS_STDIO_STREAM_ARRAY:
4611 * This symbol, if defined, tells that there is an array
4612 * holding the stdio streams.
4614 /* STDIO_STREAM_ARRAY:
4615 * This symbol tells the name of the array holding the stdio streams.
4616 * Usual values include _iob, __iob, and __sF.
4618 /*#define HAS_STDIO_STREAM_ARRAY / **/
4619 #ifdef HAS_STDIO_STREAM_ARRAY
4620 #define STDIO_STREAM_ARRAY
4624 * This symbol contains the maximum value for the time_t offset that
4625 * the system function gmtime () accepts, and defaults to 0
4628 * This symbol contains the minimum value for the time_t offset that
4629 * the system function gmtime () accepts, and defaults to 0
4632 * This symbol contains the maximum value for the time_t offset that
4633 * the system function localtime () accepts, and defaults to 0
4636 * This symbol contains the minimum value for the time_t offset that
4637 * the system function localtime () accepts, and defaults to 0
4639 #define GMTIME_MAX 2147483647 /**/
4640 #define GMTIME_MIN 0 /**/
4641 #define LOCALTIME_MAX 2147483647 /**/
4642 #define LOCALTIME_MIN 0 /**/
4645 * This symbol, if defined, indicates that 64-bit integers should
4646 * be used when available. If not defined, the native integers
4647 * will be employed (be they 32 or 64 bits). The minimal possible
4648 * 64-bitness is used, just enough to get 64-bit integers into Perl.
4649 * This may mean using for example "long longs", while your memory
4650 * may still be limited to 2 gigabytes.
4653 * This symbol, if defined, indicates that 64-bit integers should
4654 * be used when available. If not defined, the native integers
4655 * will be used (be they 32 or 64 bits). The maximal possible
4656 * 64-bitness is employed: LP64 or ILP64, meaning that you will
4657 * be able to use more than 2 gigabytes of memory. This mode is
4658 * even more binary incompatible than USE_64_BIT_INT. You may not
4659 * be able to run the resulting executable in a 32-bit CPU at all or
4660 * you may need at least to reboot your OS to 64-bit mode.
4662 #ifndef USE_64_BIT_INT
4663 /*#define USE_64_BIT_INT / **/
4665 #ifndef USE_64_BIT_ALL
4666 /*#define USE_64_BIT_ALL / **/
4670 * This symbol, if defined, indicates that Perl should
4671 * be built with support for DTrace.
4673 /*#define USE_DTRACE / **/
4676 * This symbol, if defined, indicates that Perl should
4677 * be built to use 'fast stdio'.
4678 * Defaults to define in Perls 5.8 and earlier, to undef later.
4680 #ifndef USE_FAST_STDIO
4681 /*#define USE_FAST_STDIO / **/
4684 /* USE_KERN_PROC_PATHNAME:
4685 * This symbol, if defined, indicates that we can use sysctl with
4686 * KERN_PROC_PATHNAME to get a full path for the executable, and hence
4687 * convert $^X to an absolute path.
4689 /*#define USE_KERN_PROC_PATHNAME / **/
4692 * This symbol, if defined, indicates that large file support
4693 * should be used when available.
4695 #ifndef USE_LARGE_FILES
4696 /*#define USE_LARGE_FILES / **/
4700 * This symbol, if defined, indicates that long doubles should
4701 * be used when available.
4703 #ifndef USE_LONG_DOUBLE
4704 /*#define USE_LONG_DOUBLE / **/
4708 * This symbol, if defined, indicates that 64-bit interfaces and
4709 * long doubles should be used when available.
4711 #ifndef USE_MORE_BITS
4712 /*#define USE_MORE_BITS / **/
4716 * This symbol, if defined, indicates that Perl should
4717 * be built to use multiplicity.
4719 #ifndef MULTIPLICITY
4720 /*#define MULTIPLICITY / **/
4723 /* USE_NSGETEXECUTABLEPATH:
4724 * This symbol, if defined, indicates that we can use _NSGetExecutablePath
4725 * and realpath to get a full path for the executable, and hence convert
4726 * $^X to an absolute path.
4728 /*#define USE_NSGETEXECUTABLEPATH / **/
4731 * This symbol, if defined, indicates that the PerlIO abstraction should
4732 * be used throughout. If not defined, stdio should be
4733 * used in a fully backward compatible manner.
4736 /*#define USE_PERLIO / **/
4740 * This symbol, if defined, indicates that Perl should
4741 * be built to use socks.
4744 /*#define USE_SOCKS / **/
4750 * 45e2c6b42b88b07e21adb94c47d9bd7bcb8da04e2bbb38d7223eb516eb7d99de config_h.SH
4751 * 6d0cc2cac48fbe8139cf8a89bdd458a93797d18e649f3ed80896bfe4d218b0a2 uconfig.sh