2 * This file was produced by running the config_h.SH script, which
3 * gets its values from undef, which is generally produced by
6 * Feel free to modify any of this as the need arises. Note, however,
7 * that running config_h.SH again will wipe out any changes you've made.
8 * For a more permanent change edit undef and rerun config_h.SH.
10 * $Id: Config_h.U,v 3.0.1.5 1997/02/28 14:57:43 ram Exp $
14 * Package name : perl5
16 * Configuration time: Sun May 12 17:16:39 2002
17 * Configured by : gsar
25 * This symbol holds the complete pathname to the sed program.
27 #define LOC_SED "" /**/
30 * This symbol, if defined, indicates that the alarm routine is
33 #define HAS_ALARM /**/
36 * This symbol indicates the C compiler can check for function attributes,
37 * such as printf formats. This is normally only supported by GNU cc.
39 /*#define HASATTRIBUTE /**/
41 #define __attribute__(_arg_)
45 * This symbol is defined if the bcmp() routine is available to
46 * compare blocks of memory.
48 /*#define HAS_BCMP /**/
51 * This symbol is defined if the bcopy() routine is available to
52 * copy blocks of memory.
54 /*#define HAS_BCOPY /**/
57 * This symbol is defined if the bzero() routine is available to
58 * set a memory block to 0.
60 /*#define HAS_BZERO /**/
63 * This symbol, if defined, indicates that the chown routine is
66 /*#define HAS_CHOWN /**/
69 * This symbol, if defined, indicates that the chroot routine is
72 /*#define HAS_CHROOT /**/
75 * This symbol, if defined, indicates that the chsize routine is available
76 * to truncate files. You might need a -lx to get this routine.
78 #define HAS_CHSIZE /**/
81 * This symbol, if defined, indicates that this C compiler knows about
82 * the const type. There is no need to actually test for that symbol
83 * within your programs. The mere use of the "const" keyword will
84 * trigger the necessary tests.
92 * This symbol, if defined, indicates that the cuserid routine is
93 * available to get character login names.
95 /*#define HAS_CUSERID /**/
98 * This symbol, if defined, indicates that this system's <float.h>
99 * or <limits.h> defines the symbol DBL_DIG, which is the number
100 * of significant digits in a double precision number. If this
101 * symbol is not defined, a guess of 15 is usually pretty good.
103 #define HAS_DBL_DIG /**/
106 * This symbol, if defined, indicates that the difftime routine is
109 #define HAS_DIFFTIME /**/
112 * This symbol, if defined, indicates that the dlerror routine is
113 * available to return a string describing the last error that
114 * occurred from a call to dlopen(), dlclose() or dlsym().
116 #define HAS_DLERROR /**/
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 covert 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 covert 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. You may safely
364 * include <poll.h> when this symbol is defined.
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 setlinebuf routine is
434 * available to change stderr or stdout from block-buffered or unbuffered
435 * to a line-buffered mode.
437 /*#define HAS_SETLINEBUF /**/
440 * This symbol, if defined, indicates that the setlocale routine is
441 * available to handle locale-specific ctype implementations.
443 #define HAS_SETLOCALE /**/
446 * This symbol, if defined, indicates that the setpgid(pid, gpid)
447 * routine is available to set process group ID.
449 /*#define HAS_SETPGID /**/
452 * This symbol, if defined, indicates that the setpgrp2() (as in DG/UX)
453 * routine is available to set the current process group.
455 /*#define HAS_SETPGRP2 /**/
458 * This symbol, if defined, indicates that the setpriority routine is
459 * available to set a process's priority.
461 /*#define HAS_SETPRIORITY /**/
464 * This symbol, if defined, indicates that the setregid routine is
465 * available to change the real and effective gid of the current
469 * This symbol, if defined, indicates that the setresgid routine is
470 * available to change the real, effective and saved gid of the current
473 /*#define HAS_SETREGID /**/
474 /*#define HAS_SETRESGID /**/
477 * This symbol, if defined, indicates that the setreuid routine is
478 * available to change the real and effective uid of the current
482 * This symbol, if defined, indicates that the setresuid routine is
483 * available to change the real, effective and saved uid of the current
486 /*#define HAS_SETREUID /**/
487 /*#define HAS_SETRESUID /**/
490 * This symbol, if defined, indicates that the setrgid routine is available
491 * to change the real gid of the current program.
493 /*#define HAS_SETRGID /**/
496 * This symbol, if defined, indicates that the setruid routine is available
497 * to change the real uid of the current program.
499 /*#define HAS_SETRUID /**/
502 * This symbol, if defined, indicates that the setsid routine is
503 * available to set the process group ID.
505 /*#define HAS_SETSID /**/
508 * This symbol is defined to indicate that the strchr()/strrchr()
509 * functions are available for string searching. If not, try the
510 * index()/rindex() pair.
513 * This symbol is defined to indicate that the index()/rindex()
514 * functions are available for string searching.
516 #define HAS_STRCHR /**/
517 /*#define HAS_INDEX /**/
520 * This symbol, if defined, indicates that the strcoll routine is
521 * available to compare strings using collating information.
523 #define HAS_STRCOLL /**/
526 * This symbol, if defined, indicates that this C compiler knows how
527 * to copy structures. If undefined, you'll need to use a block copy
528 * routine of some sort instead.
530 #define USE_STRUCT_COPY /**/
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 the nanosleep system
612 * call is available to let the process sleep with 1E-9 accuracy.
614 /*#define HAS_NANOSLEEP /**/
617 * This symbol, if defined, indicates that this C compiler knows about
618 * the volatile declaration.
620 #define HASVOLATILE /**/
626 * This symbol, if defined, indicates that wait4() exists.
628 /*#define HAS_WAIT4 /**/
631 * This symbol, if defined, indicates that the waitpid routine is
632 * available to wait for child process.
634 #define HAS_WAITPID /**/
637 * This symbol, if defined, indicates that the wcstombs routine is
638 * available to convert wide character strings to multibyte strings.
640 #define HAS_WCSTOMBS /**/
643 * This symbol, if defined, indicates that the wctomb routine is available
644 * to covert a wide character to a multibyte.
646 #define HAS_WCTOMB /**/
649 * This symbol, if defined, indicates to the C program that it should
650 * include <arpa/inet.h> to get inet_addr and friends declarations.
652 #define I_ARPA_INET /**/
655 * This symbol, if defined, indicates that <dbm.h> exists and should
659 * This symbol, if defined, indicates that <rpcsvc/dbm.h> exists and
660 * should be included.
663 #define I_RPCSVC_DBM /**/
666 * This symbol, if defined, indicates to the C program that it should
667 * include <dirent.h>. Using this symbol also triggers the definition
668 * of the Direntry_t define which ends up being 'struct dirent' or
669 * 'struct direct' depending on the availability of <dirent.h>.
672 * This symbol, if defined, indicates to the C program that the length
673 * of directory entry names is provided by a d_namlen field. Otherwise
674 * you need to do strlen() on the d_name field.
677 * This symbol is set to 'struct direct' or 'struct dirent' depending on
678 * whether dirent is available or not. You should use this pseudo type to
679 * portably declare your directory entries.
681 #define I_DIRENT /**/
682 #define DIRNAMLEN /**/
683 #define Direntry_t struct direct
686 * This symbol, if defined, indicates that <dlfcn.h> exists and should
692 * This manifest constant tells the C program to include <fcntl.h>.
697 * This symbol, if defined, indicates to the C program that it should
698 * include <float.h> to get definition of symbols like DBL_MAX or
699 * DBL_MIN, i.e. machine dependent floating point values.
704 * This symbol, if defined, indicates to the C program that it should
705 * include <limits.h> to get definition of symbols like WORD_BIT or
706 * LONG_MAX, i.e. machine dependant limitations.
708 #define I_LIMITS /**/
711 * This symbol, if defined, indicates to the C program that it should
712 * include <locale.h>.
714 #define I_LOCALE /**/
717 * This symbol, if defined, indicates to the C program that it should
723 * This symbol, if defined, indicates to the C program that it should
724 * include <memory.h>.
726 /*#define I_MEMORY /**/
729 * This symbol, if defined, indicates that <net/errno.h> exists and
730 * should be included.
732 /*#define I_NET_ERRNO /**/
735 * This symbol, if defined, indicates to the C program that it should
736 * include <netinet/in.h>. Otherwise, you may try <sys/in.h>.
738 /*#define I_NETINET_IN /**/
741 * This symbol, if defined, indicates to the C program that it should
744 /*#define I_SFIO /**/
747 * This symbol, if defined, indicates that <stddef.h> exists and should
750 #define I_STDDEF /**/
753 * This symbol, if defined, indicates that <stdlib.h> exists and should
756 #define I_STDLIB /**/
759 * This symbol, if defined, indicates to the C program that it should
760 * include <string.h> (USG systems) instead of <strings.h> (BSD systems).
762 #define I_STRING /**/
765 * This symbol, if defined, indicates to the C program that it should
766 * include <sys/dir.h>.
768 /*#define I_SYS_DIR /**/
771 * This symbol, if defined, indicates to the C program that it should
772 * include <sys/file.h> to get definition of R_OK and friends.
774 /*#define I_SYS_FILE /**/
777 * This symbol, if defined, indicates that <sys/ioctl.h> exists and should
778 * be included. Otherwise, include <sgtty.h> or <termio.h>.
781 * This symbol, if defined, indicates the <sys/sockio.h> should be included
782 * to get socket ioctl options, like SIOCATMARK.
784 /*#define I_SYS_IOCTL /**/
785 /*#define I_SYS_SOCKIO /**/
788 * This symbol, if defined, indicates to the C program that it should
789 * include <sys/ndir.h>.
791 /*#define I_SYS_NDIR /**/
794 * This symbol, if defined, indicates to the C program that it should
795 * include <sys/param.h>.
797 /*#define I_SYS_PARAM /**/
800 * This symbol, if defined, indicates to the C program that it should
801 * include <sys/resource.h>.
803 /*#define I_SYS_RESOURCE /**/
806 * This symbol, if defined, indicates to the C program that it should
807 * include <sys/select.h> in order to get definition of struct timeval.
809 /*#define I_SYS_SELECT /**/
812 * This symbol, if defined, indicates to the C program that it should
813 * include <sys/stat.h>.
815 #define I_SYS_STAT /**/
818 * This symbol, if defined, indicates to the C program that it should
819 * include <sys/times.h>.
821 /*#define I_SYS_TIMES /**/
824 * This symbol, if defined, indicates to the C program that it should
825 * include <sys/types.h>.
827 #define I_SYS_TYPES /**/
830 * This symbol, if defined, indicates to the C program that it should
831 * include <sys/un.h> to get UNIX domain socket definitions.
833 /*#define I_SYS_UN /**/
836 * This symbol, if defined, indicates to the C program that it should
837 * include <sys/wait.h>.
839 /*#define I_SYS_WAIT /**/
842 * This symbol, if defined, indicates that the program should include
843 * <termio.h> rather than <sgtty.h>. There are also differences in
844 * the ioctl() calls that depend on the value of this symbol.
847 * This symbol, if defined, indicates that the program should include
848 * the POSIX termios.h rather than sgtty.h or termio.h.
849 * There are also differences in the ioctl() calls that depend on the
850 * value of this symbol.
853 * This symbol, if defined, indicates that the program should include
854 * <sgtty.h> rather than <termio.h>. There are also differences in
855 * the ioctl() calls that depend on the value of this symbol.
857 /*#define I_TERMIO /**/
858 /*#define I_TERMIOS /**/
859 /*#define I_SGTTY /**/
862 * This symbol, if defined, indicates to the C program that it should
863 * include <unistd.h>.
865 /*#define I_UNISTD /**/
868 * This symbol, if defined, indicates to the C program that it should
874 * This symbol, if defined, indicates to the C program that it should
875 * include <values.h> to get definition of symbols like MINFLOAT or
876 * MAXLONG, i.e. machine dependant limitations. Probably, you
877 * should use <limits.h> instead, if it is available.
879 /*#define I_VALUES /**/
882 * This symbol, if defined, indicates to the C program that it should
885 /*#define I_VFORK /**/
888 * This symbol contains the value of sizeof(int) so that the C
889 * preprocessor can make decisions based on it.
892 * This symbol contains the value of sizeof(long) so that the C
893 * preprocessor can make decisions based on it.
896 * This symbol contains the value of sizeof(short) so that the C
897 * preprocessor can make decisions based on it.
899 #define INTSIZE 4 /**/
900 #define LONGSIZE 4 /**/
901 #define SHORTSIZE 2 /**/
904 * This symbol, if defined, signifies that the build
905 * process will produce some binary files that are going to be
906 * used in a cross-platform environment. This is the case for
907 * example with the NeXT "fat" binaries that contain executables
910 /*#define MULTIARCH /**/
913 * This symbol, if defined, tells that there's a 64-bit integer type,
914 * Quad_t, and its unsigned counterpar, Uquad_t. QUADKIND will be one
915 * of QUAD_IS_INT, QUAD_IS_LONG, QUAD_IS_LONG_LONG, or QUAD_IS_INT64_T.
917 /*#define HAS_QUAD /**/
919 # define Quad_t __int64 /**/
920 # define Uquad_t unsigned __int64 /**/
921 # define QUADKIND 5 /**/
922 # define QUAD_IS_INT 1
923 # define QUAD_IS_LONG 2
924 # define QUAD_IS_LONG_LONG 3
925 # define QUAD_IS_INT64_T 4
929 * This symbol, if defined, indicates that the accessx routine is
930 * available to do extended access checks.
932 /*#define HAS_ACCESSX /**/
935 * This symbol, if defined, indicates that the eaccess routine is
936 * available to do extended access checks.
938 /*#define HAS_EACCESS /**/
941 * This symbol, if defined, indicates to the C program that it should
942 * include <sys/access.h>.
944 /*#define I_SYS_ACCESS /**/
947 * This symbol, if defined, indicates to the C program that it should
948 * include <sys/security.h>.
950 /*#define I_SYS_SECURITY /**/
953 * This symbol contains the name of the operating system, as determined
954 * by Configure. You shouldn't rely on it too much; the specific
955 * feature tests from Configure are generally more reliable.
958 * This symbol contains the version of the operating system, as determined
959 * by Configure. You shouldn't rely on it too much; the specific
960 * feature tests from Configure are generally more reliable.
962 #define OSNAME "MSWin32" /**/
963 #define OSVERS "4.0" /**/
966 * This symbol contains the number of bytes required to align a
967 * double, or a long double when applicable. Usual values are 2,
968 * 4 and 8. The default is eight, for safety.
970 #if defined(USE_CROSS_COMPILE) || defined(MULTIARCH)
971 # define MEM_ALIGNBYTES 8
973 #define MEM_ALIGNBYTES 8
977 * This variable, if defined, holds the name of the directory in
978 * which the user wants to put architecture-dependent public
979 * library files for perl5. It is most often a local directory
980 * such as /usr/local/lib. Programs using this variable must be
981 * prepared to deal with filename expansion. If ARCHLIB is the
982 * same as PRIVLIB, it is not defined, since presumably the
983 * program already searches PRIVLIB.
986 * This symbol contains the ~name expanded version of ARCHLIB, to be used
987 * in programs that are not prepared to deal with ~ expansion at run-time.
989 #define ARCHLIB "c:\\perl\\5.8.0\\lib\\MSWin32-x86-multi-thread" /**/
990 /*#define ARCHLIB_EXP "" /**/
993 * This symbol holds a string representing the architecture name.
994 * It may be used to construct an architecture-dependant pathname
995 * where library files may be held under a private library, for
998 #define ARCHNAME "MSWin32-x86-multi-thread" /**/
1001 * This symbol, if defined, indicates that the atolf routine is
1002 * available to convert strings into long doubles.
1004 /*#define HAS_ATOLF /**/
1007 * This symbol, if defined, indicates that the atoll routine is
1008 * available to convert strings into long longs.
1010 /*#define HAS_ATOLL /**/
1013 * This symbol holds the path of the bin directory where the package will
1014 * be installed. Program must be prepared to deal with ~name substitution.
1017 * This symbol is the filename expanded version of the BIN symbol, for
1018 * programs that do not want to deal with that at run-time.
1020 #define BIN "c:\\perl\\5.8.0\\bin\\MSWin32-x86-multi-thread" /**/
1021 #define BIN_EXP "c:\\perl\\5.8.0\\bin\\MSWin32-x86-multi-thread" /**/
1024 * This symbol holds the hexadecimal constant defined in byteorder,
1025 * in a UV, i.e. 0x1234 or 0x4321 or 0x12345678, etc...
1026 * If the compiler supports cross-compiling or multiple-architecture
1027 * binaries (eg. on NeXT systems), use compiler-defined macros to
1028 * determine the byte order.
1029 * On NeXT 3.2 (and greater), you can build "Fat" Multiple Architecture
1030 * Binaries (MAB) on either big endian or little endian machines.
1031 * The endian-ness is available at compile-time. This only matters
1032 * for perl, where the config.h can be generated and installed on
1033 * one system, and used by a different architecture to build an
1034 * extension. Older versions of NeXT that might not have
1035 * defined either *_ENDIAN__ were all on Motorola 680x0 series,
1036 * so the default case (for NeXT) is big endian to catch them.
1037 * This might matter for NeXT 3.0.
1039 #if defined(USE_CROSS_COMPILE) || defined(MULTIARCH)
1040 # ifdef __LITTLE_ENDIAN__
1042 # define BYTEORDER 0x1234
1045 # define BYTEORDER 0x12345678
1049 # ifdef __BIG_ENDIAN__
1051 # define BYTEORDER 0x4321
1054 # define BYTEORDER 0x87654321
1059 # if !defined(BYTEORDER) && (defined(NeXT) || defined(__NeXT__))
1060 # define BYTEORDER 0x4321
1063 #define BYTEORDER 0x1234 /* large digits for MSB */
1067 * This macro catenates 2 tokens together.
1070 * This macro surrounds its token with double quotes.
1073 #define CAT2(a,b) a/**/b
1074 #define STRINGIFY(a) "a"
1075 /* If you can get stringification with catify, tell me how! */
1078 #define PeRl_CaTiFy(a, b) a ## b
1079 #define PeRl_StGiFy(a) #a
1080 /* the additional level of indirection enables these macros to be
1081 * used as arguments to other macros. See K&R 2nd ed., page 231. */
1082 #define CAT2(a,b) PeRl_CaTiFy(a,b)
1083 #define StGiFy(a) PeRl_StGiFy(a)
1084 #define STRINGIFY(a) PeRl_StGiFy(a)
1086 #if 42 != 1 && 42 != 42
1087 # include "Bletch: How does this C preprocessor catenate tokens?"
1091 * This symbol contains the first part of the string which will invoke
1092 * the C preprocessor on the standard input and produce to standard
1093 * output. Typical value of "cc -E" or "/lib/cpp", but it can also
1094 * call a wrapper. See CPPRUN.
1097 * This symbol contains the second part of the string which will invoke
1098 * the C preprocessor on the standard input and produce to standard
1099 * output. This symbol will have the value "-" if CPPSTDIN needs a minus
1100 * to specify standard input, otherwise the value is "".
1103 * This symbol contains the string which will invoke a C preprocessor on
1104 * the standard input and produce to standard output. It needs to end
1105 * with CPPLAST, after all other preprocessor flags have been specified.
1106 * The main difference with CPPSTDIN is that this program will never be a
1107 * pointer to a shell wrapper, i.e. it will be empty if no preprocessor is
1108 * available directly to the user. Note that it may well be different from
1109 * the preprocessor used to compile the C program.
1112 * This symbol is intended to be used along with CPPRUN in the same manner
1113 * symbol CPPMINUS is used with CPPSTDIN. It contains either "-" or "".
1115 #define CPPSTDIN "cppstdin"
1117 #define CPPRUN "cpp32 -oCON"
1121 * This symbol, if defined, indicates that the _fwalk system call is
1122 * available to apply a function to all the file handles.
1124 /*#define HAS__FWALK /**/
1127 * This manifest constant lets the C program know that the access()
1128 * system call is available to check for accessibility using real UID/GID.
1129 * (always present on UNIX.)
1131 #define HAS_ACCESS /**/
1134 * This symbol, if defined, indicates that the asctime_r routine
1135 * is available to asctime re-entrantly.
1138 * This symbol encodes the prototype of asctime_r.
1140 /*#define HAS_ASCTIME_R /**/
1141 #define ASCTIME_R_PROTO 0 /**/
1144 * This symbol is defined if the C compiler can cast negative
1145 * or large floating point numbers to 32-bit ints.
1147 #define CASTI32 /**/
1150 * This symbol is defined if the C compiler can cast negative
1151 * numbers to unsigned longs, ints and shorts.
1154 * This symbol contains flags that say what difficulties the compiler
1155 * has casting odd floating values to unsigned long:
1157 * 1 = couldn't cast < 0
1158 * 2 = couldn't cast >= 0x80000000
1159 * 4 = couldn't cast in argument expression list
1161 #define CASTNEGFLOAT /**/
1162 #define CASTFLAGS 0 /**/
1165 * This symbol, if defined, indicates that the class routine is
1166 * available to classify doubles. Available for example in AIX.
1167 * The returned values are defined in <float.h> and are:
1169 * FP_PLUS_NORM Positive normalized, nonzero
1170 * FP_MINUS_NORM Negative normalized, nonzero
1171 * FP_PLUS_DENORM Positive denormalized, nonzero
1172 * FP_MINUS_DENORM Negative denormalized, nonzero
1174 * FP_MINUS_ZERO -0.0
1177 * FP_NANS Signaling Not a Number (NaNS)
1178 * FP_NANQ Quiet Not a Number (NaNQ)
1180 /*#define HAS_CLASS /**/
1183 * This symbol, if defined, indicates that the closedir() routine
1184 * does not return a value.
1186 /*#define VOID_CLOSEDIR /**/
1188 /* HAS_STRUCT_CMSGHDR:
1189 * This symbol, if defined, indicates that the struct cmsghdr
1192 /*#define HAS_STRUCT_CMSGHDR /**/
1195 * This symbol, if defined, indicates that the crypt_r routine
1196 * is available to crypt re-entrantly.
1199 * This symbol encodes the prototype of crypt_r.
1201 /*#define HAS_CRYPT_R /**/
1202 #define CRYPT_R_PROTO 0 /**/
1205 * This symbol, if defined, indicates that the C-shell exists.
1208 * This symbol, if defined, contains the full pathname of csh.
1210 /*#define HAS_CSH /**/
1216 * This symbol, if defined, indicates that the ctime_r routine
1217 * is available to ctime re-entrantly.
1220 * This symbol encodes the prototype of ctime_r.
1222 /*#define HAS_CTIME_R /**/
1223 #define CTIME_R_PROTO 0 /**/
1225 /* DLSYM_NEEDS_UNDERSCORE:
1226 * This symbol, if defined, indicates that we need to prepend an
1227 * underscore to the symbol name before calling dlsym(). This only
1228 * makes sense if you *have* dlsym, which we will presume is the
1229 * case if you're using dl_dlopen.xs.
1231 /*#define DLSYM_NEEDS_UNDERSCORE /**/
1234 * This symbol, if defined, indicates that the drand48_r routine
1235 * is available to drand48 re-entrantly.
1238 * This symbol encodes the prototype of drand48_r.
1240 /*#define HAS_DRAND48_R /**/
1241 #define DRAND48_R_PROTO 0 /**/
1243 /* HAS_DRAND48_PROTO:
1244 * This symbol, if defined, indicates that the system provides
1245 * a prototype for the drand48() function. Otherwise, it is up
1246 * to the program to supply one. A good guess is
1247 * extern double drand48(void);
1249 /*#define HAS_DRAND48_PROTO /**/
1252 * This symbol, if defined, indicates that the getgrent routine is
1253 * available for finalizing sequential access of the group database.
1255 /*#define HAS_ENDGRENT /**/
1258 * This symbol, if defined, indicates that the endgrent_r routine
1259 * is available to endgrent re-entrantly.
1261 /* ENDGRENT_R_PROTO:
1262 * This symbol encodes the prototype of endgrent_r.
1264 /*#define HAS_ENDGRENT_R /**/
1265 #define ENDGRENT_R_PROTO 0 /**/
1268 * This symbol, if defined, indicates that the endhostent() routine is
1269 * available to close whatever was being used for host queries.
1271 /*#define HAS_ENDHOSTENT /**/
1274 * This symbol, if defined, indicates that the endnetent() routine is
1275 * available to close whatever was being used for network queries.
1277 /*#define HAS_ENDNETENT /**/
1280 * This symbol, if defined, indicates that the endprotoent() routine is
1281 * available to close whatever was being used for protocol queries.
1283 /*#define HAS_ENDPROTOENT /**/
1286 * This symbol, if defined, indicates that the getgrent routine is
1287 * available for finalizing sequential access of the passwd database.
1289 /*#define HAS_ENDPWENT /**/
1292 * This symbol, if defined, indicates that the endpwent_r routine
1293 * is available to endpwent re-entrantly.
1295 /* ENDPWENT_R_PROTO:
1296 * This symbol encodes the prototype of endpwent_r.
1298 /*#define HAS_ENDPWENT_R /**/
1299 #define ENDPWENT_R_PROTO 0 /**/
1302 * This symbol, if defined, indicates that the endservent() routine is
1303 * available to close whatever was being used for service queries.
1305 /*#define HAS_ENDSERVENT /**/
1308 * This symbol, if defined, indicates that the fchdir routine is
1309 * available to change directory using a file descriptor.
1311 /*#define HAS_FCHDIR /**/
1314 * This symbol, if defined, indicates that fcntl() can be used
1315 * for file locking. Normally on Unix systems this is defined.
1316 * It may be undefined on VMS.
1318 /*#define FCNTL_CAN_LOCK /**/
1321 * This symbol, when defined, indicates presence of the fd_set typedef
1324 #define HAS_FD_SET /**/
1327 * This symbol, if defined, indicates that the finite routine is
1328 * available to check whether a double is finite (non-infinity non-NaN).
1330 /*#define HAS_FINITE /**/
1333 * This symbol, if defined, indicates that the finitel routine is
1334 * available to check whether a long double is finite
1335 * (non-infinity non-NaN).
1337 /*#define HAS_FINITEL /**/
1340 * This symbol, if defined, indicates that the system supports filenames
1341 * longer than 14 characters.
1343 #define FLEXFILENAMES /**/
1346 * This symbol, if defined, indicates that the fp_class routine is
1347 * available to classify doubles. Available for example in Digital UNIX.
1348 * The returned values are defined in <math.h> and are:
1350 * FP_SNAN Signaling NaN (Not-a-Number)
1351 * FP_QNAN Quiet NaN (Not-a-Number)
1352 * FP_POS_INF +infinity
1353 * FP_NEG_INF -infinity
1354 * FP_POS_NORM Positive normalized
1355 * FP_NEG_NORM Negative normalized
1356 * FP_POS_DENORM Positive denormalized
1357 * FP_NEG_DENORM Negative denormalized
1358 * FP_POS_ZERO +0.0 (positive zero)
1359 * FP_NEG_ZERO -0.0 (negative zero)
1361 /*#define HAS_FP_CLASS /**/
1364 * This symbol, if defined, indicates that the fpclass routine is
1365 * available to classify doubles. Available for example in Solaris/SVR4.
1366 * The returned values are defined in <ieeefp.h> and are:
1368 * FP_SNAN signaling NaN
1370 * FP_NINF negative infinity
1371 * FP_PINF positive infinity
1372 * FP_NDENORM negative denormalized non-zero
1373 * FP_PDENORM positive denormalized non-zero
1374 * FP_NZERO negative zero
1375 * FP_PZERO positive zero
1376 * FP_NNORM negative normalized non-zero
1377 * FP_PNORM positive normalized non-zero
1379 /*#define HAS_FPCLASS /**/
1382 * This symbol, if defined, indicates that the fpclassify routine is
1383 * available to classify doubles. Available for example in HP-UX.
1384 * The returned values are defined in <math.h> and are
1386 * FP_NORMAL Normalized
1388 * FP_INFINITE Infinity
1389 * FP_SUBNORMAL Denormalized
1393 /*#define HAS_FPCLASSIFY /**/
1396 * This symbol will be defined if the C compiler supports fpos64_t.
1398 /*#define HAS_FPOS64_T /**/
1401 * This symbol, if defined, indicates that the frexpl routine is
1402 * available to break a long double floating-point number into
1403 * a normalized fraction and an integral power of 2.
1405 /*#define HAS_FREXPL /**/
1407 /* HAS_STRUCT_FS_DATA:
1408 * This symbol, if defined, indicates that the struct fs_data
1409 * to do statfs() is supported.
1411 /*#define HAS_STRUCT_FS_DATA /**/
1414 * This symbol, if defined, indicates that the fseeko routine is
1415 * available to fseek beyond 32 bits (useful for ILP32 hosts).
1417 /*#define HAS_FSEEKO /**/
1420 * This symbol, if defined, indicates that the fstatfs routine is
1421 * available to stat filesystems by file descriptors.
1423 /*#define HAS_FSTATFS /**/
1426 * This symbol, if defined, indicates that the fsync routine is
1427 * available to write a file's modified data and attributes to
1428 * permanent storage.
1430 /*#define HAS_FSYNC /**/
1433 * This symbol, if defined, indicates that the ftello routine is
1434 * available to ftell beyond 32 bits (useful for ILP32 hosts).
1436 /*#define HAS_FTELLO /**/
1439 * This preprocessor macro is defined to convert a floating point
1440 * number to a string without a trailing decimal point. This
1441 * emulates the behavior of sprintf("%g"), but is sometimes much more
1442 * efficient. If gconvert() is not available, but gcvt() drops the
1443 * trailing decimal point, then gcvt() is used. If all else fails,
1444 * a macro using sprintf("%g") is used. Arguments for the Gconvert
1445 * macro are: value, number of digits, whether trailing zeros should
1446 * be retained, and the output buffer.
1447 * The usual values are:
1448 * d_Gconvert='gconvert((x),(n),(t),(b))'
1449 * d_Gconvert='gcvt((x),(n),(b))'
1450 * d_Gconvert='sprintf((b),"%.*g",(n),(x))'
1451 * The last two assume trailing zeros should not be kept.
1453 #define Gconvert(x,n,t,b) gcvt((x),(n),(b))
1456 * This symbol, if defined, indicates that the getcwd routine is
1457 * available to get the current working directory.
1459 #define HAS_GETCWD /**/
1462 * This symbol, if defined, indicates that the getespwnam system call is
1463 * available to retrieve enchanced (shadow) password entries by name.
1465 /*#define HAS_GETESPWNAM /**/
1468 * This symbol, if defined, indicates that the getfsstat routine is
1469 * available to stat filesystems in bulk.
1471 /*#define HAS_GETFSSTAT /**/
1474 * This symbol, if defined, indicates that the getgrent routine is
1475 * available for sequential access of the group database.
1477 /*#define HAS_GETGRENT /**/
1480 * This symbol, if defined, indicates that the getgrent_r routine
1481 * is available to getgrent re-entrantly.
1483 /* GETGRENT_R_PROTO:
1484 * This symbol encodes the prototype of getgrent_r.
1486 /*#define HAS_GETGRENT_R /**/
1487 #define GETGRENT_R_PROTO 0 /**/
1490 * This symbol, if defined, indicates that the getgrgid_r routine
1491 * is available to getgrgid re-entrantly.
1493 /* GETGRGID_R_PROTO:
1494 * This symbol encodes the prototype of getgrgid_r.
1496 /*#define HAS_GETGRGID_R /**/
1497 #define GETGRGID_R_PROTO 0 /**/
1500 * This symbol, if defined, indicates that the getgrnam_r routine
1501 * is available to getgrnam re-entrantly.
1503 /* GETGRNAM_R_PROTO:
1504 * This symbol encodes the prototype of getgrnam_r.
1506 /*#define HAS_GETGRNAM_R /**/
1507 #define GETGRNAM_R_PROTO 0 /**/
1509 /* HAS_GETHOSTBYADDR:
1510 * This symbol, if defined, indicates that the gethostbyaddr() routine is
1511 * available to look up hosts by their IP addresses.
1513 #define HAS_GETHOSTBYADDR /**/
1515 /* HAS_GETHOSTBYNAME:
1516 * This symbol, if defined, indicates that the gethostbyname() routine is
1517 * available to look up host names in some data base or other.
1519 #define HAS_GETHOSTBYNAME /**/
1522 * This symbol, if defined, indicates that the gethostent() routine is
1523 * available to look up host names in some data base or another.
1525 /*#define HAS_GETHOSTENT /**/
1528 * This symbol, if defined, indicates that the C program may use the
1529 * gethostname() routine to derive the host name. See also HAS_UNAME
1533 * This symbol, if defined, indicates that the C program may use the
1534 * uname() routine to derive the host name. See also HAS_GETHOSTNAME
1538 * This symbol, if defined, indicates the command to feed to the
1539 * popen() routine to derive the host name. See also HAS_GETHOSTNAME
1540 * and HAS_UNAME. Note that the command uses a fully qualified path,
1541 * so that it is safe even if used by a process with super-user
1545 * This symbol, if defined, indicates that the C program may use the
1546 * contents of PHOSTNAME as a command to feed to the popen() routine
1547 * to derive the host name.
1549 #define HAS_GETHOSTNAME /**/
1550 #define HAS_UNAME /**/
1551 /*#define HAS_PHOSTNAME /**/
1552 #ifdef HAS_PHOSTNAME
1553 #define PHOSTNAME "" /* How to get the host name */
1556 /* HAS_GETHOST_PROTOS:
1557 * This symbol, if defined, indicates that <netdb.h> includes
1558 * prototypes for gethostent(), gethostbyname(), and
1559 * gethostbyaddr(). Otherwise, it is up to the program to guess
1560 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
1562 #define HAS_GETHOST_PROTOS /**/
1565 * This symbol, if defined, indicates that the getitimer routine is
1566 * available to return interval timers.
1568 /*#define HAS_GETITIMER /**/
1571 * This symbol, if defined, indicates that the getlogin_r routine
1572 * is available to getlogin re-entrantly.
1574 /* GETLOGIN_R_PROTO:
1575 * This symbol encodes the prototype of getlogin_r.
1577 /*#define HAS_GETLOGIN_R /**/
1578 #define GETLOGIN_R_PROTO 0 /**/
1581 * This symbol, if defined, indicates that the getmnt routine is
1582 * available to get filesystem mount info by filename.
1584 /*#define HAS_GETMNT /**/
1587 * This symbol, if defined, indicates that the getmntent routine is
1588 * available to iterate through mounted file systems to get their info.
1590 /*#define HAS_GETMNTENT /**/
1592 /* HAS_GETNETBYADDR:
1593 * This symbol, if defined, indicates that the getnetbyaddr() routine is
1594 * available to look up networks by their IP addresses.
1596 /*#define HAS_GETNETBYADDR /**/
1598 /* HAS_GETNETBYNAME:
1599 * This symbol, if defined, indicates that the getnetbyname() routine is
1600 * available to look up networks by their names.
1602 /*#define HAS_GETNETBYNAME /**/
1605 * This symbol, if defined, indicates that the getnetent() routine is
1606 * available to look up network names in some data base or another.
1608 /*#define HAS_GETNETENT /**/
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_GETPROTO_PROTOS:
1654 * This symbol, if defined, indicates that <netdb.h> includes
1655 * prototypes for getprotoent(), getprotobyname(), and
1656 * getprotobyaddr(). Otherwise, it is up to the program to guess
1657 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
1659 #define HAS_GETPROTO_PROTOS /**/
1662 * This symbol, if defined, indicates that the getprpwnam system call is
1663 * available to retrieve protected (shadow) password entries by name.
1665 /*#define HAS_GETPRPWNAM /**/
1668 * This symbol, if defined, indicates that the getpwent routine is
1669 * available for sequential access of the passwd database.
1670 * If this is not available, the older getpw() function may be available.
1672 /*#define HAS_GETPWENT /**/
1675 * This symbol, if defined, indicates that the getpwent_r routine
1676 * is available to getpwent re-entrantly.
1678 /* GETPWENT_R_PROTO:
1679 * This symbol encodes the prototype of getpwent_r.
1681 /*#define HAS_GETPWENT_R /**/
1682 #define GETPWENT_R_PROTO 0 /**/
1685 * This symbol, if defined, indicates that the getpwnam_r routine
1686 * is available to getpwnam re-entrantly.
1688 /* GETPWNAM_R_PROTO:
1689 * This symbol encodes the prototype of getpwnam_r.
1691 /*#define HAS_GETPWNAM_R /**/
1692 #define GETPWNAM_R_PROTO 0 /**/
1695 * This symbol, if defined, indicates that the getpwuid_r routine
1696 * is available to getpwuid re-entrantly.
1698 /* GETPWUID_R_PROTO:
1699 * This symbol encodes the prototype of getpwuid_r.
1701 /*#define HAS_GETPWUID_R /**/
1702 #define GETPWUID_R_PROTO 0 /**/
1705 * This symbol, if defined, indicates that the getservent() routine is
1706 * available to look up network services in some data base or another.
1708 /*#define HAS_GETSERVENT /**/
1710 /* HAS_GETSERV_PROTOS:
1711 * This symbol, if defined, indicates that <netdb.h> includes
1712 * prototypes for getservent(), getservbyname(), and
1713 * getservbyaddr(). Otherwise, it is up to the program to guess
1714 * them. See netdbtype.U for probing for various Netdb_xxx_t types.
1716 #define HAS_GETSERV_PROTOS /**/
1719 * This symbol, if defined, indicates that the getspnam system call is
1720 * available to retrieve SysV shadow password entries by name.
1722 /*#define HAS_GETSPNAM /**/
1725 * This symbol, if defined, indicates that the getspnam_r routine
1726 * is available to getspnam re-entrantly.
1728 /* GETSPNAM_R_PROTO:
1729 * This symbol encodes the prototype of getspnam_r.
1731 /*#define HAS_GETSPNAM_R /**/
1732 #define GETSPNAM_R_PROTO 0 /**/
1734 /* HAS_GETSERVBYNAME:
1735 * This symbol, if defined, indicates that the getservbyname()
1736 * routine is available to look up services by their name.
1738 /* HAS_GETSERVBYPORT:
1739 * This symbol, if defined, indicates that the getservbyport()
1740 * routine is available to look up services by their port.
1742 #define HAS_GETSERVBYNAME /**/
1743 #define HAS_GETSERVBYPORT /**/
1746 * This symbol, if defined, indicates that the gmtime_r routine
1747 * is available to gmtime re-entrantly.
1750 * This symbol encodes the prototype of gmtime_r.
1752 /*#define HAS_GMTIME_R /**/
1753 #define GMTIME_R_PROTO 0 /**/
1756 * This symbol, if defined, indicates to the C program that
1757 * the GNU C library is being used. A better check is to use
1758 * the __GLIBC__ and __GLIBC_MINOR__ symbols supplied with glibc.
1760 /*#define HAS_GNULIBC /**/
1761 #if defined(HAS_GNULIBC) && !defined(_GNU_SOURCE)
1762 # define _GNU_SOURCE
1765 * This symbol, if defined, indicates that the hasmntopt routine is
1766 * available to query the mount options of file systems.
1768 /*#define HAS_HASMNTOPT /**/
1771 * This symbol, if defined, indicates that the htonl() routine (and
1772 * friends htons() ntohl() ntohs()) are available to do network
1773 * order byte swapping.
1776 * This symbol, if defined, indicates that the htons() routine (and
1777 * friends htonl() ntohl() ntohs()) are available to do network
1778 * order byte swapping.
1781 * This symbol, if defined, indicates that the ntohl() routine (and
1782 * friends htonl() htons() ntohs()) are available to do network
1783 * order byte swapping.
1786 * This symbol, if defined, indicates that the ntohs() routine (and
1787 * friends htonl() htons() ntohl()) are available to do network
1788 * order byte swapping.
1790 #define HAS_HTONL /**/
1791 #define HAS_HTONS /**/
1792 #define HAS_NTOHL /**/
1793 #define HAS_NTOHS /**/
1796 * This symbol will defined if the C compiler supports int64_t.
1797 * Usually the <inttypes.h> needs to be included, but sometimes
1798 * <sys/types.h> is enough.
1800 /*#define HAS_INT64_T /**/
1803 * This manifest constant lets the C program know that isascii
1806 #define HAS_ISASCII /**/
1809 * This symbol, if defined, indicates that the isfinite routine is
1810 * available to check whether a double is finite (non-infinity non-NaN).
1812 /*#define HAS_ISFINITE /**/
1815 * This symbol, if defined, indicates that the isinf routine is
1816 * available to check whether a double is an infinity.
1818 /*#define HAS_ISINF /**/
1821 * This symbol, if defined, indicates that the isnan routine is
1822 * available to check whether a double is a NaN.
1824 #define HAS_ISNAN /**/
1827 * This symbol, if defined, indicates that the isnanl routine is
1828 * available to check whether a long double is a NaN.
1830 /*#define HAS_ISNANL /**/
1833 * This symbol, if defined, indicates that the lchown routine is
1834 * available to operate on a symbolic link (instead of following the
1837 /*#define HAS_LCHOWN /**/
1840 * This symbol, if defined, indicates that this system's <float.h>
1841 * or <limits.h> defines the symbol LDBL_DIG, which is the number
1842 * of significant digits in a long double precision number. Unlike
1843 * for DBL_DIG, there's no good guess for LDBL_DIG if it is undefined.
1845 #define HAS_LDBL_DIG /**/
1848 * This symbol, if defined, indicates that the localtime_r routine
1849 * is available to localtime re-entrantly.
1851 /* LOCALTIME_R_PROTO:
1852 * This symbol encodes the prototype of localtime_r.
1854 /*#define HAS_LOCALTIME_R /**/
1855 #define LOCALTIME_R_PROTO 0 /**/
1858 * This symbol will be defined if the C compiler supports long
1862 * This symbol contains the size of a long double, so that the
1863 * C preprocessor can make decisions based on it. It is only
1864 * defined if the system supports long doubles.
1866 #define HAS_LONG_DOUBLE /**/
1867 #ifdef HAS_LONG_DOUBLE
1868 #define LONG_DOUBLESIZE 10 /**/
1872 * This symbol will be defined if the C compiler supports long long.
1875 * This symbol contains the size of a long long, so that the
1876 * C preprocessor can make decisions based on it. It is only
1877 * defined if the system supports long long.
1879 /*#define HAS_LONG_LONG /**/
1880 #ifdef HAS_LONG_LONG
1881 #define LONGLONGSIZE 8 /**/
1885 * This symbol, if defined, indicates that the system provides
1886 * a prototype for the lseek() function. Otherwise, it is up
1887 * to the program to supply one. A good guess is
1888 * extern off_t lseek(int, off_t, int);
1890 #define HAS_LSEEK_PROTO /**/
1893 * This symbol, if defined, indicates that the madvise system call is
1894 * available to map a file into memory.
1896 /*#define HAS_MADVISE /**/
1899 * This symbol, if defined, indicates that the memchr routine is available
1900 * to locate characters within a C string.
1902 #define HAS_MEMCHR /**/
1905 * This symbol, if defined, indicates that the mkdtemp routine is
1906 * available to exclusively create a uniquely named temporary directory.
1908 /*#define HAS_MKDTEMP /**/
1911 * This symbol, if defined, indicates that the mkstemp routine is
1912 * available to exclusively create and open a uniquely named
1915 /*#define HAS_MKSTEMP /**/
1918 * This symbol, if defined, indicates that the mkstemps routine is
1919 * available to excluslvely create and open a uniquely named
1920 * (with a suffix) temporary file.
1922 /*#define HAS_MKSTEMPS /**/
1925 * This symbol, if defined, indicates that the mmap system call is
1926 * available to map a file into memory.
1929 * This symbol holds the return type of the mmap() system call
1930 * (and simultaneously the type of the first argument).
1931 * Usually set to 'void *' or 'cadd_t'.
1933 /*#define HAS_MMAP /**/
1934 #define Mmap_t void * /**/
1937 * This symbol, if defined, indicates that the modfl routine is
1938 * available to split a long double x into a fractional part f and
1939 * an integer part i such that |f| < 1.0 and (f + i) = x.
1941 /* HAS_MODFL_POW32_BUG:
1942 * This symbol, if defined, indicates that the modfl routine is
1943 * broken for long doubles >= pow(2, 32).
1944 * For example from 4294967303.150000 one would get 4294967302.000000
1945 * and 1.150000. The bug has been seen in certain versions of glibc,
1946 * release 2.2.2 is known to be okay.
1948 /*#define HAS_MODFL /**/
1949 /*#define HAS_MODFL_POW32_BUG /**/
1952 * This symbol, if defined, indicates that the mprotect system call is
1953 * available to modify the access protection of a memory mapped file.
1955 /*#define HAS_MPROTECT /**/
1958 * This symbol, if defined, indicates that the entire msg*(2) library is
1959 * supported (IPC mechanism based on message queues).
1961 /*#define HAS_MSG /**/
1963 /* HAS_STRUCT_MSGHDR:
1964 * This symbol, if defined, indicates that the struct msghdr
1967 /*#define HAS_STRUCT_MSGHDR /**/
1970 * This symbol will be defined if the C compiler supports off64_t.
1972 /*#define HAS_OFF64_T /**/
1975 * This manifest constant lets the C program know that the three
1976 * argument form of open(2) is available.
1978 /*#define HAS_OPEN3 /**/
1980 /* OLD_PTHREAD_CREATE_JOINABLE:
1981 * This symbol, if defined, indicates how to create pthread
1982 * in joinable (aka undetached) state. NOTE: not defined
1983 * if pthread.h already has defined PTHREAD_CREATE_JOINABLE
1984 * (the new version of the constant).
1985 * If defined, known values are PTHREAD_CREATE_UNDETACHED
1988 /*#define OLD_PTHREAD_CREATE_JOINABLE /**/
1990 /* HAS_PTHREAD_YIELD:
1991 * This symbol, if defined, indicates that the pthread_yield
1992 * routine is available to yield the execution of the current
1993 * thread. sched_yield is preferable to pthread_yield.
1996 * This symbol defines the way to yield the execution of
1997 * the current thread. Known ways are sched_yield,
1998 * pthread_yield, and pthread_yield with NULL.
2001 * This symbol, if defined, indicates that the sched_yield
2002 * routine is available to yield the execution of the current
2003 * thread. sched_yield is preferable to pthread_yield.
2005 /*#define HAS_PTHREAD_YIELD /**/
2006 #define SCHED_YIELD /**/
2007 /*#define HAS_SCHED_YIELD /**/
2010 * This symbol, if defined, indicates that the random_r routine
2011 * is available to random re-entrantly.
2014 * This symbol encodes the prototype of random_r.
2016 /*#define HAS_RANDOM_R /**/
2017 #define RANDOM_R_PROTO 0 /**/
2020 * This symbol, if defined, indicates that the readdir_r routine
2021 * is available to readdir re-entrantly.
2024 * This symbol encodes the prototype of readdir_r.
2026 /*#define HAS_READDIR_R /**/
2027 #define READDIR_R_PROTO 0 /**/
2030 * This symbol, if defined, indicates that the readv routine is
2031 * available to do gather reads. You will also need <sys/uio.h>
2032 * and there I_SYSUIO.
2034 /*#define HAS_READV /**/
2037 * This symbol, if defined, indicates that the recvmsg routine is
2038 * available to send structured socket messages.
2040 /*#define HAS_RECVMSG /**/
2043 * This symbol, if defined, indicates that the bcopy routine is available
2044 * to copy potentially overlapping memory blocks. Normally, you should
2045 * probably use memmove() or memcpy(). If neither is defined, roll your
2048 /*#define HAS_SAFE_BCOPY /**/
2051 * This symbol, if defined, indicates that the memcpy routine is available
2052 * to copy potentially overlapping memory blocks. If you need to
2053 * copy overlapping memory blocks, you should check HAS_MEMMOVE and
2054 * use memmove() instead, if available.
2056 /*#define HAS_SAFE_MEMCPY /**/
2059 * This symbol, if defined, indicates that the memcmp routine is available
2060 * and can be used to compare relative magnitudes of chars with their high
2061 * bits set. If it is not defined, roll your own version.
2063 #define HAS_SANE_MEMCMP /**/
2066 * This symbol, if defined, indicates that the system provides
2067 * a prototype for the sbrk() function. Otherwise, it is up
2068 * to the program to supply one. Good guesses are
2069 * extern void* sbrk(int);
2070 * extern void* sbrk(size_t);
2072 /*#define HAS_SBRK_PROTO /**/
2075 * This symbol, if defined, indicates that the entire sem*(2) library is
2078 /*#define HAS_SEM /**/
2081 * This symbol, if defined, indicates that the sendmsg routine is
2082 * available to send structured socket messages.
2084 /*#define HAS_SENDMSG /**/
2087 * This symbol, if defined, indicates that the setgrent routine is
2088 * available for initializing sequential access of the group database.
2090 /*#define HAS_SETGRENT /**/
2093 * This symbol, if defined, indicates that the setgrent_r routine
2094 * is available to setgrent re-entrantly.
2096 /* SETGRENT_R_PROTO:
2097 * This symbol encodes the prototype of setgrent_r.
2099 /*#define HAS_SETGRENT_R /**/
2100 #define SETGRENT_R_PROTO 0 /**/
2103 * This symbol, if defined, indicates that the setgroups() routine is
2104 * available to set the list of process groups. If unavailable, multiple
2105 * groups are probably not supported.
2107 /*#define HAS_SETGROUPS /**/
2110 * This symbol, if defined, indicates that the sethostent() routine is
2113 /*#define HAS_SETHOSTENT /**/
2116 * This symbol, if defined, indicates that the setitimer routine is
2117 * available to set interval timers.
2119 /*#define HAS_SETITIMER /**/
2122 * This symbol, if defined, indicates that the setnetent() routine is
2125 /*#define HAS_SETNETENT /**/
2128 * This symbol, if defined, indicates that the setprotoent() routine is
2131 /*#define HAS_SETPROTOENT /**/
2134 * This symbol, if defined, indicates that the setpgrp routine is
2135 * available to set the current process group.
2138 * This symbol, if defined, indicates that setpgrp needs two
2139 * arguments whereas USG one needs none. See also HAS_SETPGID
2140 * for a POSIX interface.
2142 /*#define HAS_SETPGRP /**/
2143 /*#define USE_BSD_SETPGRP /**/
2145 /* HAS_SETPROCTITLE:
2146 * This symbol, if defined, indicates that the setproctitle routine is
2147 * available to set process title.
2149 /*#define HAS_SETPROCTITLE /**/
2152 * This symbol, if defined, indicates that the setpwent routine is
2153 * available for initializing sequential access of the passwd database.
2155 /*#define HAS_SETPWENT /**/
2158 * This symbol, if defined, indicates that the setpwent_r routine
2159 * is available to setpwent re-entrantly.
2161 /* SETPWENT_R_PROTO:
2162 * This symbol encodes the prototype of setpwent_r.
2164 /*#define HAS_SETPWENT_R /**/
2165 #define SETPWENT_R_PROTO 0 /**/
2168 * This symbol, if defined, indicates that the setservent() routine is
2171 /*#define HAS_SETSERVENT /**/
2174 * This symbol, if defined, indicates that the setvbuf routine is
2175 * available to change buffering on an open stdio stream.
2176 * to a line-buffered mode.
2178 #define HAS_SETVBUF /**/
2181 * This symbol, if defined, indicates that sfio should
2184 /*#define USE_SFIO /**/
2187 * This symbol, if defined, indicates that the entire shm*(2) library is
2190 /*#define HAS_SHM /**/
2193 * This symbol, if defined, indicates that Vr4's sigaction() routine
2196 /*#define HAS_SIGACTION /**/
2199 * This variable indicates to the C program that the sigsetjmp()
2200 * routine is available to save the calling process's registers
2201 * and stack environment for later use by siglongjmp(), and
2202 * to optionally save the process's signal mask. See
2203 * Sigjmp_buf, Sigsetjmp, and Siglongjmp.
2206 * This is the buffer type to be used with Sigsetjmp and Siglongjmp.
2209 * This macro is used in the same way as sigsetjmp(), but will invoke
2210 * traditional setjmp() if sigsetjmp isn't available.
2211 * See HAS_SIGSETJMP.
2214 * This macro is used in the same way as siglongjmp(), but will invoke
2215 * traditional longjmp() if siglongjmp isn't available.
2216 * See HAS_SIGSETJMP.
2218 /*#define HAS_SIGSETJMP /**/
2219 #ifdef HAS_SIGSETJMP
2220 #define Sigjmp_buf sigjmp_buf
2221 #define Sigsetjmp(buf,save_mask) sigsetjmp((buf),(save_mask))
2222 #define Siglongjmp(buf,retval) siglongjmp((buf),(retval))
2224 #define Sigjmp_buf jmp_buf
2225 #define Sigsetjmp(buf,save_mask) setjmp((buf))
2226 #define Siglongjmp(buf,retval) longjmp((buf),(retval))
2230 * This symbol, if defined, indicates that the BSD socket interface is
2234 * This symbol, if defined, indicates that the BSD socketpair() call is
2238 * This symbol, if defined, indicates that the MSG_CTRUNC is supported.
2239 * Checking just with #ifdef might not be enough because this symbol
2240 * has been known to be an enum.
2242 /* HAS_MSG_DONTROUTE:
2243 * This symbol, if defined, indicates that the MSG_DONTROUTE is supported.
2244 * Checking just with #ifdef might not be enough because this symbol
2245 * has been known to be an enum.
2248 * This symbol, if defined, indicates that the MSG_OOB is supported.
2249 * Checking just with #ifdef might not be enough because this symbol
2250 * has been known to be an enum.
2253 * This symbol, if defined, indicates that the MSG_PEEK is supported.
2254 * Checking just with #ifdef might not be enough because this symbol
2255 * has been known to be an enum.
2258 * This symbol, if defined, indicates that the MSG_PROXY is supported.
2259 * Checking just with #ifdef might not be enough because this symbol
2260 * has been known to be an enum.
2263 * This symbol, if defined, indicates that the SCM_RIGHTS is supported.
2264 * Checking just with #ifdef might not be enough because this symbol
2265 * has been known to be an enum.
2267 #define HAS_SOCKET /**/
2268 /*#define HAS_SOCKETPAIR /**/
2269 /*#define HAS_MSG_CTRUNC /**/
2270 /*#define HAS_MSG_DONTROUTE /**/
2271 /*#define HAS_MSG_OOB /**/
2272 /*#define HAS_MSG_PEEK /**/
2273 /*#define HAS_MSG_PROXY /**/
2274 /*#define HAS_SCM_RIGHTS /**/
2277 * This symbol, if defined, indicates that the socks5_init routine is
2278 * available to initialize SOCKS 5.
2280 /*#define HAS_SOCKS5_INIT /**/
2283 * This symbol, if defined, indicates that the sqrtl routine is
2284 * available to do long double square roots.
2286 /*#define HAS_SQRTL /**/
2289 * This symbol, if defined, indicates that the srand48_r routine
2290 * is available to srand48 re-entrantly.
2293 * This symbol encodes the prototype of srand48_r.
2295 /*#define HAS_SRAND48_R /**/
2296 #define SRAND48_R_PROTO 0 /**/
2299 * This symbol, if defined, indicates that the srandom_r routine
2300 * is available to srandom re-entrantly.
2303 * This symbol encodes the prototype of srandom_r.
2305 /*#define HAS_SRANDOM_R /**/
2306 #define SRANDOM_R_PROTO 0 /**/
2309 * This symbol is defined if this system has a stat structure declaring
2310 * st_blksize and st_blocks.
2312 #ifndef USE_STAT_BLOCKS
2313 /*#define USE_STAT_BLOCKS /**/
2316 /* HAS_STRUCT_STATFS_F_FLAGS:
2317 * This symbol, if defined, indicates that the struct statfs
2318 * does have the f_flags member containing the mount flags of
2319 * the filesystem containing the file.
2320 * This kind of struct statfs is coming from <sys/mount.h> (BSD 4.3),
2321 * not from <sys/statfs.h> (SYSV). Older BSDs (like Ultrix) do not
2322 * have statfs() and struct statfs, they have ustat() and getmnt()
2323 * with struct ustat and struct fs_data.
2325 /*#define HAS_STRUCT_STATFS_F_FLAGS /**/
2327 /* HAS_STRUCT_STATFS:
2328 * This symbol, if defined, indicates that the struct statfs
2329 * to do statfs() is supported.
2331 /*#define HAS_STRUCT_STATFS /**/
2334 * This symbol, if defined, indicates that the fstatvfs routine is
2335 * available to stat filesystems by file descriptors.
2337 /*#define HAS_FSTATVFS /**/
2340 * This symbol is defined if the _ptr and _cnt fields (or similar)
2341 * of the stdio FILE structure can be used to access the stdio buffer
2342 * for a file handle. If this is defined, then the FILE_ptr(fp)
2343 * and FILE_cnt(fp) macros will also be defined and should be used
2344 * to access these fields.
2347 * This macro is used to access the _ptr field (or equivalent) of the
2348 * FILE structure pointed to by its argument. This macro will always be
2349 * defined if USE_STDIO_PTR is defined.
2351 /* STDIO_PTR_LVALUE:
2352 * This symbol is defined if the FILE_ptr macro can be used as an
2356 * This macro is used to access the _cnt field (or equivalent) of the
2357 * FILE structure pointed to by its argument. This macro will always be
2358 * defined if USE_STDIO_PTR is defined.
2360 /* STDIO_CNT_LVALUE:
2361 * This symbol is defined if the FILE_cnt macro can be used as an
2364 /* STDIO_PTR_LVAL_SETS_CNT:
2365 * This symbol is defined if using the FILE_ptr macro as an lvalue
2366 * to increase the pointer by n has the side effect of decreasing the
2367 * value of File_cnt(fp) by n.
2369 /* STDIO_PTR_LVAL_NOCHANGE_CNT:
2370 * This symbol is defined if using the FILE_ptr macro as an lvalue
2371 * to increase the pointer by n leaves File_cnt(fp) unchanged.
2373 #define USE_STDIO_PTR /**/
2374 #ifdef USE_STDIO_PTR
2375 #define FILE_ptr(fp) ((fp)->curp)
2376 #define STDIO_PTR_LVALUE /**/
2377 #define FILE_cnt(fp) ((fp)->level)
2378 #define STDIO_CNT_LVALUE /**/
2379 /*#define STDIO_PTR_LVAL_SETS_CNT /**/
2380 #define STDIO_PTR_LVAL_NOCHANGE_CNT /**/
2384 * This symbol is defined if the _base field (or similar) of the
2385 * stdio FILE structure can be used to access the stdio buffer for
2386 * a file handle. If this is defined, then the FILE_base(fp) macro
2387 * will also be defined and should be used to access this field.
2388 * Also, the FILE_bufsiz(fp) macro will be defined and should be used
2389 * to determine the number of bytes in the buffer. USE_STDIO_BASE
2390 * will never be defined unless USE_STDIO_PTR is.
2393 * This macro is used to access the _base field (or equivalent) of the
2394 * FILE structure pointed to by its argument. This macro will always be
2395 * defined if USE_STDIO_BASE is defined.
2398 * This macro is used to determine the number of bytes in the I/O
2399 * buffer pointed to by _base field (or equivalent) of the FILE
2400 * structure pointed to its argument. This macro will always be defined
2401 * if USE_STDIO_BASE is defined.
2403 #define USE_STDIO_BASE /**/
2404 #ifdef USE_STDIO_BASE
2405 #define FILE_base(fp) ((fp)->buffer)
2406 #define FILE_bufsiz(fp) ((fp)->level + (fp)->curp - (fp)->buffer)
2410 * This symbol, if defined, indicates that the strerror routine is
2411 * available to translate error numbers to strings. See the writeup
2412 * of Strerror() in this file before you try to define your own.
2415 * This symbol, if defined, indicates that the sys_errlist array is
2416 * available to translate error numbers to strings. The extern int
2417 * sys_nerr gives the size of that table.
2420 * This preprocessor symbol is defined as a macro if strerror() is
2421 * not available to translate error numbers to strings but sys_errlist[]
2424 #define HAS_STRERROR /**/
2425 #define HAS_SYS_ERRLIST /**/
2426 #define Strerror(e) strerror(e)
2429 * This symbol, if defined, indicates that the strerror_r routine
2430 * is available to strerror re-entrantly.
2432 /* STRERROR_R_PROTO:
2433 * This symbol encodes the prototype of strerror_r.
2435 /*#define HAS_STRERROR_R /**/
2436 #define STRERROR_R_PROTO 0 /**/
2439 * This symbol, if defined, indicates that the strtold routine is
2440 * available to convert strings to long doubles.
2442 /*#define HAS_STRTOLD /**/
2445 * This symbol, if defined, indicates that the strtoll routine is
2446 * available to convert strings to long longs.
2448 /*#define HAS_STRTOLL /**/
2451 * This symbol, if defined, indicates that the strtoq routine is
2452 * available to convert strings to long longs (quads).
2454 /*#define HAS_STRTOQ /**/
2457 * This symbol, if defined, indicates that the strtoul routine is
2458 * available to provide conversion of strings to unsigned long.
2460 #define HAS_STRTOUL /**/
2463 * This symbol, if defined, indicates that the strtoull routine is
2464 * available to convert strings to unsigned long longs.
2466 /*#define HAS_STRTOULL /**/
2469 * This symbol, if defined, indicates that the strtouq routine is
2470 * available to convert strings to unsigned long longs (quads).
2472 /*#define HAS_STRTOUQ /**/
2474 /* HAS_TELLDIR_PROTO:
2475 * This symbol, if defined, indicates that the system provides
2476 * a prototype for the telldir() function. Otherwise, it is up
2477 * to the program to supply one. A good guess is
2478 * extern long telldir(DIR*);
2480 #define HAS_TELLDIR_PROTO /**/
2483 * This symbol, if defined, indicates that the time() routine exists.
2486 * This symbol holds the type returned by time(). It can be long,
2487 * or time_t on BSD sites (in which case <sys/types.h> should be
2490 #define HAS_TIME /**/
2491 #define Time_t time_t /* Time type */
2494 * This symbol, if defined, indicates that the times() routine exists.
2495 * Note that this became obsolete on some systems (SUNOS), which now
2496 * use getrusage(). It may be necessary to include <sys/times.h>.
2498 #define HAS_TIMES /**/
2501 * This symbol, if defined, indicates that the tmpnam_r routine
2502 * is available to tmpnam re-entrantly.
2505 * This symbol encodes the prototype of tmpnam_r.
2507 /*#define HAS_TMPNAM_R /**/
2508 #define TMPNAM_R_PROTO 0 /**/
2511 * This symbol, if defined, indicates that the ualarm routine is
2512 * available to do alarms with microsecond granularity.
2514 /*#define HAS_UALARM /**/
2517 * This symbol, if defined, indicates that the union semun is
2518 * defined by including <sys/sem.h>. If not, the user code
2519 * probably needs to define it as:
2522 * struct semid_ds *buf;
2523 * unsigned short *array;
2526 /* USE_SEMCTL_SEMUN:
2527 * This symbol, if defined, indicates that union semun is
2528 * used for semctl IPC_STAT.
2530 /* USE_SEMCTL_SEMID_DS:
2531 * This symbol, if defined, indicates that struct semid_ds * is
2532 * used for semctl IPC_STAT.
2534 #define HAS_UNION_SEMUN /**/
2535 /*#define USE_SEMCTL_SEMUN /**/
2536 /*#define USE_SEMCTL_SEMID_DS /**/
2539 * This symbol, if defined, indicates that the unordered routine is
2540 * available to check whether two doubles are unordered
2541 * (effectively: whether either of them is NaN)
2543 /*#define HAS_UNORDERED /**/
2546 * This symbol, if defined, indicates that the ustat system call is
2547 * available to query file system statistics by dev_t.
2549 /*#define HAS_USTAT /**/
2552 * This symbol, if defined, indicates that vfork() exists.
2554 /*#define HAS_VFORK /**/
2557 * This symbol's value is either "void" or "int", corresponding to the
2558 * appropriate return type of a signal handler. Thus, you can declare
2559 * a signal handler using "Signal_t (*handler)()", and define the
2560 * handler using "Signal_t handler(sig)".
2562 #define Signal_t void /* Signal handler's return type */
2565 * This symbol, if defined, indicates that the vprintf routine is available
2566 * to printf with a pointer to an argument list. If unavailable, you
2567 * may need to write your own, probably in terms of _doprnt().
2569 /* USE_CHAR_VSPRINTF:
2570 * This symbol is defined if this system has vsprintf() returning type
2571 * (char*). The trend seems to be to declare it as "int vsprintf()". It
2572 * is up to the package author to declare vsprintf correctly based on the
2575 #define HAS_VPRINTF /**/
2576 /*#define USE_CHAR_VSPRINTF /**/
2579 * This symbol, if defined, indicates that the writev routine is
2580 * available to do scatter writes.
2582 /*#define HAS_WRITEV /**/
2584 /* USE_DYNAMIC_LOADING:
2585 * This symbol, if defined, indicates that dynamic loading of
2586 * some sort is available.
2588 #define USE_DYNAMIC_LOADING /**/
2591 * This symbol contains the size of a double, so that the C preprocessor
2592 * can make decisions based on it.
2594 #define DOUBLESIZE 8 /**/
2597 * This symbol, if defined, indicates that this system uses
2600 /*#define EBCDIC /**/
2603 * This symbol, if defined, tells that fflush(NULL) does flush
2604 * all pending stdio output.
2607 * This symbol, if defined, tells that to flush
2608 * all pending stdio output one must loop through all
2609 * the stdio file handles stored in an array and fflush them.
2610 * Note that if fflushNULL is defined, fflushall will not
2611 * even be probed for and will be left undefined.
2613 #define FFLUSH_NULL /**/
2614 /*#define FFLUSH_ALL /**/
2617 * This symbol holds the type used to declare file positions in libc.
2618 * It can be fpos_t, long, uint, etc... It may be necessary to include
2619 * <sys/types.h> to get any typedef'ed information.
2621 #define Fpos_t fpos_t /* File position type */
2624 * This symbol defines the format string used for printing a Gid_t.
2626 #define Gid_t_f "d" /**/
2629 * This symbol holds the signedess of a Gid_t.
2630 * 1 for unsigned, -1 for signed.
2632 #define Gid_t_sign -1 /* GID sign */
2635 * This symbol holds the size of a Gid_t in bytes.
2637 #define Gid_t_size 4 /* GID size */
2640 * This symbol holds the return type of getgid() and the type of
2641 * argument to setrgid() and related functions. Typically,
2642 * it is the type of group ids in the kernel. It can be int, ushort,
2643 * gid_t, etc... It may be necessary to include <sys/types.h> to get
2644 * any typedef'ed information.
2646 #define Gid_t gid_t /* Type for getgid(), etc... */
2649 * This symbol holds the type used for the second argument to
2650 * getgroups() and setgroups(). Usually, this is the same as
2651 * gidtype (gid_t) , but sometimes it isn't.
2652 * It can be int, ushort, gid_t, etc...
2653 * It may be necessary to include <sys/types.h> to get any
2654 * typedef'ed information. This is only required if you have
2655 * getgroups() or setgroups()..
2657 #if defined(HAS_GETGROUPS) || defined(HAS_SETGROUPS)
2658 #define Groups_t gid_t /* Type for 2nd arg to [sg]etgroups() */
2662 * This symbol contains the type of the prefix structure element
2663 * in the <db.h> header file. In older versions of DB, it was
2664 * int, while in newer ones it is u_int32_t.
2667 * This symbol contains the type of the prefix structure element
2668 * in the <db.h> header file. In older versions of DB, it was
2669 * int, while in newer ones it is size_t.
2671 /* DB_VERSION_MAJOR_CFG:
2672 * This symbol, if defined, defines the major version number of
2673 * Berkeley DB found in the <db.h> header when Perl was configured.
2675 /* DB_VERSION_MINOR_CFG:
2676 * This symbol, if defined, defines the minor version number of
2677 * Berkeley DB found in the <db.h> header when Perl was configured.
2678 * For DB version 1 this is always 0.
2680 /* DB_VERSION_PATCH_CFG:
2681 * This symbol, if defined, defines the patch version number of
2682 * Berkeley DB found in the <db.h> header when Perl was configured.
2683 * For DB version 1 this is always 0.
2685 #define DB_Hash_t int /**/
2686 #define DB_Prefix_t int /**/
2687 #define DB_VERSION_MAJOR_CFG 0 /**/
2688 #define DB_VERSION_MINOR_CFG 0 /**/
2689 #define DB_VERSION_PATCH_CFG 0 /**/
2692 * This symbol, if defined, indicates that <fp_class.h> exists and
2693 * should be included.
2695 /*#define I_FP_CLASS /**/
2698 * This symbol, if defined, indicates to the C program that it should
2702 * This symbol, if defined, indicates to the C program that struct group
2703 * in <grp.h> contains gr_passwd.
2705 /*#define I_GRP /**/
2706 /*#define GRPASSWD /**/
2709 * This symbol, if defined, indicates that <ieeefp.h> exists and
2710 * should be included.
2712 /*#define I_IEEEFP /**/
2715 * This symbol, if defined, indicates to the C program that it should
2716 * include <inttypes.h>.
2718 /*#define I_INTTYPES /**/
2721 * This symbol, if defined, indicates that <libutil.h> exists and
2722 * should be included.
2724 /*#define I_LIBUTIL /**/
2727 * This symbol, if defined, indicates to the C program that it should
2728 * include <mach/cthreads.h>.
2730 /*#define I_MACH_CTHREADS /**/
2733 * This symbol, if defined, indicates that <mntent.h> exists and
2734 * should be included.
2736 /*#define I_MNTENT /**/
2739 * This symbol, if defined, indicates that <netdb.h> exists and
2740 * should be included.
2742 /*#define I_NETDB /**/
2745 * This symbol, if defined, indicates to the C program that it should
2746 * include <netinet/tcp.h>.
2748 /*#define I_NETINET_TCP /**/
2751 * This symbol, if defined, indicates that <poll.h> exists and
2752 * should be included.
2754 /*#define I_POLL /**/
2757 * This symbol, if defined, indicates that <prot.h> exists and
2758 * should be included.
2760 /*#define I_PROT /**/
2763 * This symbol, if defined, indicates to the C program that it should
2764 * include <pthread.h>.
2766 /*#define I_PTHREAD /**/
2769 * This symbol, if defined, indicates to the C program that it should
2773 * This symbol, if defined, indicates to the C program that struct passwd
2774 * contains pw_quota.
2777 * This symbol, if defined, indicates to the C program that struct passwd
2781 * This symbol, if defined, indicates to the C program that struct passwd
2782 * contains pw_change.
2785 * This symbol, if defined, indicates to the C program that struct passwd
2786 * contains pw_class.
2789 * This symbol, if defined, indicates to the C program that struct passwd
2790 * contains pw_expire.
2793 * This symbol, if defined, indicates to the C program that struct passwd
2794 * contains pw_comment.
2797 * This symbol, if defined, indicates to the C program that struct passwd
2798 * contains pw_gecos.
2801 * This symbol, if defined, indicates to the C program that struct passwd
2802 * contains pw_passwd.
2804 /*#define I_PWD /**/
2805 /*#define PWQUOTA /**/
2806 /*#define PWAGE /**/
2807 /*#define PWCHANGE /**/
2808 /*#define PWCLASS /**/
2809 /*#define PWEXPIRE /**/
2810 /*#define PWCOMMENT /**/
2811 /*#define PWGECOS /**/
2812 /*#define PWPASSWD /**/
2815 * This symbol, if defined, indicates that <shadow.h> exists and
2816 * should be included.
2818 /*#define I_SHADOW /**/
2821 * This symbol, if defined, indicates that <socks.h> exists and
2822 * should be included.
2824 /*#define I_SOCKS /**/
2827 * This symbol, if defined, indicates that <sunmath.h> exists and
2828 * should be included.
2830 /*#define I_SUNMATH /**/
2833 * This symbol, if defined, indicates that <syslog.h> exists and
2834 * should be included.
2836 /*#define I_SYSLOG /**/
2839 * This symbol, if defined, indicates that <sys/mode.h> exists and
2840 * should be included.
2842 /*#define I_SYSMODE /**/
2845 * This symbol, if defined, indicates that <sys/mount.h> exists and
2846 * should be included.
2848 /*#define I_SYS_MOUNT /**/
2851 * This symbol, if defined, indicates that <sys/statfs.h> exists.
2853 /*#define I_SYS_STATFS /**/
2856 * This symbol, if defined, indicates that <sys/statvfs.h> exists and
2857 * should be included.
2859 /*#define I_SYS_STATVFS /**/
2862 * This symbol, if defined, indicates that <sys/uio.h> exists and
2863 * should be included.
2865 /*#define I_SYSUIO /**/
2868 * This symbol, if defined, indicates that <sys/utsname.h> exists and
2869 * should be included.
2871 /*#define I_SYSUTSNAME /**/
2874 * This symbol, if defined, indicates that <sys/vfs.h> exists and
2875 * should be included.
2877 /*#define I_SYS_VFS /**/
2880 * This symbol, if defined, indicates to the C program that it should
2884 * This symbol, if defined, indicates to the C program that it should
2885 * include <sys/time.h>.
2887 /* I_SYS_TIME_KERNEL:
2888 * This symbol, if defined, indicates to the C program that it should
2889 * include <sys/time.h> with KERNEL defined.
2892 * This symbol, if defined, indicates to the C program that
2893 * the struct tm has a tm_zone field.
2896 /*#define I_SYS_TIME /**/
2897 /*#define I_SYS_TIME_KERNEL /**/
2898 /*#define HAS_TM_TM_ZONE /**/
2901 * This symbol, if defined, indicates that <ustat.h> exists and
2902 * should be included.
2904 /*#define I_USTAT /**/
2906 /* PERL_INC_VERSION_LIST:
2907 * This variable specifies the list of subdirectories in over
2908 * which perl.c:incpush() and lib/lib.pm will automatically
2909 * search when adding directories to @INC, in a format suitable
2910 * for a C initialization string. See the inc_version_list entry
2911 * in Porting/Glossary for more details.
2913 #define PERL_INC_VERSION_LIST 0 /**/
2915 /* INSTALL_USR_BIN_PERL:
2916 * This symbol, if defined, indicates that Perl is to be installed
2917 * also as /usr/bin/perl.
2919 /*#define INSTALL_USR_BIN_PERL /**/
2922 * This symbol, if defined, contains the string used by stdio to
2923 * format long doubles (format 'f') for output.
2926 * This symbol, if defined, contains the string used by stdio to
2927 * format long doubles (format 'g') for output.
2930 * This symbol, if defined, contains the string used by stdio to
2931 * format long doubles (format 'e') for output.
2934 * This symbol, if defined, contains the string used by stdio to
2935 * format long doubles (format 'f') for input.
2937 #define PERL_PRIfldbl "Lf" /**/
2938 #define PERL_PRIgldbl "Lg" /**/
2939 #define PERL_PRIeldbl "Le" /**/
2940 #define PERL_SCNfldbl "Lf" /**/
2943 * This symbol holds the type used to declare offsets in the kernel.
2944 * It can be int, long, off_t, etc... It may be necessary to include
2945 * <sys/types.h> to get any typedef'ed information.
2948 * This symbol holds the number of bytes used by the Off_t.
2951 * This symbol holds the number of bytes used by the Off_t.
2953 #define Off_t off_t /* <offset> type */
2954 #define LSEEKSIZE 4 /* <offset> size */
2955 #define Off_t_size 4 /* <offset> size */
2958 * This variable contains the return type of free(). It is usually
2959 * void, but occasionally int.
2962 * This symbol is the type of pointer returned by malloc and realloc.
2964 #define Malloc_t void * /**/
2965 #define Free_t void /**/
2968 * This symbol, if defined, indicates that we're using our own malloc.
2970 /*#define MYMALLOC /**/
2973 * This symbol holds the type used to declare file modes
2974 * for systems calls. It is usually mode_t, but may be
2975 * int or unsigned short. It may be necessary to include <sys/types.h>
2976 * to get any typedef'ed information.
2978 #define Mode_t mode_t /* file mode parameter for system calls */
2981 * This symbol is to be used during open() or fcntl(F_SETFL) to turn on
2982 * non-blocking I/O for the file descriptor. Note that there is no way
2983 * back, i.e. you cannot turn it blocking again this way. If you wish to
2984 * alternatively switch between blocking and non-blocking, use the
2985 * ioctl(FIOSNBIO) call instead, but that is not supported by all devices.
2988 * This symbol holds the errno error code set by read() when no data was
2989 * present on the non-blocking file descriptor.
2992 * This symbol holds the return code from read() when no data is present
2993 * on the non-blocking file descriptor. Be careful! If EOF_NONBLOCK is
2994 * not defined, then you can't distinguish between no data and EOF by
2995 * issuing a read(). You'll have to find another way to tell for sure!
2998 * This symbol, if defined, indicates to the C program that a read() on
2999 * a non-blocking file descriptor will return 0 on EOF, and not the value
3000 * held in RD_NODATA (-1 usually, in that case!).
3002 #define VAL_O_NONBLOCK O_NONBLOCK
3003 #define VAL_EAGAIN EAGAIN
3004 #define RD_NODATA -1
3005 #define EOF_NONBLOCK
3008 * This symbol, if defined, indicates that the system stores
3009 * the variable argument list datatype, va_list, in a format
3010 * that cannot be copied by simple assignment, so that some
3011 * other means must be used when copying is required.
3012 * As such systems vary in their provision (or non-provision)
3013 * of copying mechanisms, handy.h defines a platform-
3014 * independent macro, Perl_va_copy(src, dst), to do the job.
3016 /*#define NEED_VA_COPY /**/
3019 * This symbol holds the type used for the 1st argument
3020 * to gethostbyaddr().
3023 * This symbol holds the type used for the 2nd argument
3024 * to gethostbyaddr().
3027 * This symbol holds the type used for the argument to
3031 * This symbol holds the type used for the 1st argument to
3034 #define Netdb_host_t char * /**/
3035 #define Netdb_hlen_t int /**/
3036 #define Netdb_name_t char * /**/
3037 #define Netdb_net_t long /**/
3039 /* PERL_OTHERLIBDIRS:
3040 * This variable contains a colon-separated set of paths for the perl
3041 * binary to search for additional library files or modules.
3042 * These directories will be tacked to the end of @INC.
3043 * Perl will automatically search below each path for version-
3044 * and architecture-specific directories. See PERL_INC_VERSION_LIST
3047 /*#define PERL_OTHERLIBDIRS "" /**/
3050 * This symbol defines the C type used for Perl's IV.
3053 * This symbol defines the C type used for Perl's UV.
3056 * This symbol defines the C type used for Perl's I8.
3059 * This symbol defines the C type used for Perl's U8.
3062 * This symbol defines the C type used for Perl's I16.
3065 * This symbol defines the C type used for Perl's U16.
3068 * This symbol defines the C type used for Perl's I32.
3071 * This symbol defines the C type used for Perl's U32.
3074 * This symbol defines the C type used for Perl's I64.
3077 * This symbol defines the C type used for Perl's U64.
3080 * This symbol defines the C type used for Perl's NV.
3083 * This symbol contains the sizeof(IV).
3086 * This symbol contains the sizeof(UV).
3089 * This symbol contains the sizeof(I8).
3092 * This symbol contains the sizeof(U8).
3095 * This symbol contains the sizeof(I16).
3098 * This symbol contains the sizeof(U16).
3101 * This symbol contains the sizeof(I32).
3104 * This symbol contains the sizeof(U32).
3107 * This symbol contains the sizeof(I64).
3110 * This symbol contains the sizeof(U64).
3113 * This symbol contains the sizeof(NV).
3116 * This symbol, if defined, indicates that a variable of type NVTYPE
3117 * can preserve all the bits of a variable of type UVTYPE.
3119 /* NV_PRESERVES_UV_BITS:
3120 * This symbol contains the number of bits a variable of type NVTYPE
3121 * can preserve of a variable of type UVTYPE.
3123 #define IVTYPE long /**/
3124 #define UVTYPE unsigned long /**/
3125 #define I8TYPE char /**/
3126 #define U8TYPE unsigned char /**/
3127 #define I16TYPE short /**/
3128 #define U16TYPE unsigned short /**/
3129 #define I32TYPE long /**/
3130 #define U32TYPE unsigned long /**/
3132 #define I64TYPE __int64 /**/
3133 #define U64TYPE unsigned __int64 /**/
3135 #define NVTYPE double /**/
3136 #define IVSIZE 4 /**/
3137 #define UVSIZE 4 /**/
3138 #define I8SIZE 1 /**/
3139 #define U8SIZE 1 /**/
3140 #define I16SIZE 2 /**/
3141 #define U16SIZE 2 /**/
3142 #define I32SIZE 4 /**/
3143 #define U32SIZE 4 /**/
3145 #define I64SIZE 8 /**/
3146 #define U64SIZE 8 /**/
3148 #define NVSIZE 8 /**/
3149 #define NV_PRESERVES_UV
3150 #define NV_PRESERVES_UV_BITS 32
3153 * This symbol defines the format string used for printing a Perl IV
3154 * as a signed decimal integer.
3157 * This symbol defines the format string used for printing a Perl UV
3158 * as an unsigned decimal integer.
3161 * This symbol defines the format string used for printing a Perl UV
3162 * as an unsigned octal integer.
3165 * This symbol defines the format string used for printing a Perl UV
3166 * as an unsigned hexadecimal integer in lowercase abcdef.
3169 * This symbol defines the format string used for printing a Perl UV
3170 * as an unsigned hexadecimal integer in uppercase ABCDEF.
3173 * This symbol defines the format string used for printing a Perl NV
3174 * using %e-ish floating point format.
3177 * This symbol defines the format string used for printing a Perl NV
3178 * using %f-ish floating point format.
3181 * This symbol defines the format string used for printing a Perl NV
3182 * using %g-ish floating point format.
3184 #define IVdf "ld" /**/
3185 #define UVuf "lu" /**/
3186 #define UVof "lo" /**/
3187 #define UVxf "lx" /**/
3188 #define UVXf "lX" /**/
3189 #define NVef "e" /**/
3190 #define NVff "f" /**/
3191 #define NVgf "g" /**/
3194 * This symbol holds the type used to declare process ids in the kernel.
3195 * It can be int, uint, pid_t, etc... It may be necessary to include
3196 * <sys/types.h> to get any typedef'ed information.
3198 #define Pid_t int /* PID type */
3201 * This symbol contains the name of the private library for this package.
3202 * The library is private in the sense that it needn't be in anyone's
3203 * execution path, but it should be accessible by the world. The program
3204 * should be prepared to do ~ expansion.
3207 * This symbol contains the ~name expanded version of PRIVLIB, to be used
3208 * in programs that are not prepared to deal with ~ expansion at run-time.
3210 #define PRIVLIB "c:\\perl\\5.8.0\\lib" /**/
3211 #define PRIVLIB_EXP (win32_get_privlib("5.8.0")) /**/
3214 * This symbol contains the size of a pointer, so that the C preprocessor
3215 * can make decisions based on it. It will be sizeof(void *) if
3216 * the compiler supports (void *); otherwise it will be
3219 #define PTRSIZE 4 /**/
3222 * This macro is to be used to generate uniformly distributed
3223 * random numbers over the range [0., 1.[. You may have to supply
3224 * an 'extern double drand48();' in your program since SunOS 4.1.3
3225 * doesn't provide you with anything relevant in its headers.
3226 * See HAS_DRAND48_PROTO.
3229 * This symbol defines the type of the argument of the
3230 * random seed function.
3233 * This symbol defines the macro to be used in seeding the
3234 * random number generator (see Drand01).
3237 * This symbol indicates how many bits are produced by the
3238 * function used to generate normalized random numbers.
3239 * Values include 15, 16, 31, and 48.
3241 #define Drand01() (rand()/(double)((unsigned)1<<RANDBITS)) /**/
3242 #define Rand_seed_t unsigned /**/
3243 #define seedDrand01(x) srand((Rand_seed_t)x) /**/
3244 #define RANDBITS 15 /**/
3247 * This symbol holds the minimum number of bits operated by select.
3248 * That is, if you do select(n, ...), how many bits at least will be
3249 * cleared in the masks if some activity is detected. Usually this
3250 * is either n or 32*ceil(n/32), especially many little-endians do
3251 * the latter. This is only useful if you have select(), naturally.
3253 #define SELECT_MIN_BITS 32 /**/
3256 * This symbol holds the type used for the 2nd, 3rd, and 4th
3257 * arguments to select. Usually, this is 'fd_set *', if HAS_FD_SET
3258 * is defined, and 'int *' otherwise. This is only useful if you
3259 * have select(), of course.
3261 #define Select_fd_set_t Perl_fd_set * /**/
3264 * This symbol contains a list of signal names in order of
3265 * signal number. This is intended
3266 * to be used as a static array initialization, like this:
3267 * char *sig_name[] = { SIG_NAME };
3268 * The signals in the list are separated with commas, and each signal
3269 * is surrounded by double quotes. There is no leading SIG in the signal
3270 * name, i.e. SIGQUIT is known as "QUIT".
3271 * Gaps in the signal numbers (up to NSIG) are filled in with NUMnn,
3272 * etc., where nn is the actual signal number (e.g. NUM37).
3273 * The signal number for sig_name[i] is stored in sig_num[i].
3274 * The last element is 0 to terminate the list with a NULL. This
3275 * corresponds to the 0 at the end of the sig_num list.
3278 * This symbol contains a list of signal numbers, in the same order as the
3279 * SIG_NAME list. It is suitable for static array initialization, as in:
3280 * int sig_num[] = { SIG_NUM };
3281 * The signals in the list are separated with commas, and the indices
3282 * within that list and the SIG_NAME list match, so it's easy to compute
3283 * the signal name from a number or vice versa at the price of a small
3284 * dynamic linear lookup.
3285 * Duplicates are allowed, but are moved to the end of the list.
3286 * The signal number corresponding to sig_name[i] is sig_number[i].
3287 * if (i < NSIG) then sig_number[i] == i.
3288 * The last element is 0, corresponding to the 0 at the end of
3289 * the sig_name list.
3292 * This variable contains the number of elements of the sig_name
3293 * and sig_num arrays, excluding the final NULL entry.
3295 #define SIG_NAME "ZERO", "HUP", "INT", "QUIT", "ILL", "NUM05", "NUM06", "NUM07", "FPE", "KILL", "NUM10", "SEGV", "NUM12", "PIPE", "ALRM", "TERM", "USR1", "USR2", "CHLD", "NUM19", "USR3", "BREAK", "ABRT", "STOP", "NUM24", "CONT", "CLD", 0 /**/
3296 #define SIG_NUM 0, 1, 2, 21, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 18, 0 /**/
3297 #define SIG_SIZE 27 /**/
3300 * This symbol contains the name of the private library for this package.
3301 * The library is private in the sense that it needn't be in anyone's
3302 * execution path, but it should be accessible by the world. The program
3303 * should be prepared to do ~ expansion.
3304 * The standard distribution will put nothing in this directory.
3305 * After perl has been installed, users may install their own local
3306 * architecture-dependent modules in this directory with
3307 * MakeMaker Makefile.PL
3308 * or equivalent. See INSTALL for details.
3311 * This symbol contains the ~name expanded version of SITEARCH, to be used
3312 * in programs that are not prepared to deal with ~ expansion at run-time.
3314 #define SITEARCH "c:\\perl\\site\\5.8.0\\lib\\MSWin32-x86-multi-thread" /**/
3315 /*#define SITEARCH_EXP "" /**/
3318 * This symbol contains the name of the private library for this package.
3319 * The library is private in the sense that it needn't be in anyone's
3320 * execution path, but it should be accessible by the world. The program
3321 * should be prepared to do ~ expansion.
3322 * The standard distribution will put nothing in this directory.
3323 * After perl has been installed, users may install their own local
3324 * architecture-independent modules in this directory with
3325 * MakeMaker Makefile.PL
3326 * or equivalent. See INSTALL for details.
3329 * This symbol contains the ~name expanded version of SITELIB, to be used
3330 * in programs that are not prepared to deal with ~ expansion at run-time.
3333 * This define is SITELIB_EXP with any trailing version-specific component
3334 * removed. The elements in inc_version_list (inc_version_list.U) can
3335 * be tacked onto this variable to generate a list of directories to search.
3337 #define SITELIB "c:\\perl\\site\\5.8.0\\lib" /**/
3338 #define SITELIB_EXP (win32_get_sitelib("5.8.0")) /**/
3339 #define SITELIB_STEM "" /**/
3342 * This symbol holds the size of a Size_t in bytes.
3344 #define Size_t_size 4 /**/
3347 * This symbol holds the type used to declare length parameters
3348 * for string functions. It is usually size_t, but may be
3349 * unsigned long, int, etc. It may be necessary to include
3350 * <sys/types.h> to get any typedef'ed information.
3352 #define Size_t size_t /* length paramater for string functions */
3355 * This symbol holds the type used for the size argument of
3356 * various socket calls (just the base type, not the pointer-to).
3358 #define Sock_size_t int /**/
3361 * This symbol holds the type used by functions that return
3362 * a count of bytes or an error condition. It must be a signed type.
3363 * It is usually ssize_t, but may be long or int, etc.
3364 * It may be necessary to include <sys/types.h> or <unistd.h>
3365 * to get any typedef'ed information.
3366 * We will pick a type such that sizeof(SSize_t) == sizeof(Size_t).
3368 #define SSize_t int /* signed count of bytes */
3371 * This variable contains the string to put in front of a perl
3372 * script to make sure (one hopes) that it runs with perl and not
3375 #define STARTPERL "#!perl" /**/
3378 * This symbol is defined to be the type of char used in stdio.h.
3379 * It has the values "unsigned char" or "char".
3381 #define STDCHAR unsigned char /**/
3383 /* HAS_STDIO_STREAM_ARRAY:
3384 * This symbol, if defined, tells that there is an array
3385 * holding the stdio streams.
3387 /* STDIO_STREAM_ARRAY:
3388 * This symbol tells the name of the array holding the stdio streams.
3389 * Usual values include _iob, __iob, and __sF.
3391 /*#define HAS_STDIO_STREAM_ARRAY /**/
3392 #define STDIO_STREAM_ARRAY
3395 * This symbol defines the format string used for printing a Uid_t.
3397 #define Uid_t_f "d" /**/
3400 * This symbol holds the signedess of a Uid_t.
3401 * 1 for unsigned, -1 for signed.
3403 #define Uid_t_sign -1 /* UID sign */
3406 * This symbol holds the size of a Uid_t in bytes.
3408 #define Uid_t_size 4 /* UID size */
3411 * This symbol holds the type used to declare user ids in the kernel.
3412 * It can be int, ushort, uid_t, etc... It may be necessary to include
3413 * <sys/types.h> to get any typedef'ed information.
3415 #define Uid_t uid_t /* UID type */
3418 * This symbol, if defined, indicates that 64-bit integers should
3419 * be used when available. If not defined, the native integers
3420 * will be employed (be they 32 or 64 bits). The minimal possible
3421 * 64-bitness is used, just enough to get 64-bit integers into Perl.
3422 * This may mean using for example "long longs", while your memory
3423 * may still be limited to 2 gigabytes.
3426 * This symbol, if defined, indicates that 64-bit integers should
3427 * be used when available. If not defined, the native integers
3428 * will be used (be they 32 or 64 bits). The maximal possible
3429 * 64-bitness is employed: LP64 or ILP64, meaning that you will
3430 * be able to use more than 2 gigabytes of memory. This mode is
3431 * even more binary incompatible than USE_64_BIT_INT. You may not
3432 * be able to run the resulting executable in a 32-bit CPU at all or
3433 * you may need at least to reboot your OS to 64-bit mode.
3435 #ifndef USE_64_BIT_INT
3436 /*#define USE_64_BIT_INT /**/
3439 #ifndef USE_64_BIT_ALL
3440 /*#define USE_64_BIT_ALL /**/
3444 * This symbol, if defined, indicates that large file support
3445 * should be used when available.
3447 #ifndef USE_LARGE_FILES
3448 /*#define USE_LARGE_FILES /**/
3452 * This symbol, if defined, indicates that long doubles should
3453 * be used when available.
3455 #ifndef USE_LONG_DOUBLE
3456 /*#define USE_LONG_DOUBLE /**/
3460 * This symbol, if defined, indicates that 64-bit interfaces and
3461 * long doubles should be used when available.
3463 #ifndef USE_MORE_BITS
3464 /*#define USE_MORE_BITS /**/
3468 * This symbol, if defined, indicates that Perl should
3469 * be built to use multiplicity.
3471 #ifndef MULTIPLICITY
3472 #define MULTIPLICITY /**/
3476 * This symbol, if defined, indicates that the PerlIO abstraction should
3477 * be used throughout. If not defined, stdio should be
3478 * used in a fully backward compatible manner.
3481 #define USE_PERLIO /**/
3485 * This symbol, if defined, indicates that Perl should
3486 * be built to use socks.
3489 /*#define USE_SOCKS /**/
3493 * This symbol, if defined, indicates that Perl should be built to
3494 * use the interpreter-based threading implementation.
3497 * This symbol, if defined, indicates that Perl should be built to
3498 * use the 5.005-based threading implementation.
3500 /* OLD_PTHREADS_API:
3501 * This symbol, if defined, indicates that Perl should
3502 * be built to use the old draft POSIX threads API.
3504 /* USE_REENTRANT_API:
3505 * This symbol, if defined, indicates that Perl should
3506 * try to use the various _r versions of library functions.
3507 * This is extremely experimental.
3509 /*#define USE_5005THREADS /**/
3510 #define USE_ITHREADS /**/
3511 #if defined(USE_5005THREADS) && !defined(USE_ITHREADS)
3512 #define USE_THREADS /* until src is revised*/
3514 /*#define OLD_PTHREADS_API /**/
3515 /*#define USE_REENTRANT_API /**/
3518 * If defined, this symbol contains the name of a private library.
3519 * The library is private in the sense that it needn't be in anyone's
3520 * execution path, but it should be accessible by the world.
3521 * It may have a ~ on the front.
3522 * The standard distribution will put nothing in this directory.
3523 * Vendors who distribute perl may wish to place their own
3524 * architecture-dependent modules and extensions in this directory with
3525 * MakeMaker Makefile.PL INSTALLDIRS=vendor
3526 * or equivalent. See INSTALL for details.
3528 /* PERL_VENDORARCH_EXP:
3529 * This symbol contains the ~name expanded version of PERL_VENDORARCH, to be used
3530 * in programs that are not prepared to deal with ~ expansion at run-time.
3532 /*#define PERL_VENDORARCH "" /**/
3533 /*#define PERL_VENDORARCH_EXP "" /**/
3535 /* PERL_VENDORLIB_EXP:
3536 * This symbol contains the ~name expanded version of VENDORLIB, to be used
3537 * in programs that are not prepared to deal with ~ expansion at run-time.
3539 /* PERL_VENDORLIB_STEM:
3540 * This define is PERL_VENDORLIB_EXP with any trailing version-specific component
3541 * removed. The elements in inc_version_list (inc_version_list.U) can
3542 * be tacked onto this variable to generate a list of directories to search.
3544 /*#define PERL_VENDORLIB_EXP "" /**/
3545 /*#define PERL_VENDORLIB_STEM "" /**/
3548 * This symbol indicates how much support of the void type is given by this
3549 * compiler. What various bits mean:
3551 * 1 = supports declaration of void
3552 * 2 = supports arrays of pointers to functions returning void
3553 * 4 = supports comparisons between pointers to void functions and
3554 * addresses of void functions
3555 * 8 = suports declaration of generic void pointers
3557 * The package designer should define VOIDUSED to indicate the requirements
3558 * of the package. This can be done either by #defining VOIDUSED before
3559 * including config.h, or by defining defvoidused in Myinit.U. If the
3560 * latter approach is taken, only those flags will be tested. If the
3561 * level of void support necessary is not present, defines void to int.
3566 #define VOIDFLAGS 15
3567 #if (VOIDFLAGS & VOIDUSED) != VOIDUSED
3568 #define void int /* is void to be avoided? */
3569 #define M_VOID /* Xenix strikes again */
3572 /* PERL_XS_APIVERSION:
3573 * This variable contains the version of the oldest perl binary
3574 * compatible with the present perl. perl.c:incpush() and
3575 * lib/lib.pm will automatically search in c:\\perl\\site\\5.8.0\\lib\\MSWin32-x86-multi-thread for older
3576 * directories across major versions back to xs_apiversion.
3577 * This is only useful if you have a perl library directory tree
3578 * structured like the default one.
3579 * See INSTALL for how this works.
3580 * The versioned site_perl directory was introduced in 5.005,
3581 * so that is the lowest possible value.
3582 * Since this can depend on compile time options
3583 * it is set by Configure. Other non-default sources
3584 * of potential incompatibility, such as multiplicity, threads,
3585 * debugging, 64bits, sfio, etc., are not checked for currently,
3586 * though in principle we could go snooping around in old
3589 /* PERL_PM_APIVERSION:
3590 * This variable contains the version of the oldest perl
3591 * compatible with the present perl. (That is, pure perl modules
3592 * written for pm_apiversion will still work for the current
3593 * version). perl.c:incpush() and lib/lib.pm will automatically
3594 * search in c:\\perl\\site\\5.8.0\\lib for older directories across major versions
3595 * back to pm_apiversion. This is only useful if you have a perl
3596 * library directory tree structured like the default one. The
3597 * versioned site_perl library was introduced in 5.005, so that's
3598 * the default setting for this variable. It's hard to imagine
3599 * it changing before Perl6. It is included here for symmetry
3600 * with xs_apiveprsion -- the searching algorithms will
3601 * (presumably) be similar.
3602 * See the INSTALL file for how this works.
3604 #define PERL_XS_APIVERSION "5.8.0"
3605 #define PERL_PM_APIVERSION "5.005"
3608 * This symbol, if defined, indicates that the crypt routine is available
3609 * to encrypt passwords and the like.
3611 /*#define HAS_CRYPT /**/
3613 /* SETUID_SCRIPTS_ARE_SECURE_NOW:
3614 * This symbol, if defined, indicates that the bug that prevents
3615 * setuid scripts from being secure is not present in this kernel.
3618 * This symbol, if defined, indicates that the C program should
3619 * check the script that it is executing for setuid/setgid bits, and
3620 * attempt to emulate setuid/setgid on systems that have disabled
3621 * setuid #! scripts because the kernel can't do it securely.
3622 * It is up to the package designer to make sure that this emulation
3623 * is done securely. Among other things, it should do an fstat on
3624 * the script it just opened to make sure it really is a setuid/setgid
3625 * script, it should make sure the arguments passed correspond exactly
3626 * to the argument on the #! line, and it should not trust any
3627 * subprocesses to which it must pass the filename rather than the
3628 * file descriptor of the script to be executed.
3630 /*#define SETUID_SCRIPTS_ARE_SECURE_NOW /**/
3631 /*#define DOSUID /**/
3634 * This symbol holds the return type of the shmat() system call.
3635 * Usually set to 'void *' or 'char *'.
3637 /* HAS_SHMAT_PROTOTYPE:
3638 * This symbol, if defined, indicates that the sys/shm.h includes
3639 * a prototype for shmat(). Otherwise, it is up to the program to
3640 * guess one. Shmat_t shmat(int, Shmat_t, int) is a good guess,
3641 * but not always right so it should be emitted by the program only
3642 * when HAS_SHMAT_PROTOTYPE is not defined to avoid conflicting defs.
3644 #define Shmat_t void * /**/
3645 /*#define HAS_SHMAT_PROTOTYPE /**/
3648 * This symbol, if defined, indicates that <ndbm.h> exists and should
3651 /*#define I_NDBM /**/
3654 * This symbol, if defined, indicates that <stdarg.h> exists and should
3658 * This symbol, if defined, indicates to the C program that it should
3659 * include <varargs.h>.
3661 #define I_STDARG /**/
3662 /*#define I_VARARGS /**/
3665 * If defined, this macro indicates that the C compiler can handle
3666 * function prototypes.
3669 * This macro is used to declare function parameters for folks who want
3670 * to make declarations with prototypes using a different style than
3671 * the above macros. Use double parentheses. For example:
3673 * int main _((int argc, char *argv[]));
3675 #define CAN_PROTOTYPE /**/
3676 #ifdef CAN_PROTOTYPE
3677 #define _(args) args
3683 * This symbol contains the full pathname to the shell used on this
3684 * on this system to execute Bourne shell scripts. Usually, this will be
3685 * /bin/sh, though it's possible that some systems will have /bin/ksh,
3686 * /bin/pdksh, /bin/ash, /bin/bash, or even something such as
3689 #define SH_PATH "cmd /x /c" /**/
3691 /* USE_CROSS_COMPILE:
3692 * This symbol, if defined, indicates that Perl is being cross-compiled.
3695 * This symbol, if defined, indicates the target architecture
3696 * Perl has been cross-compiled to. Undefined if not a cross-compile.
3698 #ifndef USE_CROSS_COMPILE
3699 /*#define USE_CROSS_COMPILE /**/
3700 #define PERL_TARGETARCH "" /**/
3703 /* HAS_DBMINIT_PROTO:
3704 * This symbol, if defined, indicates that the system provides
3705 * a prototype for the dbminit() function. Otherwise, it is up
3706 * to the program to supply one. A good guess is
3707 * extern int dbminit(char *);
3709 /*#define HAS_DBMINIT_PROTO /**/
3712 * This manifest constant lets the C program know that dirfd
3715 /*#define HAS_DIRFD /**/
3718 * This symbol, if defined, indicates that the system provides
3719 * a prototype for the flock() function. Otherwise, it is up
3720 * to the program to supply one. A good guess is
3721 * extern int flock(int, int);
3723 #define HAS_FLOCK_PROTO /**/
3726 * This symbol, if defined, indicates that the fpclassl routine is
3727 * available to classify long doubles. Available for example in IRIX.
3728 * The returned values are defined in <ieeefp.h> and are:
3730 * FP_SNAN signaling NaN
3732 * FP_NINF negative infinity
3733 * FP_PINF positive infinity
3734 * FP_NDENORM negative denormalized non-zero
3735 * FP_PDENORM positive denormalized non-zero
3736 * FP_NZERO negative zero
3737 * FP_PZERO positive zero
3738 * FP_NNORM negative normalized non-zero
3739 * FP_PNORM positive normalized non-zero
3741 /*#define HAS_FPCLASSL /**/
3744 * This symbol, if defined, indicates that the nl_langinfo routine is
3745 * available to return local data. You will also need <langinfo.h>
3746 * and therefore I_LANGINFO.
3748 /*#define HAS_NL_LANGINFO /**/
3751 * This symbol is defined if PROCSELFEXE_PATH is a symlink
3752 * to the absolute pathname of the executing program.
3754 /* PROCSELFEXE_PATH:
3755 * If HAS_PROCSELFEXE is defined this symbol is the filename
3756 * of the symbolic link pointing to the absolute pathname of
3757 * the executing program.
3759 /*#define HAS_PROCSELFEXE /**/
3760 #if defined(HAS_PROCSELFEXE) && !defined(PROCSELFEXE_PATH)
3761 #define PROCSELFEXE_PATH /**/
3765 * This symbol, if defined, indicates that the sigprocmask
3766 * system call is available to examine or change the signal mask
3767 * of the calling process.
3769 /*#define HAS_SIGPROCMASK /**/
3772 * This symbol, if defined, indicates that the sockatmark routine is
3773 * available to test whether a socket is at the out-of-band mark.
3775 /*#define HAS_SOCKATMARK /**/
3777 /* HAS_SOCKATMARK_PROTO:
3778 * This symbol, if defined, indicates that the system provides
3779 * a prototype for the sockatmark() function. Otherwise, it is up
3780 * to the program to supply one. A good guess is
3781 * extern int sockatmark(int);
3783 /*#define HAS_SOCKATMARK_PROTO /**/
3785 /* HAS_SETRESGID_PROTO:
3786 * This symbol, if defined, indicates that the system provides
3787 * a prototype for the setresgid() function. Otherwise, it is up
3788 * to the program to supply one. Good guesses are
3789 * extern int setresgid(uid_t ruid, uid_t euid, uid_t suid);
3791 /*#define HAS_SETRESGID_PROTO /**/
3793 /* HAS_SETRESUID_PROTO:
3794 * This symbol, if defined, indicates that the system provides
3795 * a prototype for the setresuid() function. Otherwise, it is up
3796 * to the program to supply one. Good guesses are
3797 * extern int setresuid(uid_t ruid, uid_t euid, uid_t suid);
3799 /*#define HAS_SETRESUID_PROTO /**/
3802 * This symbol, if defined, indicates that the strftime routine is
3803 * available to do time formatting.
3805 #define HAS_STRFTIME /**/
3807 /* HAS_SYSCALL_PROTO:
3808 * This symbol, if defined, indicates that the system provides
3809 * a prototype for the syscall() function. Otherwise, it is up
3810 * to the program to supply one. Good guesses are
3811 * extern int syscall(int, ...);
3812 * extern int syscall(long, ...);
3814 /*#define HAS_SYSCALL_PROTO /**/
3816 /* U32_ALIGNMENT_REQUIRED:
3817 * This symbol, if defined, indicates that you must access
3818 * character data through U32-aligned pointers.
3820 #ifndef U32_ALIGNMENT_REQUIRED
3821 #define U32_ALIGNMENT_REQUIRED /**/
3824 /* HAS_USLEEP_PROTO:
3825 * This symbol, if defined, indicates that the system provides
3826 * a prototype for the usleep() function. Otherwise, it is up
3827 * to the program to supply one. A good guess is
3828 * extern int usleep(useconds_t);
3830 /*#define HAS_USLEEP_PROTO /**/
3833 * This symbol, if defined, indicates that <crypt.h> exists and
3834 * should be included.
3836 /*#define I_CRYPT /**/
3839 * This symbol, if defined, indicates that <fp.h> exists and
3840 * should be included.
3845 * This symbol, if defined, indicates that <langinfo.h> exists and
3846 * should be included.
3848 /*#define I_LANGINFO /**/
3851 * This symbol, if defined, indicates that the ctermid_r routine
3852 * is available to ctermid re-entrantly.
3855 * This symbol encodes the prototype of ctermid_r.
3857 /*#define HAS_CTERMID_R /**/
3858 #define CTERMID_R_PROTO 0 /**/
3860 /* HAS_ENDHOSTENT_R:
3861 * This symbol, if defined, indicates that the endhostent_r routine
3862 * is available to endhostent re-entrantly.
3864 /* ENDHOSTENT_R_PROTO:
3865 * This symbol encodes the prototype of endhostent_r.
3867 /*#define HAS_ENDHOSTENT_R /**/
3868 #define ENDHOSTENT_R_PROTO 0 /**/
3871 * This symbol, if defined, indicates that the endnetent_r routine
3872 * is available to endnetent re-entrantly.
3874 /* ENDNETENT_R_PROTO:
3875 * This symbol encodes the prototype of endnetent_r.
3877 /*#define HAS_ENDNETENT_R /**/
3878 #define ENDNETENT_R_PROTO 0 /**/
3880 /* HAS_ENDPROTOENT_R:
3881 * This symbol, if defined, indicates that the endprotoent_r routine
3882 * is available to endprotoent re-entrantly.
3884 /* ENDPROTOENT_R_PROTO:
3885 * This symbol encodes the prototype of endprotoent_r.
3887 /*#define HAS_ENDPROTOENT_R /**/
3888 #define ENDPROTOENT_R_PROTO 0 /**/
3890 /* HAS_ENDSERVENT_R:
3891 * This symbol, if defined, indicates that the endservent_r routine
3892 * is available to endservent re-entrantly.
3894 /* ENDSERVENT_R_PROTO:
3895 * This symbol encodes the prototype of endservent_r.
3897 /*#define HAS_ENDSERVENT_R /**/
3898 #define ENDSERVENT_R_PROTO 0 /**/
3900 /* HAS_GETHOSTBYADDR_R:
3901 * This symbol, if defined, indicates that the gethostbyaddr_r routine
3902 * is available to gethostbyaddr re-entrantly.
3904 /* GETHOSTBYADDR_R_PROTO:
3905 * This symbol encodes the prototype of gethostbyaddr_r.
3907 /*#define HAS_GETHOSTBYADDR_R /**/
3908 #define GETHOSTBYADDR_R_PROTO 0 /**/
3910 /* HAS_GETHOSTBYNAME_R:
3911 * This symbol, if defined, indicates that the gethostbyname_r routine
3912 * is available to gethostbyname re-entrantly.
3914 /* GETHOSTBYNAME_R_PROTO:
3915 * This symbol encodes the prototype of gethostbyname_r.
3917 /*#define HAS_GETHOSTBYNAME_R /**/
3918 #define GETHOSTBYNAME_R_PROTO 0 /**/
3920 /* HAS_GETHOSTENT_R:
3921 * This symbol, if defined, indicates that the gethostent_r routine
3922 * is available to gethostent re-entrantly.
3924 /* GETHOSTENT_R_PROTO:
3925 * This symbol encodes the prototype of gethostent_r.
3927 /*#define HAS_GETHOSTENT_R /**/
3928 #define GETHOSTENT_R_PROTO 0 /**/
3930 /* HAS_GETNETBYADDR_R:
3931 * This symbol, if defined, indicates that the getnetbyaddr_r routine
3932 * is available to getnetbyaddr re-entrantly.
3934 /* GETNETBYADDR_R_PROTO:
3935 * This symbol encodes the prototype of getnetbyaddr_r.
3937 /*#define HAS_GETNETBYADDR_R /**/
3938 #define GETNETBYADDR_R_PROTO 0 /**/
3940 /* HAS_GETNETBYNAME_R:
3941 * This symbol, if defined, indicates that the getnetbyname_r routine
3942 * is available to getnetbyname re-entrantly.
3944 /* GETNETBYNAME_R_PROTO:
3945 * This symbol encodes the prototype of getnetbyname_r.
3947 /*#define HAS_GETNETBYNAME_R /**/
3948 #define GETNETBYNAME_R_PROTO 0 /**/
3951 * This symbol, if defined, indicates that the getnetent_r routine
3952 * is available to getnetent re-entrantly.
3954 /* GETNETENT_R_PROTO:
3955 * This symbol encodes the prototype of getnetent_r.
3957 /*#define HAS_GETNETENT_R /**/
3958 #define GETNETENT_R_PROTO 0 /**/
3960 /* HAS_GETPROTOBYNAME_R:
3961 * This symbol, if defined, indicates that the getprotobyname_r routine
3962 * is available to getprotobyname re-entrantly.
3964 /* GETPROTOBYNAME_R_PROTO:
3965 * This symbol encodes the prototype of getprotobyname_r.
3967 /*#define HAS_GETPROTOBYNAME_R /**/
3968 #define GETPROTOBYNAME_R_PROTO 0 /**/
3970 /* HAS_GETPROTOBYNUMBER_R:
3971 * This symbol, if defined, indicates that the getprotobynumber_r routine
3972 * is available to getprotobynumber re-entrantly.
3974 /* GETPROTOBYNUMBER_R_PROTO:
3975 * This symbol encodes the prototype of getprotobynumber_r.
3977 /*#define HAS_GETPROTOBYNUMBER_R /**/
3978 #define GETPROTOBYNUMBER_R_PROTO 0 /**/
3980 /* HAS_GETPROTOENT_R:
3981 * This symbol, if defined, indicates that the getprotoent_r routine
3982 * is available to getprotoent re-entrantly.
3984 /* GETPROTOENT_R_PROTO:
3985 * This symbol encodes the prototype of getprotoent_r.
3987 /*#define HAS_GETPROTOENT_R /**/
3988 #define GETPROTOENT_R_PROTO 0 /**/
3990 /* HAS_GETSERVBYNAME_R:
3991 * This symbol, if defined, indicates that the getservbyname_r routine
3992 * is available to getservbyname re-entrantly.
3994 /* GETSERVBYNAME_R_PROTO:
3995 * This symbol encodes the prototype of getservbyname_r.
3997 /*#define HAS_GETSERVBYNAME_R /**/
3998 #define GETSERVBYNAME_R_PROTO 0 /**/
4000 /* HAS_GETSERVBYPORT_R:
4001 * This symbol, if defined, indicates that the getservbyport_r routine
4002 * is available to getservbyport re-entrantly.
4004 /* GETSERVBYPORT_R_PROTO:
4005 * This symbol encodes the prototype of getservbyport_r.
4007 /*#define HAS_GETSERVBYPORT_R /**/
4008 #define GETSERVBYPORT_R_PROTO 0 /**/
4010 /* HAS_GETSERVENT_R:
4011 * This symbol, if defined, indicates that the getservent_r routine
4012 * is available to getservent re-entrantly.
4014 /* GETSERVENT_R_PROTO:
4015 * This symbol encodes the prototype of getservent_r.
4017 /*#define HAS_GETSERVENT_R /**/
4018 #define GETSERVENT_R_PROTO 0 /**/
4020 /* HAS_PTHREAD_ATFORK:
4021 * This symbol, if defined, indicates that the pthread_atfork routine
4022 * is available setup fork handlers.
4024 /*#define HAS_PTHREAD_ATFORK /**/
4027 * This symbol, if defined, indicates that the readdir64_r routine
4028 * is available to readdir64 re-entrantly.
4030 /* READDIR64_R_PROTO:
4031 * This symbol encodes the prototype of readdir64_r.
4033 /*#define HAS_READDIR64_R /**/
4034 #define READDIR64_R_PROTO 0 /**/
4036 /* HAS_SETHOSTENT_R:
4037 * This symbol, if defined, indicates that the sethostent_r routine
4038 * is available to sethostent re-entrantly.
4040 /* SETHOSTENT_R_PROTO:
4041 * This symbol encodes the prototype of sethostent_r.
4043 /*#define HAS_SETHOSTENT_R /**/
4044 #define SETHOSTENT_R_PROTO 0 /**/
4047 * This symbol, if defined, indicates that the setlocale_r routine
4048 * is available to setlocale re-entrantly.
4050 /* SETLOCALE_R_PROTO:
4051 * This symbol encodes the prototype of setlocale_r.
4053 /*#define HAS_SETLOCALE_R /**/
4054 #define SETLOCALE_R_PROTO 0 /**/
4057 * This symbol, if defined, indicates that the setnetent_r routine
4058 * is available to setnetent re-entrantly.
4060 /* SETNETENT_R_PROTO:
4061 * This symbol encodes the prototype of setnetent_r.
4063 /*#define HAS_SETNETENT_R /**/
4064 #define SETNETENT_R_PROTO 0 /**/
4066 /* HAS_SETPROTOENT_R:
4067 * This symbol, if defined, indicates that the setprotoent_r routine
4068 * is available to setprotoent re-entrantly.
4070 /* SETPROTOENT_R_PROTO:
4071 * This symbol encodes the prototype of setprotoent_r.
4073 /*#define HAS_SETPROTOENT_R /**/
4074 #define SETPROTOENT_R_PROTO 0 /**/
4076 /* HAS_SETSERVENT_R:
4077 * This symbol, if defined, indicates that the setservent_r routine
4078 * is available to setservent re-entrantly.
4080 /* SETSERVENT_R_PROTO:
4081 * This symbol encodes the prototype of setservent_r.
4083 /*#define HAS_SETSERVENT_R /**/
4084 #define SETSERVENT_R_PROTO 0 /**/
4087 * This symbol, if defined, indicates that the ttyname_r routine
4088 * is available to ttyname re-entrantly.
4091 * This symbol encodes the prototype of ttyname_r.
4093 /*#define HAS_TTYNAME_R /**/
4094 #define TTYNAME_R_PROTO 0 /**/