1N/A/*
1N/A * This file was produced by running the config_h.SH script, which
1N/A * gets its values from uconfig.sh, which is generally produced by
1N/A * running Configure.
1N/A *
1N/A * Feel free to modify any of this as the need arises. Note, however,
1N/A * that running config_h.SH again will wipe out any changes you've made.
1N/A * For a more permanent change edit uconfig.sh and rerun config_h.SH.
1N/A *
1N/A * $Id: Config_h.U,v 3.0.1.5 1997/02/28 14:57:43 ram Exp $
1N/A */
1N/A
1N/A/*
1N/A * Package name :
1N/A * Source directory :
1N/A * Configuration time:
1N/A * Configured by :
1N/A * Target system : unknown
1N/A */
1N/A
1N/A#ifndef _config_h_
1N/A#define _config_h_
1N/A
1N/A/* LOC_SED:
1N/A * This symbol holds the complete pathname to the sed program.
1N/A */
1N/A#define LOC_SED "" /**/
1N/A
1N/A/* HAS_ALARM:
1N/A * This symbol, if defined, indicates that the alarm routine is
1N/A * available.
1N/A */
1N/A/*#define HAS_ALARM / **/
1N/A
1N/A/* HAS_BCMP:
1N/A * This symbol is defined if the bcmp() routine is available to
1N/A * compare blocks of memory.
1N/A */
1N/A/*#define HAS_BCMP / **/
1N/A
1N/A/* HAS_BCOPY:
1N/A * This symbol is defined if the bcopy() routine is available to
1N/A * copy blocks of memory.
1N/A */
1N/A/*#define HAS_BCOPY / **/
1N/A
1N/A/* HAS_BZERO:
1N/A * This symbol is defined if the bzero() routine is available to
1N/A * set a memory block to 0.
1N/A */
1N/A/*#define HAS_BZERO / **/
1N/A
1N/A/* HAS_CHOWN:
1N/A * This symbol, if defined, indicates that the chown routine is
1N/A * available.
1N/A */
1N/A/*#define HAS_CHOWN / **/
1N/A
1N/A/* HAS_CHROOT:
1N/A * This symbol, if defined, indicates that the chroot routine is
1N/A * available.
1N/A */
1N/A/*#define HAS_CHROOT / **/
1N/A
1N/A/* HAS_CHSIZE:
1N/A * This symbol, if defined, indicates that the chsize routine is available
1N/A * to truncate files. You might need a -lx to get this routine.
1N/A */
1N/A/*#define HAS_CHSIZE / **/
1N/A
1N/A/* HASCONST:
1N/A * This symbol, if defined, indicates that this C compiler knows about
1N/A * the const type. There is no need to actually test for that symbol
1N/A * within your programs. The mere use of the "const" keyword will
1N/A * trigger the necessary tests.
1N/A */
1N/A/*#define HASCONST / **/
1N/A#ifndef HASCONST
1N/A#define const
1N/A#endif
1N/A
1N/A/* HAS_CUSERID:
1N/A * This symbol, if defined, indicates that the cuserid routine is
1N/A * available to get character login names.
1N/A */
1N/A/*#define HAS_CUSERID / **/
1N/A
1N/A/* HAS_DBL_DIG:
1N/A * This symbol, if defined, indicates that this system's <float.h>
1N/A * or <limits.h> defines the symbol DBL_DIG, which is the number
1N/A * of significant digits in a double precision number. If this
1N/A * symbol is not defined, a guess of 15 is usually pretty good.
1N/A */
1N/A/*#define HAS_DBL_DIG / * */
1N/A
1N/A/* HAS_DIFFTIME:
1N/A * This symbol, if defined, indicates that the difftime routine is
1N/A * available.
1N/A */
1N/A/*#define HAS_DIFFTIME / **/
1N/A
1N/A/* HAS_DLERROR:
1N/A * This symbol, if defined, indicates that the dlerror routine is
1N/A * available to return a string describing the last error that
1N/A * occurred from a call to dlopen(), dlclose() or dlsym().
1N/A */
1N/A/*#define HAS_DLERROR / **/
1N/A
1N/A/* HAS_DUP2:
1N/A * This symbol, if defined, indicates that the dup2 routine is
1N/A * available to duplicate file descriptors.
1N/A */
1N/A/*#define HAS_DUP2 / **/
1N/A
1N/A/* HAS_FCHMOD:
1N/A * This symbol, if defined, indicates that the fchmod routine is available
1N/A * to change mode of opened files. If unavailable, use chmod().
1N/A */
1N/A/*#define HAS_FCHMOD / **/
1N/A
1N/A/* HAS_FCHOWN:
1N/A * This symbol, if defined, indicates that the fchown routine is available
1N/A * to change ownership of opened files. If unavailable, use chown().
1N/A */
1N/A/*#define HAS_FCHOWN / **/
1N/A
1N/A/* HAS_FCNTL:
1N/A * This symbol, if defined, indicates to the C program that
1N/A * the fcntl() function exists.
1N/A */
1N/A/*#define HAS_FCNTL / **/
1N/A
1N/A/* HAS_FGETPOS:
1N/A * This symbol, if defined, indicates that the fgetpos routine is
1N/A * available to get the file position indicator, similar to ftell().
1N/A */
1N/A/*#define HAS_FGETPOS / **/
1N/A
1N/A/* HAS_FLOCK:
1N/A * This symbol, if defined, indicates that the flock routine is
1N/A * available to do file locking.
1N/A */
1N/A/*#define HAS_FLOCK / **/
1N/A
1N/A/* HAS_FORK:
1N/A * This symbol, if defined, indicates that the fork routine is
1N/A * available.
1N/A */
1N/A#define HAS_FORK /**/
1N/A
1N/A/* HAS_FSETPOS:
1N/A * This symbol, if defined, indicates that the fsetpos routine is
1N/A * available to set the file position indicator, similar to fseek().
1N/A */
1N/A/*#define HAS_FSETPOS / **/
1N/A
1N/A/* HAS_GETTIMEOFDAY:
1N/A * This symbol, if defined, indicates that the gettimeofday() system
1N/A * call is available for a sub-second accuracy clock. Usually, the file
1N/A * <sys/resource.h> needs to be included (see I_SYS_RESOURCE).
1N/A * The type "Timeval" should be used to refer to "struct timeval".
1N/A */
1N/A/*#define HAS_GETTIMEOFDAY / **/
1N/A#ifdef HAS_GETTIMEOFDAY
1N/A#define Timeval struct timeval /* Structure used by gettimeofday() */
1N/A#endif
1N/A
1N/A/* HAS_GETGROUPS:
1N/A * This symbol, if defined, indicates that the getgroups() routine is
1N/A * available to get the list of process groups. If unavailable, multiple
1N/A * groups are probably not supported.
1N/A */
1N/A/*#define HAS_GETGROUPS / **/
1N/A
1N/A/* HAS_GETLOGIN:
1N/A * This symbol, if defined, indicates that the getlogin routine is
1N/A * available to get the login name.
1N/A */
1N/A/*#define HAS_GETLOGIN / **/
1N/A
1N/A/* HAS_GETPGID:
1N/A * This symbol, if defined, indicates to the C program that
1N/A * the getpgid(pid) function is available to get the
1N/A * process group id.
1N/A */
1N/A/*#define HAS_GETPGID / **/
1N/A
1N/A/* HAS_GETPGRP2:
1N/A * This symbol, if defined, indicates that the getpgrp2() (as in DG/UX)
1N/A * routine is available to get the current process group.
1N/A */
1N/A/*#define HAS_GETPGRP2 / **/
1N/A
1N/A/* HAS_GETPPID:
1N/A * This symbol, if defined, indicates that the getppid routine is
1N/A * available to get the parent process ID.
1N/A */
1N/A/*#define HAS_GETPPID / **/
1N/A
1N/A/* HAS_GETPRIORITY:
1N/A * This symbol, if defined, indicates that the getpriority routine is
1N/A * available to get a process's priority.
1N/A */
1N/A/*#define HAS_GETPRIORITY / **/
1N/A
1N/A/* HAS_INET_ATON:
1N/A * This symbol, if defined, indicates to the C program that the
1N/A * inet_aton() function is available to parse IP address "dotted-quad"
1N/A * strings.
1N/A */
1N/A/*#define HAS_INET_ATON / **/
1N/A
1N/A/* HAS_KILLPG:
1N/A * This symbol, if defined, indicates that the killpg routine is available
1N/A * to kill process groups. If unavailable, you probably should use kill
1N/A * with a negative process number.
1N/A */
1N/A/*#define HAS_KILLPG / **/
1N/A
1N/A/* HAS_LINK:
1N/A * This symbol, if defined, indicates that the link routine is
1N/A * available to create hard links.
1N/A */
1N/A/*#define HAS_LINK / **/
1N/A
1N/A/* HAS_LOCALECONV:
1N/A * This symbol, if defined, indicates that the localeconv routine is
1N/A * available for numeric and monetary formatting conventions.
1N/A */
1N/A/*#define HAS_LOCALECONV / **/
1N/A
1N/A/* HAS_LOCKF:
1N/A * This symbol, if defined, indicates that the lockf routine is
1N/A * available to do file locking.
1N/A */
1N/A/*#define HAS_LOCKF / **/
1N/A
1N/A/* HAS_LSTAT:
1N/A * This symbol, if defined, indicates that the lstat routine is
1N/A * available to do file stats on symbolic links.
1N/A */
1N/A/*#define HAS_LSTAT / **/
1N/A
1N/A/* HAS_MBLEN:
1N/A * This symbol, if defined, indicates that the mblen routine is available
1N/A * to find the number of bytes in a multibye character.
1N/A */
1N/A/*#define HAS_MBLEN / **/
1N/A
1N/A/* HAS_MBSTOWCS:
1N/A * This symbol, if defined, indicates that the mbstowcs routine is
1N/A * available to covert a multibyte string into a wide character string.
1N/A */
1N/A/*#define HAS_MBSTOWCS / **/
1N/A
1N/A/* HAS_MBTOWC:
1N/A * This symbol, if defined, indicates that the mbtowc routine is available
1N/A * to covert a multibyte to a wide character.
1N/A */
1N/A/*#define HAS_MBTOWC / **/
1N/A
1N/A/* HAS_MEMCMP:
1N/A * This symbol, if defined, indicates that the memcmp routine is available
1N/A * to compare blocks of memory.
1N/A */
1N/A/*#define HAS_MEMCMP / **/
1N/A
1N/A/* HAS_MEMCPY:
1N/A * This symbol, if defined, indicates that the memcpy routine is available
1N/A * to copy blocks of memory.
1N/A */
1N/A/*#define HAS_MEMCPY / **/
1N/A
1N/A/* HAS_MEMMOVE:
1N/A * This symbol, if defined, indicates that the memmove routine is available
1N/A * to copy potentially overlapping blocks of memory. This should be used
1N/A * only when HAS_SAFE_BCOPY is not defined. If neither is there, roll your
1N/A * own version.
1N/A */
1N/A/*#define HAS_MEMMOVE / **/
1N/A
1N/A/* HAS_MEMSET:
1N/A * This symbol, if defined, indicates that the memset routine is available
1N/A * to set blocks of memory.
1N/A */
1N/A/*#define HAS_MEMSET / **/
1N/A
1N/A/* HAS_MKDIR:
1N/A * This symbol, if defined, indicates that the mkdir routine is available
1N/A * to create directories. Otherwise you should fork off a new process to
1N/A * exec /bin/mkdir.
1N/A */
1N/A/*#define HAS_MKDIR / **/
1N/A
1N/A/* HAS_MKFIFO:
1N/A * This symbol, if defined, indicates that the mkfifo routine is
1N/A * available to create FIFOs. Otherwise, mknod should be able to
1N/A * do it for you. However, if mkfifo is there, mknod might require
1N/A * super-user privileges which mkfifo will not.
1N/A */
1N/A/*#define HAS_MKFIFO / **/
1N/A
1N/A/* HAS_MKTIME:
1N/A * This symbol, if defined, indicates that the mktime routine is
1N/A * available.
1N/A */
1N/A/*#define HAS_MKTIME / **/
1N/A
1N/A/* HAS_MSYNC:
1N/A * This symbol, if defined, indicates that the msync system call is
1N/A * available to synchronize a mapped file.
1N/A */
1N/A/*#define HAS_MSYNC / **/
1N/A
1N/A/* HAS_MUNMAP:
1N/A * This symbol, if defined, indicates that the munmap system call is
1N/A * available to unmap a region, usually mapped by mmap().
1N/A */
1N/A/*#define HAS_MUNMAP / **/
1N/A
1N/A/* HAS_NICE:
1N/A * This symbol, if defined, indicates that the nice routine is
1N/A * available.
1N/A */
1N/A/*#define HAS_NICE / **/
1N/A
1N/A/* HAS_PATHCONF:
1N/A * This symbol, if defined, indicates that pathconf() is available
1N/A * to determine file-system related limits and options associated
1N/A * with a given filename.
1N/A */
1N/A/* HAS_FPATHCONF:
1N/A * This symbol, if defined, indicates that pathconf() is available
1N/A * to determine file-system related limits and options associated
1N/A * with a given open file descriptor.
1N/A */
1N/A/*#define HAS_PATHCONF / **/
1N/A/*#define HAS_FPATHCONF / **/
1N/A
1N/A/* HAS_PAUSE:
1N/A * This symbol, if defined, indicates that the pause routine is
1N/A * available to suspend a process until a signal is received.
1N/A */
1N/A/*#define HAS_PAUSE / **/
1N/A
1N/A/* HAS_PIPE:
1N/A * This symbol, if defined, indicates that the pipe routine is
1N/A * available to create an inter-process channel.
1N/A */
1N/A/*#define HAS_PIPE / **/
1N/A
1N/A/* HAS_POLL:
1N/A * This symbol, if defined, indicates that the poll routine is
1N/A * available to poll active file descriptors. You may safely
1N/A * include <poll.h> when this symbol is defined.
1N/A */
1N/A/*#define HAS_POLL / **/
1N/A
1N/A/* HAS_READDIR:
1N/A * This symbol, if defined, indicates that the readdir routine is
1N/A * available to read directory entries. You may have to include
1N/A * <dirent.h>. See I_DIRENT.
1N/A */
1N/A#define HAS_READDIR /**/
1N/A
1N/A/* HAS_SEEKDIR:
1N/A * This symbol, if defined, indicates that the seekdir routine is
1N/A * available. You may have to include <dirent.h>. See I_DIRENT.
1N/A */
1N/A/*#define HAS_SEEKDIR / **/
1N/A
1N/A/* HAS_TELLDIR:
1N/A * This symbol, if defined, indicates that the telldir routine is
1N/A * available. You may have to include <dirent.h>. See I_DIRENT.
1N/A */
1N/A/*#define HAS_TELLDIR / **/
1N/A
1N/A/* HAS_REWINDDIR:
1N/A * This symbol, if defined, indicates that the rewinddir routine is
1N/A * available. You may have to include <dirent.h>. See I_DIRENT.
1N/A */
1N/A/*#define HAS_REWINDDIR / **/
1N/A
1N/A/* HAS_READLINK:
1N/A * This symbol, if defined, indicates that the readlink routine is
1N/A * available to read the value of a symbolic link.
1N/A */
1N/A/*#define HAS_READLINK / **/
1N/A
1N/A/* HAS_RENAME:
1N/A * This symbol, if defined, indicates that the rename routine is available
1N/A * to rename files. Otherwise you should do the unlink(), link(), unlink()
1N/A * trick.
1N/A */
1N/A#define HAS_RENAME /**/
1N/A
1N/A/* HAS_RMDIR:
1N/A * This symbol, if defined, indicates that the rmdir routine is
1N/A * available to remove directories. Otherwise you should fork off a
1N/A * new process to exec /bin/rmdir.
1N/A */
1N/A/*#define HAS_RMDIR / **/
1N/A
1N/A/* HAS_SELECT:
1N/A * This symbol, if defined, indicates that the select routine is
1N/A * available to select active file descriptors. If the timeout field
1N/A * is used, <sys/time.h> may need to be included.
1N/A */
1N/A/*#define HAS_SELECT / **/
1N/A
1N/A/* HAS_SETEGID:
1N/A * This symbol, if defined, indicates that the setegid routine is available
1N/A * to change the effective gid of the current program.
1N/A */
1N/A/*#define HAS_SETEGID / **/
1N/A
1N/A/* HAS_SETEUID:
1N/A * This symbol, if defined, indicates that the seteuid routine is available
1N/A * to change the effective uid of the current program.
1N/A */
1N/A/*#define HAS_SETEUID / **/
1N/A
1N/A/* HAS_SETLINEBUF:
1N/A * This symbol, if defined, indicates that the setlinebuf routine is
1N/A * available to change stderr or stdout from block-buffered or unbuffered
1N/A * to a line-buffered mode.
1N/A */
1N/A/*#define HAS_SETLINEBUF / **/
1N/A
1N/A/* HAS_SETLOCALE:
1N/A * This symbol, if defined, indicates that the setlocale routine is
1N/A * available to handle locale-specific ctype implementations.
1N/A */
1N/A/*#define HAS_SETLOCALE / **/
1N/A
1N/A/* HAS_SETPGID:
1N/A * This symbol, if defined, indicates that the setpgid(pid, gpid)
1N/A * routine is available to set process group ID.
1N/A */
1N/A/*#define HAS_SETPGID / **/
1N/A
1N/A/* HAS_SETPGRP2:
1N/A * This symbol, if defined, indicates that the setpgrp2() (as in DG/UX)
1N/A * routine is available to set the current process group.
1N/A */
1N/A/*#define HAS_SETPGRP2 / **/
1N/A
1N/A/* HAS_SETPRIORITY:
1N/A * This symbol, if defined, indicates that the setpriority routine is
1N/A * available to set a process's priority.
1N/A */
1N/A/*#define HAS_SETPRIORITY / **/
1N/A
1N/A/* HAS_SETREGID:
1N/A * This symbol, if defined, indicates that the setregid routine is
1N/A * available to change the real and effective gid of the current
1N/A * process.
1N/A */
1N/A/* HAS_SETRESGID:
1N/A * This symbol, if defined, indicates that the setresgid routine is
1N/A * available to change the real, effective and saved gid of the current
1N/A * process.
1N/A */
1N/A/*#define HAS_SETREGID / **/
1N/A/*#define HAS_SETRESGID / **/
1N/A
1N/A/* HAS_SETREUID:
1N/A * This symbol, if defined, indicates that the setreuid routine is
1N/A * available to change the real and effective uid of the current
1N/A * process.
1N/A */
1N/A/* HAS_SETRESUID:
1N/A * This symbol, if defined, indicates that the setresuid routine is
1N/A * available to change the real, effective and saved uid of the current
1N/A * process.
1N/A */
1N/A/*#define HAS_SETREUID / **/
1N/A/*#define HAS_SETRESUID / **/
1N/A
1N/A/* HAS_SETRGID:
1N/A * This symbol, if defined, indicates that the setrgid routine is available
1N/A * to change the real gid of the current program.
1N/A */
1N/A/*#define HAS_SETRGID / **/
1N/A
1N/A/* HAS_SETRUID:
1N/A * This symbol, if defined, indicates that the setruid routine is available
1N/A * to change the real uid of the current program.
1N/A */
1N/A/*#define HAS_SETRUID / **/
1N/A
1N/A/* HAS_SETSID:
1N/A * This symbol, if defined, indicates that the setsid routine is
1N/A * available to set the process group ID.
1N/A */
1N/A/*#define HAS_SETSID / **/
1N/A
1N/A/* HAS_STRCHR:
1N/A * This symbol is defined to indicate that the strchr()/strrchr()
1N/A * functions are available for string searching. If not, try the
1N/A * index()/rindex() pair.
1N/A */
1N/A/* HAS_INDEX:
1N/A * This symbol is defined to indicate that the index()/rindex()
1N/A * functions are available for string searching.
1N/A */
1N/A/*#define HAS_STRCHR / **/
1N/A/*#define HAS_INDEX / **/
1N/A
1N/A/* HAS_STRCOLL:
1N/A * This symbol, if defined, indicates that the strcoll routine is
1N/A * available to compare strings using collating information.
1N/A */
1N/A/*#define HAS_STRCOLL / **/
1N/A
1N/A/* USE_STRUCT_COPY:
1N/A * This symbol, if defined, indicates that this C compiler knows how
1N/A * to copy structures. If undefined, you'll need to use a block copy
1N/A * routine of some sort instead.
1N/A */
1N/A/*#define USE_STRUCT_COPY / **/
1N/A
1N/A/* HAS_STRTOD:
1N/A * This symbol, if defined, indicates that the strtod routine is
1N/A * available to provide better numeric string conversion than atof().
1N/A */
1N/A/*#define HAS_STRTOD / **/
1N/A
1N/A/* HAS_STRTOL:
1N/A * This symbol, if defined, indicates that the strtol routine is available
1N/A * to provide better numeric string conversion than atoi() and friends.
1N/A */
1N/A/*#define HAS_STRTOL / **/
1N/A
1N/A/* HAS_STRXFRM:
1N/A * This symbol, if defined, indicates that the strxfrm() routine is
1N/A * available to transform strings.
1N/A */
1N/A/*#define HAS_STRXFRM / **/
1N/A
1N/A/* HAS_SYMLINK:
1N/A * This symbol, if defined, indicates that the symlink routine is available
1N/A * to create symbolic links.
1N/A */
1N/A/*#define HAS_SYMLINK / **/
1N/A
1N/A/* HAS_SYSCALL:
1N/A * This symbol, if defined, indicates that the syscall routine is
1N/A * available to call arbitrary system calls. If undefined, that's tough.
1N/A */
1N/A/*#define HAS_SYSCALL / **/
1N/A
1N/A/* HAS_SYSCONF:
1N/A * This symbol, if defined, indicates that sysconf() is available
1N/A * to determine system related limits and options.
1N/A */
1N/A/*#define HAS_SYSCONF / **/
1N/A
1N/A/* HAS_SYSTEM:
1N/A * This symbol, if defined, indicates that the system routine is
1N/A * available to issue a shell command.
1N/A */
1N/A/*#define HAS_SYSTEM / **/
1N/A
1N/A/* HAS_TCGETPGRP:
1N/A * This symbol, if defined, indicates that the tcgetpgrp routine is
1N/A * available to get foreground process group ID.
1N/A */
1N/A/*#define HAS_TCGETPGRP / **/
1N/A
1N/A/* HAS_TCSETPGRP:
1N/A * This symbol, if defined, indicates that the tcsetpgrp routine is
1N/A * available to set foreground process group ID.
1N/A */
1N/A/*#define HAS_TCSETPGRP / **/
1N/A
1N/A/* HAS_TRUNCATE:
1N/A * This symbol, if defined, indicates that the truncate routine is
1N/A * available to truncate files.
1N/A */
1N/A/*#define HAS_TRUNCATE / **/
1N/A
1N/A/* HAS_TZNAME:
1N/A * This symbol, if defined, indicates that the tzname[] array is
1N/A * available to access timezone names.
1N/A */
1N/A/*#define HAS_TZNAME / **/
1N/A
1N/A/* HAS_UMASK:
1N/A * This symbol, if defined, indicates that the umask routine is
1N/A * available to set and get the value of the file creation mask.
1N/A */
1N/A/*#define HAS_UMASK / **/
1N/A
1N/A/* HAS_USLEEP:
1N/A * This symbol, if defined, indicates that the usleep routine is
1N/A * available to let the process sleep on a sub-second accuracy.
1N/A */
1N/A/*#define HAS_USLEEP / **/
1N/A
1N/A/* HASVOLATILE:
1N/A * This symbol, if defined, indicates that this C compiler knows about
1N/A * the volatile declaration.
1N/A */
1N/A/*#define HASVOLATILE / **/
1N/A#ifndef HASVOLATILE
1N/A#define volatile
1N/A#endif
1N/A
1N/A/* HAS_WAIT4:
1N/A * This symbol, if defined, indicates that wait4() exists.
1N/A */
1N/A/*#define HAS_WAIT4 / **/
1N/A
1N/A/* HAS_WAITPID:
1N/A * This symbol, if defined, indicates that the waitpid routine is
1N/A * available to wait for child process.
1N/A */
1N/A/*#define HAS_WAITPID / **/
1N/A
1N/A/* HAS_WCSTOMBS:
1N/A * This symbol, if defined, indicates that the wcstombs routine is
1N/A * available to convert wide character strings to multibyte strings.
1N/A */
1N/A/*#define HAS_WCSTOMBS / **/
1N/A
1N/A/* HAS_WCTOMB:
1N/A * This symbol, if defined, indicates that the wctomb routine is available
1N/A * to covert a wide character to a multibyte.
1N/A */
1N/A/*#define HAS_WCTOMB / **/
1N/A
1N/A/* I_ARPA_INET:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <arpa/inet.h> to get inet_addr and friends declarations.
1N/A */
1N/A/*#define I_ARPA_INET / **/
1N/A
1N/A/* I_DBM:
1N/A * This symbol, if defined, indicates that <dbm.h> exists and should
1N/A * be included.
1N/A */
1N/A/* I_RPCSVC_DBM:
1N/A * This symbol, if defined, indicates that <rpcsvc/dbm.h> exists and
1N/A * should be included.
1N/A */
1N/A/*#define I_DBM / **/
1N/A/*#define I_RPCSVC_DBM / **/
1N/A
1N/A/* I_DIRENT:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <dirent.h>. Using this symbol also triggers the definition
1N/A * of the Direntry_t define which ends up being 'struct dirent' or
1N/A * 'struct direct' depending on the availability of <dirent.h>.
1N/A */
1N/A/* DIRNAMLEN:
1N/A * This symbol, if defined, indicates to the C program that the length
1N/A * of directory entry names is provided by a d_namlen field. Otherwise
1N/A * you need to do strlen() on the d_name field.
1N/A */
1N/A/* Direntry_t:
1N/A * This symbol is set to 'struct direct' or 'struct dirent' depending on
1N/A * whether dirent is available or not. You should use this pseudo type to
1N/A * portably declare your directory entries.
1N/A */
1N/A#define I_DIRENT /**/
1N/A/*#define DIRNAMLEN / **/
1N/A#define Direntry_t struct dirent
1N/A
1N/A/* I_DLFCN:
1N/A * This symbol, if defined, indicates that <dlfcn.h> exists and should
1N/A * be included.
1N/A */
1N/A/*#define I_DLFCN / **/
1N/A
1N/A/* I_FCNTL:
1N/A * This manifest constant tells the C program to include <fcntl.h>.
1N/A */
1N/A/*#define I_FCNTL / **/
1N/A
1N/A/* I_FLOAT:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <float.h> to get definition of symbols like DBL_MAX or
1N/A * DBL_MIN, i.e. machine dependent floating point values.
1N/A */
1N/A/*#define I_FLOAT / **/
1N/A
1N/A/* I_LIMITS:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <limits.h> to get definition of symbols like WORD_BIT or
1N/A * LONG_MAX, i.e. machine dependant limitations.
1N/A */
1N/A/*#define I_LIMITS / **/
1N/A
1N/A/* I_LOCALE:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <locale.h>.
1N/A */
1N/A/*#define I_LOCALE / **/
1N/A
1N/A/* I_MATH:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <math.h>.
1N/A */
1N/A#define I_MATH /**/
1N/A
1N/A/* I_MEMORY:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <memory.h>.
1N/A */
1N/A/*#define I_MEMORY / **/
1N/A
1N/A/* I_NET_ERRNO:
1N/A * This symbol, if defined, indicates that <net/errno.h> exists and
1N/A * should be included.
1N/A */
1N/A/*#define I_NET_ERRNO / **/
1N/A
1N/A/* I_NETINET_IN:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <netinet/in.h>. Otherwise, you may try <sys/in.h>.
1N/A */
1N/A/*#define I_NETINET_IN / **/
1N/A
1N/A/* I_SFIO:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <sfio.h>.
1N/A */
1N/A/*#define I_SFIO / **/
1N/A
1N/A/* I_STDDEF:
1N/A * This symbol, if defined, indicates that <stddef.h> exists and should
1N/A * be included.
1N/A */
1N/A/*#define I_STDDEF / **/
1N/A
1N/A/* I_STDLIB:
1N/A * This symbol, if defined, indicates that <stdlib.h> exists and should
1N/A * be included.
1N/A */
1N/A#define I_STDLIB /**/
1N/A
1N/A/* I_STRING:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <string.h> (USG systems) instead of <strings.h> (BSD systems).
1N/A */
1N/A#define I_STRING /**/
1N/A
1N/A/* I_SYS_DIR:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <sys/dir.h>.
1N/A */
1N/A/*#define I_SYS_DIR / **/
1N/A
1N/A/* I_SYS_FILE:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <sys/file.h> to get definition of R_OK and friends.
1N/A */
1N/A/*#define I_SYS_FILE / **/
1N/A
1N/A/* I_SYS_IOCTL:
1N/A * This symbol, if defined, indicates that <sys/ioctl.h> exists and should
1N/A * be included. Otherwise, include <sgtty.h> or <termio.h>.
1N/A */
1N/A/* I_SYS_SOCKIO:
1N/A * This symbol, if defined, indicates the <sys/sockio.h> should be included
1N/A * to get socket ioctl options, like SIOCATMARK.
1N/A */
1N/A/*#define I_SYS_IOCTL / **/
1N/A/*#define I_SYS_SOCKIO / **/
1N/A
1N/A/* I_SYS_NDIR:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <sys/ndir.h>.
1N/A */
1N/A/*#define I_SYS_NDIR / **/
1N/A
1N/A/* I_SYS_PARAM:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <sys/param.h>.
1N/A */
1N/A/*#define I_SYS_PARAM / **/
1N/A
1N/A/* I_SYS_RESOURCE:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <sys/resource.h>.
1N/A */
1N/A/*#define I_SYS_RESOURCE / **/
1N/A
1N/A/* I_SYS_SELECT:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <sys/select.h> in order to get definition of struct timeval.
1N/A */
1N/A/*#define I_SYS_SELECT / **/
1N/A
1N/A/* I_SYS_STAT:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <sys/stat.h>.
1N/A */
1N/A#define I_SYS_STAT /**/
1N/A
1N/A/* I_SYS_TIMES:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <sys/times.h>.
1N/A */
1N/A/*#define I_SYS_TIMES / **/
1N/A
1N/A/* I_SYS_TYPES:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <sys/types.h>.
1N/A */
1N/A/*#define I_SYS_TYPES / **/
1N/A
1N/A/* I_SYS_UN:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <sys/un.h> to get UNIX domain socket definitions.
1N/A */
1N/A/*#define I_SYS_UN / **/
1N/A
1N/A/* I_SYS_WAIT:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <sys/wait.h>.
1N/A */
1N/A/*#define I_SYS_WAIT / **/
1N/A
1N/A/* I_TERMIO:
1N/A * This symbol, if defined, indicates that the program should include
1N/A * <termio.h> rather than <sgtty.h>. There are also differences in
1N/A * the ioctl() calls that depend on the value of this symbol.
1N/A */
1N/A/* I_TERMIOS:
1N/A * This symbol, if defined, indicates that the program should include
1N/A * the POSIX termios.h rather than sgtty.h or termio.h.
1N/A * There are also differences in the ioctl() calls that depend on the
1N/A * value of this symbol.
1N/A */
1N/A/* I_SGTTY:
1N/A * This symbol, if defined, indicates that the program should include
1N/A * <sgtty.h> rather than <termio.h>. There are also differences in
1N/A * the ioctl() calls that depend on the value of this symbol.
1N/A */
1N/A/*#define I_TERMIO / **/
1N/A/*#define I_TERMIOS / **/
1N/A/*#define I_SGTTY / **/
1N/A
1N/A/* I_UNISTD:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <unistd.h>.
1N/A */
1N/A/*#define I_UNISTD / **/
1N/A
1N/A/* I_UTIME:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <utime.h>.
1N/A */
1N/A/*#define I_UTIME / **/
1N/A
1N/A/* I_VALUES:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <values.h> to get definition of symbols like MINFLOAT or
1N/A * MAXLONG, i.e. machine dependant limitations. Probably, you
1N/A * should use <limits.h> instead, if it is available.
1N/A */
1N/A/*#define I_VALUES / **/
1N/A
1N/A/* I_VFORK:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include vfork.h.
1N/A */
1N/A/*#define I_VFORK / **/
1N/A
1N/A/* INTSIZE:
1N/A * This symbol contains the value of sizeof(int) so that the C
1N/A * preprocessor can make decisions based on it.
1N/A */
1N/A/* LONGSIZE:
1N/A * This symbol contains the value of sizeof(long) so that the C
1N/A * preprocessor can make decisions based on it.
1N/A */
1N/A/* SHORTSIZE:
1N/A * This symbol contains the value of sizeof(short) so that the C
1N/A * preprocessor can make decisions based on it.
1N/A */
1N/A#define INTSIZE 4 /**/
1N/A#define LONGSIZE 4 /**/
1N/A#define SHORTSIZE 2 /**/
1N/A
1N/A/* MULTIARCH:
1N/A * This symbol, if defined, signifies that the build
1N/A * process will produce some binary files that are going to be
1N/A * used in a cross-platform environment. This is the case for
1N/A * example with the NeXT "fat" binaries that contain executables
1N/A * for several CPUs.
1N/A */
1N/A/*#define MULTIARCH / **/
1N/A
1N/A/* HAS_QUAD:
1N/A * This symbol, if defined, tells that there's a 64-bit integer type,
1N/A * Quad_t, and its unsigned counterpar, Uquad_t. QUADKIND will be one
1N/A * of QUAD_IS_INT, QUAD_IS_LONG, QUAD_IS_LONG_LONG, or QUAD_IS_INT64_T.
1N/A */
1N/A/*#define HAS_QUAD / **/
1N/A#ifdef HAS_QUAD
1N/A# define Quad_t int64_t /**/
1N/A# define Uquad_t uint64_t /**/
1N/A# define QUADKIND 4 /**/
1N/A# define QUAD_IS_INT 1
1N/A# define QUAD_IS_LONG 2
1N/A# define QUAD_IS_LONG_LONG 3
1N/A# define QUAD_IS_INT64_T 4
1N/A#endif
1N/A
1N/A/* HAS_ACCESSX:
1N/A * This symbol, if defined, indicates that the accessx routine is
1N/A * available to do extended access checks.
1N/A */
1N/A/*#define HAS_ACCESSX / **/
1N/A
1N/A/* HAS_EACCESS:
1N/A * This symbol, if defined, indicates that the eaccess routine is
1N/A * available to do extended access checks.
1N/A */
1N/A/*#define HAS_EACCESS / **/
1N/A
1N/A/* I_SYS_ACCESS:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <sys/access.h>.
1N/A */
1N/A/*#define I_SYS_ACCESS / **/
1N/A
1N/A/* I_SYS_SECURITY:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <sys/security.h>.
1N/A */
1N/A/*#define I_SYS_SECURITY / **/
1N/A
1N/A/* MEM_ALIGNBYTES:
1N/A * This symbol contains the number of bytes required to align a
1N/A * double, or a long double when applicable. Usual values are 2,
1N/A * 4 and 8. The default is eight, for safety.
1N/A */
1N/A#if defined(USE_CROSS_COMPILE) || defined(MULTIARCH)
1N/A# define MEM_ALIGNBYTES 8
1N/A#else
1N/A#define MEM_ALIGNBYTES 4
1N/A#endif
1N/A
1N/A/* BYTEORDER:
1N/A * This symbol holds the hexadecimal constant defined in byteorder,
1N/A * in a UV, i.e. 0x1234 or 0x4321 or 0x12345678, etc...
1N/A * If the compiler supports cross-compiling or multiple-architecture
1N/A * binaries (eg. on NeXT systems), use compiler-defined macros to
1N/A * determine the byte order.
1N/A * On NeXT 3.2 (and greater), you can build "Fat" Multiple Architecture
1N/A * Binaries (MAB) on either big endian or little endian machines.
1N/A * The endian-ness is available at compile-time. This only matters
1N/A * for perl, where the config.h can be generated and installed on
1N/A * one system, and used by a different architecture to build an
1N/A * extension. Older versions of NeXT that might not have
1N/A * defined either *_ENDIAN__ were all on Motorola 680x0 series,
1N/A * so the default case (for NeXT) is big endian to catch them.
1N/A * This might matter for NeXT 3.0.
1N/A */
1N/A#if defined(USE_CROSS_COMPILE) || defined(MULTIARCH)
1N/A# ifdef __LITTLE_ENDIAN__
1N/A# if LONGSIZE == 4
1N/A# define BYTEORDER 0x1234
1N/A# else
1N/A# if LONGSIZE == 8
1N/A# define BYTEORDER 0x12345678
1N/A# endif
1N/A# endif
1N/A# else
1N/A# ifdef __BIG_ENDIAN__
1N/A# if LONGSIZE == 4
1N/A# define BYTEORDER 0x4321
1N/A# else
1N/A# if LONGSIZE == 8
1N/A# define BYTEORDER 0x87654321
1N/A# endif
1N/A# endif
1N/A# endif
1N/A# endif
1N/A# if !defined(BYTEORDER) && (defined(NeXT) || defined(__NeXT__))
1N/A# define BYTEORDER 0x4321
1N/A# endif
1N/A#else
1N/A#define BYTEORDER 0x1234 /* large digits for MSB */
1N/A#endif /* NeXT */
1N/A
1N/A/* CASTI32:
1N/A * This symbol is defined if the C compiler can cast negative
1N/A * or large floating point numbers to 32-bit ints.
1N/A */
1N/A/*#define CASTI32 / **/
1N/A
1N/A/* CASTNEGFLOAT:
1N/A * This symbol is defined if the C compiler can cast negative
1N/A * numbers to unsigned longs, ints and shorts.
1N/A */
1N/A/* CASTFLAGS:
1N/A * This symbol contains flags that say what difficulties the compiler
1N/A * has casting odd floating values to unsigned long:
1N/A * 0 = ok
1N/A * 1 = couldn't cast < 0
1N/A * 2 = couldn't cast >= 0x80000000
1N/A * 4 = couldn't cast in argument expression list
1N/A */
1N/A/*#define CASTNEGFLOAT / **/
1N/A#define CASTFLAGS 0 /**/
1N/A
1N/A/* VOID_CLOSEDIR:
1N/A * This symbol, if defined, indicates that the closedir() routine
1N/A * does not return a value.
1N/A */
1N/A/*#define VOID_CLOSEDIR / **/
1N/A
1N/A/* HAS_FD_SET:
1N/A * This symbol, when defined, indicates presence of the fd_set typedef
1N/A * in <sys/types.h>
1N/A */
1N/A/*#define HAS_FD_SET / **/
1N/A
1N/A/* Gconvert:
1N/A * This preprocessor macro is defined to convert a floating point
1N/A * number to a string without a trailing decimal point. This
1N/A * emulates the behavior of sprintf("%g"), but is sometimes much more
1N/A * efficient. If gconvert() is not available, but gcvt() drops the
1N/A * trailing decimal point, then gcvt() is used. If all else fails,
1N/A * a macro using sprintf("%g") is used. Arguments for the Gconvert
1N/A * macro are: value, number of digits, whether trailing zeros should
1N/A * be retained, and the output buffer.
1N/A * The usual values are:
1N/A * d_Gconvert='gconvert((x),(n),(t),(b))'
1N/A * d_Gconvert='gcvt((x),(n),(b))'
1N/A * d_Gconvert='sprintf((b),"%.*g",(n),(x))'
1N/A * The last two assume trailing zeros should not be kept.
1N/A */
1N/A#define Gconvert(x,n,t,b) sprintf((b),"%.*g",(n),(x))
1N/A
1N/A/* HAS_GETPAGESIZE:
1N/A * This symbol, if defined, indicates that the getpagesize system call
1N/A * is available to get system page size, which is the granularity of
1N/A * many memory management calls.
1N/A */
1N/A/*#define HAS_GETPAGESIZE / **/
1N/A
1N/A/* HAS_GNULIBC:
1N/A * This symbol, if defined, indicates to the C program that
1N/A * the GNU C library is being used. A better check is to use
1N/A * the __GLIBC__ and __GLIBC_MINOR__ symbols supplied with glibc.
1N/A */
1N/A/*#define HAS_GNULIBC / **/
1N/A#if defined(HAS_GNULIBC) && !defined(_GNU_SOURCE)
1N/A# define _GNU_SOURCE
1N/A#endif
1N/A/* HAS_ISASCII:
1N/A * This manifest constant lets the C program know that isascii
1N/A * is available.
1N/A */
1N/A/*#define HAS_ISASCII / **/
1N/A
1N/A/* HAS_LCHOWN:
1N/A * This symbol, if defined, indicates that the lchown routine is
1N/A * available to operate on a symbolic link (instead of following the
1N/A * link).
1N/A */
1N/A/*#define HAS_LCHOWN / **/
1N/A
1N/A/* HAS_OPEN3:
1N/A * This manifest constant lets the C program know that the three
1N/A * argument form of open(2) is available.
1N/A */
1N/A/*#define HAS_OPEN3 / **/
1N/A
1N/A/* HAS_SAFE_BCOPY:
1N/A * This symbol, if defined, indicates that the bcopy routine is available
1N/A * to copy potentially overlapping memory blocks. Normally, you should
1N/A * probably use memmove() or memcpy(). If neither is defined, roll your
1N/A * own version.
1N/A */
1N/A/*#define HAS_SAFE_BCOPY / **/
1N/A
1N/A/* HAS_SAFE_MEMCPY:
1N/A * This symbol, if defined, indicates that the memcpy routine is available
1N/A * to copy potentially overlapping memory blocks. If you need to
1N/A * copy overlapping memory blocks, you should check HAS_MEMMOVE and
1N/A * use memmove() instead, if available.
1N/A */
1N/A/*#define HAS_SAFE_MEMCPY / **/
1N/A
1N/A/* HAS_SANE_MEMCMP:
1N/A * This symbol, if defined, indicates that the memcmp routine is available
1N/A * and can be used to compare relative magnitudes of chars with their high
1N/A * bits set. If it is not defined, roll your own version.
1N/A */
1N/A/*#define HAS_SANE_MEMCMP / **/
1N/A
1N/A/* HAS_SIGACTION:
1N/A * This symbol, if defined, indicates that Vr4's sigaction() routine
1N/A * is available.
1N/A */
1N/A/*#define HAS_SIGACTION / **/
1N/A
1N/A/* HAS_SIGSETJMP:
1N/A * This variable indicates to the C program that the sigsetjmp()
1N/A * routine is available to save the calling process's registers
1N/A * and stack environment for later use by siglongjmp(), and
1N/A * to optionally save the process's signal mask. See
1N/A * Sigjmp_buf, Sigsetjmp, and Siglongjmp.
1N/A */
1N/A/* Sigjmp_buf:
1N/A * This is the buffer type to be used with Sigsetjmp and Siglongjmp.
1N/A */
1N/A/* Sigsetjmp:
1N/A * This macro is used in the same way as sigsetjmp(), but will invoke
1N/A * traditional setjmp() if sigsetjmp isn't available.
1N/A * See HAS_SIGSETJMP.
1N/A */
1N/A/* Siglongjmp:
1N/A * This macro is used in the same way as siglongjmp(), but will invoke
1N/A * traditional longjmp() if siglongjmp isn't available.
1N/A * See HAS_SIGSETJMP.
1N/A */
1N/A/*#define HAS_SIGSETJMP / **/
1N/A#ifdef HAS_SIGSETJMP
1N/A#define Sigjmp_buf sigjmp_buf
1N/A#define Sigsetjmp(buf,save_mask) sigsetjmp((buf),(save_mask))
1N/A#define Siglongjmp(buf,retval) siglongjmp((buf),(retval))
1N/A#else
1N/A#define Sigjmp_buf jmp_buf
1N/A#define Sigsetjmp(buf,save_mask) setjmp((buf))
1N/A#define Siglongjmp(buf,retval) longjmp((buf),(retval))
1N/A#endif
1N/A
1N/A/* USE_STDIO_PTR:
1N/A * This symbol is defined if the _ptr and _cnt fields (or similar)
1N/A * of the stdio FILE structure can be used to access the stdio buffer
1N/A * for a file handle. If this is defined, then the FILE_ptr(fp)
1N/A * and FILE_cnt(fp) macros will also be defined and should be used
1N/A * to access these fields.
1N/A */
1N/A/* FILE_ptr:
1N/A * This macro is used to access the _ptr field (or equivalent) of the
1N/A * FILE structure pointed to by its argument. This macro will always be
1N/A * defined if USE_STDIO_PTR is defined.
1N/A */
1N/A/* STDIO_PTR_LVALUE:
1N/A * This symbol is defined if the FILE_ptr macro can be used as an
1N/A * lvalue.
1N/A */
1N/A/* FILE_cnt:
1N/A * This macro is used to access the _cnt field (or equivalent) of the
1N/A * FILE structure pointed to by its argument. This macro will always be
1N/A * defined if USE_STDIO_PTR is defined.
1N/A */
1N/A/* STDIO_CNT_LVALUE:
1N/A * This symbol is defined if the FILE_cnt macro can be used as an
1N/A * lvalue.
1N/A */
1N/A/* STDIO_PTR_LVAL_SETS_CNT:
1N/A * This symbol is defined if using the FILE_ptr macro as an lvalue
1N/A * to increase the pointer by n has the side effect of decreasing the
1N/A * value of File_cnt(fp) by n.
1N/A */
1N/A/* STDIO_PTR_LVAL_NOCHANGE_CNT:
1N/A * This symbol is defined if using the FILE_ptr macro as an lvalue
1N/A * to increase the pointer by n leaves File_cnt(fp) unchanged.
1N/A */
1N/A/*#define USE_STDIO_PTR / **/
1N/A#ifdef USE_STDIO_PTR
1N/A#define FILE_ptr(fp) ((fp)->_IO_read_ptr)
1N/A/*#define STDIO_PTR_LVALUE / **/
1N/A#define FILE_cnt(fp) ((fp)->_IO_read_end - (fp)->_IO_read_ptr)
1N/A/*#define STDIO_CNT_LVALUE / **/
1N/A/*#define STDIO_PTR_LVAL_SETS_CNT / **/
1N/A/*#define STDIO_PTR_LVAL_NOCHANGE_CNT / **/
1N/A#endif
1N/A
1N/A/* USE_STDIO_BASE:
1N/A * This symbol is defined if the _base field (or similar) of the
1N/A * stdio FILE structure can be used to access the stdio buffer for
1N/A * a file handle. If this is defined, then the FILE_base(fp) macro
1N/A * will also be defined and should be used to access this field.
1N/A * Also, the FILE_bufsiz(fp) macro will be defined and should be used
1N/A * to determine the number of bytes in the buffer. USE_STDIO_BASE
1N/A * will never be defined unless USE_STDIO_PTR is.
1N/A */
1N/A/* FILE_base:
1N/A * This macro is used to access the _base field (or equivalent) of the
1N/A * FILE structure pointed to by its argument. This macro will always be
1N/A * defined if USE_STDIO_BASE is defined.
1N/A */
1N/A/* FILE_bufsiz:
1N/A * This macro is used to determine the number of bytes in the I/O
1N/A * buffer pointed to by _base field (or equivalent) of the FILE
1N/A * structure pointed to its argument. This macro will always be defined
1N/A * if USE_STDIO_BASE is defined.
1N/A */
1N/A/*#define USE_STDIO_BASE / **/
1N/A#ifdef USE_STDIO_BASE
1N/A#define FILE_base(fp) ((fp)->_IO_read_base)
1N/A#define FILE_bufsiz(fp) ((fp)->_IO_read_end - (fp)->_IO_read_base)
1N/A#endif
1N/A
1N/A/* HAS_VPRINTF:
1N/A * This symbol, if defined, indicates that the vprintf routine is available
1N/A * to printf with a pointer to an argument list. If unavailable, you
1N/A * may need to write your own, probably in terms of _doprnt().
1N/A */
1N/A/* USE_CHAR_VSPRINTF:
1N/A * This symbol is defined if this system has vsprintf() returning type
1N/A * (char*). The trend seems to be to declare it as "int vsprintf()". It
1N/A * is up to the package author to declare vsprintf correctly based on the
1N/A * symbol.
1N/A */
1N/A#define HAS_VPRINTF /**/
1N/A/*#define USE_CHAR_VSPRINTF / **/
1N/A
1N/A/* DOUBLESIZE:
1N/A * This symbol contains the size of a double, so that the C preprocessor
1N/A * can make decisions based on it.
1N/A */
1N/A#define DOUBLESIZE 8 /**/
1N/A
1N/A/* I_TIME:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <time.h>.
1N/A */
1N/A/* I_SYS_TIME:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <sys/time.h>.
1N/A */
1N/A/* I_SYS_TIME_KERNEL:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <sys/time.h> with KERNEL defined.
1N/A */
1N/A/* HAS_TM_TM_ZONE:
1N/A * This symbol, if defined, indicates to the C program that
1N/A * the struct tm has a tm_zone field.
1N/A */
1N/A/* HAS_TM_TM_GMTOFF:
1N/A * This symbol, if defined, indicates to the C program that
1N/A * the struct tm has a tm_gmtoff field.
1N/A */
1N/A#define I_TIME /**/
1N/A/*#define I_SYS_TIME / **/
1N/A/*#define I_SYS_TIME_KERNEL / **/
1N/A/*#define HAS_TM_TM_ZONE / **/
1N/A/*#define HAS_TM_TM_GMTOFF / **/
1N/A
1N/A/* VAL_O_NONBLOCK:
1N/A * This symbol is to be used during open() or fcntl(F_SETFL) to turn on
1N/A * non-blocking I/O for the file descriptor. Note that there is no way
1N/A * back, i.e. you cannot turn it blocking again this way. If you wish to
1N/A * alternatively switch between blocking and non-blocking, use the
1N/A * ioctl(FIOSNBIO) call instead, but that is not supported by all devices.
1N/A */
1N/A/* VAL_EAGAIN:
1N/A * This symbol holds the errno error code set by read() when no data was
1N/A * present on the non-blocking file descriptor.
1N/A */
1N/A/* RD_NODATA:
1N/A * This symbol holds the return code from read() when no data is present
1N/A * on the non-blocking file descriptor. Be careful! If EOF_NONBLOCK is
1N/A * not defined, then you can't distinguish between no data and EOF by
1N/A * issuing a read(). You'll have to find another way to tell for sure!
1N/A */
1N/A/* EOF_NONBLOCK:
1N/A * This symbol, if defined, indicates to the C program that a read() on
1N/A * a non-blocking file descriptor will return 0 on EOF, and not the value
1N/A * held in RD_NODATA (-1 usually, in that case!).
1N/A */
1N/A#define VAL_O_NONBLOCK O_NONBLOCK
1N/A#define VAL_EAGAIN EAGAIN
1N/A#define RD_NODATA -1
1N/A#undef EOF_NONBLOCK
1N/A
1N/A/* PTRSIZE:
1N/A * This symbol contains the size of a pointer, so that the C preprocessor
1N/A * can make decisions based on it. It will be sizeof(void *) if
1N/A * the compiler supports (void *); otherwise it will be
1N/A * sizeof(char *).
1N/A */
1N/A#define PTRSIZE 4 /**/
1N/A
1N/A/* Drand01:
1N/A * This macro is to be used to generate uniformly distributed
1N/A * random numbers over the range [0., 1.[. You may have to supply
1N/A * an 'extern double drand48();' in your program since SunOS 4.1.3
1N/A * doesn't provide you with anything relevant in its headers.
1N/A * See HAS_DRAND48_PROTO.
1N/A */
1N/A/* Rand_seed_t:
1N/A * This symbol defines the type of the argument of the
1N/A * random seed function.
1N/A */
1N/A/* seedDrand01:
1N/A * This symbol defines the macro to be used in seeding the
1N/A * random number generator (see Drand01).
1N/A */
1N/A/* RANDBITS:
1N/A * This symbol indicates how many bits are produced by the
1N/A * function used to generate normalized random numbers.
1N/A * Values include 15, 16, 31, and 48.
1N/A */
1N/A#define Drand01() ((rand() & 0x7FFF) / (double) ((unsigned long)1 << 15)) /**/
1N/A#define Rand_seed_t int /**/
1N/A#define seedDrand01(x) srand((Rand_seed_t)x) /**/
1N/A#define RANDBITS 48 /**/
1N/A
1N/A/* SSize_t:
1N/A * This symbol holds the type used by functions that return
1N/A * a count of bytes or an error condition. It must be a signed type.
1N/A * It is usually ssize_t, but may be long or int, etc.
1N/A * It may be necessary to include <sys/types.h> or <unistd.h>
1N/A * to get any typedef'ed information.
1N/A * We will pick a type such that sizeof(SSize_t) == sizeof(Size_t).
1N/A */
1N/A#define SSize_t int /* signed count of bytes */
1N/A
1N/A/* EBCDIC:
1N/A * This symbol, if defined, indicates that this system uses
1N/A * EBCDIC encoding.
1N/A */
1N/A/*#define EBCDIC / **/
1N/A
1N/A/* ARCHLIB:
1N/A * This variable, if defined, holds the name of the directory in
1N/A * which the user wants to put architecture-dependent public
1N/A * library files for . It is most often a local directory
1N/A * such as /usr/local/lib. Programs using this variable must be
1N/A * prepared to deal with filename expansion. If ARCHLIB is the
1N/A * same as PRIVLIB, it is not defined, since presumably the
1N/A * program already searches PRIVLIB.
1N/A */
1N/A/* ARCHLIB_EXP:
1N/A * This symbol contains the ~name expanded version of ARCHLIB, to be used
1N/A * in programs that are not prepared to deal with ~ expansion at run-time.
1N/A */
1N/A/*#define ARCHLIB "/usr/local/lib/perl5/5.7/unknown" / **/
1N/A/*#define ARCHLIB_EXP "/usr/local/lib/perl5/5.7/unknown" / **/
1N/A
1N/A/* BIN:
1N/A * This symbol holds the path of the bin directory where the package will
1N/A * be installed. Program must be prepared to deal with ~name substitution.
1N/A */
1N/A/* BIN_EXP:
1N/A * This symbol is the filename expanded version of the BIN symbol, for
1N/A * programs that do not want to deal with that at run-time.
1N/A */
1N/A#define BIN "/usr/local/bin" /**/
1N/A#define BIN_EXP "" /**/
1N/A
1N/A/* PERL_INC_VERSION_LIST:
1N/A * This variable specifies the list of subdirectories in over
1N/A * which perl.c:incpush() and lib/lib.pm will automatically
1N/A * search when adding directories to @INC, in a format suitable
1N/A * for a C initialization string. See the inc_version_list entry
1N/A * in Porting/Glossary for more details.
1N/A */
1N/A#define PERL_INC_VERSION_LIST NULL /**/
1N/A
1N/A/* INSTALL_USR_BIN_PERL:
1N/A * This symbol, if defined, indicates that Perl is to be installed
1N/A * also as /usr/bin/perl.
1N/A */
1N/A/*#define INSTALL_USR_BIN_PERL / **/
1N/A
1N/A/* PERL_OTHERLIBDIRS:
1N/A * This variable contains a colon-separated set of paths for the perl
1N/A * binary to search for additional library files or modules.
1N/A * These directories will be tacked to the end of @INC.
1N/A * Perl will automatically search below each path for version-
1N/A * and architecture-specific directories. See PERL_INC_VERSION_LIST
1N/A * for more details.
1N/A */
1N/A/*#define PERL_OTHERLIBDIRS "" / **/
1N/A
1N/A/* PRIVLIB:
1N/A * This symbol contains the name of the private library for this package.
1N/A * The library is private in the sense that it needn't be in anyone's
1N/A * execution path, but it should be accessible by the world. The program
1N/A * should be prepared to do ~ expansion.
1N/A */
1N/A/* PRIVLIB_EXP:
1N/A * This symbol contains the ~name expanded version of PRIVLIB, to be used
1N/A * in programs that are not prepared to deal with ~ expansion at run-time.
1N/A */
1N/A#define PRIVLIB "/usr/local/lib/perl5/5.7" /**/
1N/A#define PRIVLIB_EXP "/usr/local/lib/perl5/5.7" /**/
1N/A
1N/A/* SITEARCH:
1N/A * This symbol contains the name of the private library for this package.
1N/A * The library is private in the sense that it needn't be in anyone's
1N/A * execution path, but it should be accessible by the world. The program
1N/A * should be prepared to do ~ expansion.
1N/A * The standard distribution will put nothing in this directory.
1N/A * After perl has been installed, users may install their own local
1N/A * architecture-dependent modules in this directory with
1N/A * MakeMaker Makefile.PL
1N/A * or equivalent. See INSTALL for details.
1N/A */
1N/A/* SITEARCH_EXP:
1N/A * This symbol contains the ~name expanded version of SITEARCH, to be used
1N/A * in programs that are not prepared to deal with ~ expansion at run-time.
1N/A */
1N/A#define SITEARCH "" /**/
1N/A#define SITEARCH_EXP "" /**/
1N/A
1N/A/* SITELIB:
1N/A * This symbol contains the name of the private library for this package.
1N/A * The library is private in the sense that it needn't be in anyone's
1N/A * execution path, but it should be accessible by the world. The program
1N/A * should be prepared to do ~ expansion.
1N/A * The standard distribution will put nothing in this directory.
1N/A * After perl has been installed, users may install their own local
1N/A * architecture-independent modules in this directory with
1N/A * MakeMaker Makefile.PL
1N/A * or equivalent. See INSTALL for details.
1N/A */
1N/A/* SITELIB_EXP:
1N/A * This symbol contains the ~name expanded version of SITELIB, to be used
1N/A * in programs that are not prepared to deal with ~ expansion at run-time.
1N/A */
1N/A/* SITELIB_STEM:
1N/A * This define is SITELIB_EXP with any trailing version-specific component
1N/A * removed. The elements in inc_version_list (inc_version_list.U) can
1N/A * be tacked onto this variable to generate a list of directories to search.
1N/A */
1N/A#define SITELIB "" /**/
1N/A#define SITELIB_EXP "" /**/
1N/A#define SITELIB_STEM "" /**/
1N/A
1N/A/* PERL_VENDORARCH:
1N/A * If defined, this symbol contains the name of a private library.
1N/A * The library is private in the sense that it needn't be in anyone's
1N/A * execution path, but it should be accessible by the world.
1N/A * It may have a ~ on the front.
1N/A * The standard distribution will put nothing in this directory.
1N/A * Vendors who distribute perl may wish to place their own
1N/A * architecture-dependent modules and extensions in this directory with
1N/A * MakeMaker Makefile.PL INSTALLDIRS=vendor
1N/A * or equivalent. See INSTALL for details.
1N/A */
1N/A/* PERL_VENDORARCH_EXP:
1N/A * This symbol contains the ~name expanded version of PERL_VENDORARCH, to be used
1N/A * in programs that are not prepared to deal with ~ expansion at run-time.
1N/A */
1N/A/*#define PERL_VENDORARCH "" / **/
1N/A/*#define PERL_VENDORARCH_EXP "" / **/
1N/A
1N/A/* PERL_VENDORLIB_EXP:
1N/A * This symbol contains the ~name expanded version of VENDORLIB, to be used
1N/A * in programs that are not prepared to deal with ~ expansion at run-time.
1N/A */
1N/A/* PERL_VENDORLIB_STEM:
1N/A * This define is PERL_VENDORLIB_EXP with any trailing version-specific component
1N/A * removed. The elements in inc_version_list (inc_version_list.U) can
1N/A * be tacked onto this variable to generate a list of directories to search.
1N/A */
1N/A/*#define PERL_VENDORLIB_EXP "" / **/
1N/A/*#define PERL_VENDORLIB_STEM "" / **/
1N/A
1N/A/* OSNAME:
1N/A * This symbol contains the name of the operating system, as determined
1N/A * by Configure. You shouldn't rely on it too much; the specific
1N/A * feature tests from Configure are generally more reliable.
1N/A */
1N/A/* OSVERS:
1N/A * This symbol contains the version of the operating system, as determined
1N/A * by Configure. You shouldn't rely on it too much; the specific
1N/A * feature tests from Configure are generally more reliable.
1N/A */
1N/A#define OSNAME "unknown" /**/
1N/A#define OSVERS "" /**/
1N/A
1N/A/* CAT2:
1N/A * This macro concatenates 2 tokens together.
1N/A */
1N/A/* STRINGIFY:
1N/A * This macro surrounds its token with double quotes.
1N/A */
1N/A#if 42 == 1
1N/A#define CAT2(a,b) a/**/b
1N/A#define STRINGIFY(a) "a"
1N/A /* If you can get stringification with catify, tell me how! */
1N/A#endif
1N/A#if 42 == 42
1N/A#define PeRl_CaTiFy(a, b) a ## b
1N/A#define PeRl_StGiFy(a) #a
1N/A/* the additional level of indirection enables these macros to be
1N/A * used as arguments to other macros. See K&R 2nd ed., page 231. */
1N/A#define CAT2(a,b) PeRl_CaTiFy(a,b)
1N/A#define StGiFy(a) PeRl_StGiFy(a)
1N/A#define STRINGIFY(a) PeRl_StGiFy(a)
1N/A#endif
1N/A#if 42 != 1 && 42 != 42
1N/A# include "Bletch: How does this C preprocessor concatenate tokens?"
1N/A#endif
1N/A
1N/A/* CPPSTDIN:
1N/A * This symbol contains the first part of the string which will invoke
1N/A * the C preprocessor on the standard input and produce to standard
1N/A * output. Typical value of "cc -E" or "/lib/cpp", but it can also
1N/A * call a wrapper. See CPPRUN.
1N/A */
1N/A/* CPPMINUS:
1N/A * This symbol contains the second part of the string which will invoke
1N/A * the C preprocessor on the standard input and produce to standard
1N/A * output. This symbol will have the value "-" if CPPSTDIN needs a minus
1N/A * to specify standard input, otherwise the value is "".
1N/A */
1N/A/* CPPRUN:
1N/A * This symbol contains the string which will invoke a C preprocessor on
1N/A * the standard input and produce to standard output. It needs to end
1N/A * with CPPLAST, after all other preprocessor flags have been specified.
1N/A * The main difference with CPPSTDIN is that this program will never be a
1N/A * pointer to a shell wrapper, i.e. it will be empty if no preprocessor is
1N/A * available directly to the user. Note that it may well be different from
1N/A * the preprocessor used to compile the C program.
1N/A */
1N/A/* CPPLAST:
1N/A * This symbol is intended to be used along with CPPRUN in the same manner
1N/A * symbol CPPMINUS is used with CPPSTDIN. It contains either "-" or "".
1N/A */
1N/A#define CPPSTDIN ""
1N/A#define CPPMINUS ""
1N/A#define CPPRUN ""
1N/A#define CPPLAST ""
1N/A
1N/A/* HAS_ACCESS:
1N/A * This manifest constant lets the C program know that the access()
1N/A * system call is available to check for accessibility using real UID/GID.
1N/A * (always present on UNIX.)
1N/A */
1N/A/*#define HAS_ACCESS / **/
1N/A
1N/A/* HASATTRIBUTE:
1N/A * This symbol indicates the C compiler can check for function attributes,
1N/A * such as printf formats. This is normally only supported by GNU cc.
1N/A */
1N/A/*#define HASATTRIBUTE / **/
1N/A#ifndef HASATTRIBUTE
1N/A#ifdef __attribute__
1N/A#undef __attribute__
1N/A#endif
1N/A#define __attribute__(_arg_)
1N/A#endif
1N/A
1N/A/* HAS_CRYPT:
1N/A * This symbol, if defined, indicates that the crypt routine is available
1N/A * to encrypt passwords and the like.
1N/A */
1N/A/*#define HAS_CRYPT / **/
1N/A
1N/A/* HAS_CSH:
1N/A * This symbol, if defined, indicates that the C-shell exists.
1N/A */
1N/A/* CSH:
1N/A * This symbol, if defined, contains the full pathname of csh.
1N/A */
1N/A/*#define HAS_CSH / **/
1N/A#ifdef HAS_CSH
1N/A#define CSH "" /**/
1N/A#endif
1N/A
1N/A/* SETUID_SCRIPTS_ARE_SECURE_NOW:
1N/A * This symbol, if defined, indicates that the bug that prevents
1N/A * setuid scripts from being secure is not present in this kernel.
1N/A */
1N/A/* DOSUID:
1N/A * This symbol, if defined, indicates that the C program should
1N/A * check the script that it is executing for setuid/setgid bits, and
1N/A * attempt to emulate setuid/setgid on systems that have disabled
1N/A * setuid #! scripts because the kernel can't do it securely.
1N/A * It is up to the package designer to make sure that this emulation
1N/A * is done securely. Among other things, it should do an fstat on
1N/A * the script it just opened to make sure it really is a setuid/setgid
1N/A * script, it should make sure the arguments passed correspond exactly
1N/A * to the argument on the #! line, and it should not trust any
1N/A * subprocesses to which it must pass the filename rather than the
1N/A * file descriptor of the script to be executed.
1N/A */
1N/A/*#define SETUID_SCRIPTS_ARE_SECURE_NOW / **/
1N/A/*#define DOSUID / **/
1N/A
1N/A/* HAS_ENDGRENT:
1N/A * This symbol, if defined, indicates that the getgrent routine is
1N/A * available for finalizing sequential access of the group database.
1N/A */
1N/A/*#define HAS_ENDGRENT / **/
1N/A
1N/A/* HAS_ENDHOSTENT:
1N/A * This symbol, if defined, indicates that the endhostent() routine is
1N/A * available to close whatever was being used for host queries.
1N/A */
1N/A/*#define HAS_ENDHOSTENT / **/
1N/A
1N/A/* HAS_ENDNETENT:
1N/A * This symbol, if defined, indicates that the endnetent() routine is
1N/A * available to close whatever was being used for network queries.
1N/A */
1N/A/*#define HAS_ENDNETENT / **/
1N/A
1N/A/* HAS_ENDPROTOENT:
1N/A * This symbol, if defined, indicates that the endprotoent() routine is
1N/A * available to close whatever was being used for protocol queries.
1N/A */
1N/A/*#define HAS_ENDPROTOENT / **/
1N/A
1N/A/* HAS_ENDPWENT:
1N/A * This symbol, if defined, indicates that the getgrent routine is
1N/A * available for finalizing sequential access of the passwd database.
1N/A */
1N/A/*#define HAS_ENDPWENT / **/
1N/A
1N/A/* HAS_ENDSERVENT:
1N/A * This symbol, if defined, indicates that the endservent() routine is
1N/A * available to close whatever was being used for service queries.
1N/A */
1N/A/*#define HAS_ENDSERVENT / **/
1N/A
1N/A/* FLEXFILENAMES:
1N/A * This symbol, if defined, indicates that the system supports filenames
1N/A * longer than 14 characters.
1N/A */
1N/A/*#define FLEXFILENAMES / **/
1N/A
1N/A/* HAS_GETGRENT:
1N/A * This symbol, if defined, indicates that the getgrent routine is
1N/A * available for sequential access of the group database.
1N/A */
1N/A/*#define HAS_GETGRENT / **/
1N/A
1N/A/* HAS_GETHOSTBYADDR:
1N/A * This symbol, if defined, indicates that the gethostbyaddr() routine is
1N/A * available to look up hosts by their IP addresses.
1N/A */
1N/A/*#define HAS_GETHOSTBYADDR / **/
1N/A
1N/A/* HAS_GETHOSTBYNAME:
1N/A * This symbol, if defined, indicates that the gethostbyname() routine is
1N/A * available to look up host names in some data base or other.
1N/A */
1N/A/*#define HAS_GETHOSTBYNAME / **/
1N/A
1N/A/* HAS_GETHOSTENT:
1N/A * This symbol, if defined, indicates that the gethostent() routine is
1N/A * available to look up host names in some data base or another.
1N/A */
1N/A/*#define HAS_GETHOSTENT / **/
1N/A
1N/A/* HAS_GETHOSTNAME:
1N/A * This symbol, if defined, indicates that the C program may use the
1N/A * gethostname() routine to derive the host name. See also HAS_UNAME
1N/A * and PHOSTNAME.
1N/A */
1N/A/* HAS_UNAME:
1N/A * This symbol, if defined, indicates that the C program may use the
1N/A * uname() routine to derive the host name. See also HAS_GETHOSTNAME
1N/A * and PHOSTNAME.
1N/A */
1N/A/* PHOSTNAME:
1N/A * This symbol, if defined, indicates the command to feed to the
1N/A * popen() routine to derive the host name. See also HAS_GETHOSTNAME
1N/A * and HAS_UNAME. Note that the command uses a fully qualified path,
1N/A * so that it is safe even if used by a process with super-user
1N/A * privileges.
1N/A */
1N/A/* HAS_PHOSTNAME:
1N/A * This symbol, if defined, indicates that the C program may use the
1N/A * contents of PHOSTNAME as a command to feed to the popen() routine
1N/A * to derive the host name.
1N/A */
1N/A/*#define HAS_GETHOSTNAME / **/
1N/A/*#define HAS_UNAME / **/
1N/A/*#define HAS_PHOSTNAME / **/
1N/A#ifdef HAS_PHOSTNAME
1N/A#define PHOSTNAME "" /* How to get the host name */
1N/A#endif
1N/A
1N/A/* HAS_GETNETBYADDR:
1N/A * This symbol, if defined, indicates that the getnetbyaddr() routine is
1N/A * available to look up networks by their IP addresses.
1N/A */
1N/A/*#define HAS_GETNETBYADDR / **/
1N/A
1N/A/* HAS_GETNETBYNAME:
1N/A * This symbol, if defined, indicates that the getnetbyname() routine is
1N/A * available to look up networks by their names.
1N/A */
1N/A/*#define HAS_GETNETBYNAME / **/
1N/A
1N/A/* HAS_GETNETENT:
1N/A * This symbol, if defined, indicates that the getnetent() routine is
1N/A * available to look up network names in some data base or another.
1N/A */
1N/A/*#define HAS_GETNETENT / **/
1N/A
1N/A/* HAS_GETPROTOENT:
1N/A * This symbol, if defined, indicates that the getprotoent() routine is
1N/A * available to look up protocols in some data base or another.
1N/A */
1N/A/*#define HAS_GETPROTOENT / **/
1N/A
1N/A/* HAS_GETPGRP:
1N/A * This symbol, if defined, indicates that the getpgrp routine is
1N/A * available to get the current process group.
1N/A */
1N/A/* USE_BSD_GETPGRP:
1N/A * This symbol, if defined, indicates that getpgrp needs one
1N/A * arguments whereas USG one needs none.
1N/A */
1N/A/*#define HAS_GETPGRP / **/
1N/A/*#define USE_BSD_GETPGRP / **/
1N/A
1N/A/* HAS_GETPROTOBYNAME:
1N/A * This symbol, if defined, indicates that the getprotobyname()
1N/A * routine is available to look up protocols by their name.
1N/A */
1N/A/* HAS_GETPROTOBYNUMBER:
1N/A * This symbol, if defined, indicates that the getprotobynumber()
1N/A * routine is available to look up protocols by their number.
1N/A */
1N/A/*#define HAS_GETPROTOBYNAME / **/
1N/A/*#define HAS_GETPROTOBYNUMBER / **/
1N/A
1N/A/* HAS_GETPWENT:
1N/A * This symbol, if defined, indicates that the getpwent routine is
1N/A * available for sequential access of the passwd database.
1N/A * If this is not available, the older getpw() function may be available.
1N/A */
1N/A/*#define HAS_GETPWENT / **/
1N/A
1N/A/* HAS_GETSERVENT:
1N/A * This symbol, if defined, indicates that the getservent() routine is
1N/A * available to look up network services in some data base or another.
1N/A */
1N/A/*#define HAS_GETSERVENT / **/
1N/A
1N/A/* HAS_GETSERVBYNAME:
1N/A * This symbol, if defined, indicates that the getservbyname()
1N/A * routine is available to look up services by their name.
1N/A */
1N/A/* HAS_GETSERVBYPORT:
1N/A * This symbol, if defined, indicates that the getservbyport()
1N/A * routine is available to look up services by their port.
1N/A */
1N/A/*#define HAS_GETSERVBYNAME / **/
1N/A/*#define HAS_GETSERVBYPORT / **/
1N/A
1N/A/* HAS_HTONL:
1N/A * This symbol, if defined, indicates that the htonl() routine (and
1N/A * friends htons() ntohl() ntohs()) are available to do network
1N/A * order byte swapping.
1N/A */
1N/A/* HAS_HTONS:
1N/A * This symbol, if defined, indicates that the htons() routine (and
1N/A * friends htonl() ntohl() ntohs()) are available to do network
1N/A * order byte swapping.
1N/A */
1N/A/* HAS_NTOHL:
1N/A * This symbol, if defined, indicates that the ntohl() routine (and
1N/A * friends htonl() htons() ntohs()) are available to do network
1N/A * order byte swapping.
1N/A */
1N/A/* HAS_NTOHS:
1N/A * This symbol, if defined, indicates that the ntohs() routine (and
1N/A * friends htonl() htons() ntohl()) are available to do network
1N/A * order byte swapping.
1N/A */
1N/A/*#define HAS_HTONL / **/
1N/A/*#define HAS_HTONS / **/
1N/A/*#define HAS_NTOHL / **/
1N/A/*#define HAS_NTOHS / **/
1N/A
1N/A/* HAS_LONG_DOUBLE:
1N/A * This symbol will be defined if the C compiler supports long
1N/A * doubles.
1N/A */
1N/A/* LONG_DOUBLESIZE:
1N/A * This symbol contains the size of a long double, so that the
1N/A * C preprocessor can make decisions based on it. It is only
1N/A * defined if the system supports long doubles.
1N/A */
1N/A/*#define HAS_LONG_DOUBLE / **/
1N/A#ifdef HAS_LONG_DOUBLE
1N/A#define LONG_DOUBLESIZE 8 /**/
1N/A#endif
1N/A
1N/A/* HAS_LONG_LONG:
1N/A * This symbol will be defined if the C compiler supports long long.
1N/A */
1N/A/* LONGLONGSIZE:
1N/A * This symbol contains the size of a long long, so that the
1N/A * C preprocessor can make decisions based on it. It is only
1N/A * defined if the system supports long long.
1N/A */
1N/A/*#define HAS_LONG_LONG / **/
1N/A#ifdef HAS_LONG_LONG
1N/A#define LONGLONGSIZE 8 /**/
1N/A#endif
1N/A
1N/A/* HAS_MEMCHR:
1N/A * This symbol, if defined, indicates that the memchr routine is available
1N/A * to locate characters within a C string.
1N/A */
1N/A/*#define HAS_MEMCHR / **/
1N/A
1N/A/* HAS_MKSTEMP:
1N/A * This symbol, if defined, indicates that the mkstemp routine is
1N/A * available to exclusively create and open a uniquely named
1N/A * temporary file.
1N/A */
1N/A/*#define HAS_MKSTEMP / **/
1N/A
1N/A/* HAS_MMAP:
1N/A * This symbol, if defined, indicates that the mmap system call is
1N/A * available to map a file into memory.
1N/A */
1N/A/* Mmap_t:
1N/A * This symbol holds the return type of the mmap() system call
1N/A * (and simultaneously the type of the first argument).
1N/A * Usually set to 'void *' or 'cadd_t'.
1N/A */
1N/A/*#define HAS_MMAP / **/
1N/A#define Mmap_t /**/
1N/A
1N/A/* HAS_MSG:
1N/A * This symbol, if defined, indicates that the entire msg*(2) library is
1N/A * supported (IPC mechanism based on message queues).
1N/A */
1N/A/*#define HAS_MSG / **/
1N/A
1N/A/* HAS_SEM:
1N/A * This symbol, if defined, indicates that the entire sem*(2) library is
1N/A * supported.
1N/A */
1N/A/*#define HAS_SEM / **/
1N/A
1N/A/* HAS_SETGRENT:
1N/A * This symbol, if defined, indicates that the setgrent routine is
1N/A * available for initializing sequential access of the group database.
1N/A */
1N/A/*#define HAS_SETGRENT / **/
1N/A
1N/A/* HAS_SETGROUPS:
1N/A * This symbol, if defined, indicates that the setgroups() routine is
1N/A * available to set the list of process groups. If unavailable, multiple
1N/A * groups are probably not supported.
1N/A */
1N/A/*#define HAS_SETGROUPS / **/
1N/A
1N/A/* HAS_SETHOSTENT:
1N/A * This symbol, if defined, indicates that the sethostent() routine is
1N/A * available.
1N/A */
1N/A/*#define HAS_SETHOSTENT / **/
1N/A
1N/A/* HAS_SETNETENT:
1N/A * This symbol, if defined, indicates that the setnetent() routine is
1N/A * available.
1N/A */
1N/A/*#define HAS_SETNETENT / **/
1N/A
1N/A/* HAS_SETPROTOENT:
1N/A * This symbol, if defined, indicates that the setprotoent() routine is
1N/A * available.
1N/A */
1N/A/*#define HAS_SETPROTOENT / **/
1N/A
1N/A/* HAS_SETPGRP:
1N/A * This symbol, if defined, indicates that the setpgrp routine is
1N/A * available to set the current process group.
1N/A */
1N/A/* USE_BSD_SETPGRP:
1N/A * This symbol, if defined, indicates that setpgrp needs two
1N/A * arguments whereas USG one needs none. See also HAS_SETPGID
1N/A * for a POSIX interface.
1N/A */
1N/A/*#define HAS_SETPGRP / **/
1N/A/*#define USE_BSD_SETPGRP / **/
1N/A
1N/A/* HAS_SETPWENT:
1N/A * This symbol, if defined, indicates that the setpwent routine is
1N/A * available for initializing sequential access of the passwd database.
1N/A */
1N/A/*#define HAS_SETPWENT / **/
1N/A
1N/A/* HAS_SETSERVENT:
1N/A * This symbol, if defined, indicates that the setservent() routine is
1N/A * available.
1N/A */
1N/A/*#define HAS_SETSERVENT / **/
1N/A
1N/A/* HAS_SETVBUF:
1N/A * This symbol, if defined, indicates that the setvbuf routine is
1N/A * available to change buffering on an open stdio stream.
1N/A * to a line-buffered mode.
1N/A */
1N/A/*#define HAS_SETVBUF / **/
1N/A
1N/A/* HAS_SHM:
1N/A * This symbol, if defined, indicates that the entire shm*(2) library is
1N/A * supported.
1N/A */
1N/A/*#define HAS_SHM / **/
1N/A
1N/A/* Shmat_t:
1N/A * This symbol holds the return type of the shmat() system call.
1N/A * Usually set to 'void *' or 'char *'.
1N/A */
1N/A/* HAS_SHMAT_PROTOTYPE:
1N/A * This symbol, if defined, indicates that the sys/shm.h includes
1N/A * a prototype for shmat(). Otherwise, it is up to the program to
1N/A * guess one. Shmat_t shmat(int, Shmat_t, int) is a good guess,
1N/A * but not always right so it should be emitted by the program only
1N/A * when HAS_SHMAT_PROTOTYPE is not defined to avoid conflicting defs.
1N/A */
1N/A#define Shmat_t void * /**/
1N/A/*#define HAS_SHMAT_PROTOTYPE / **/
1N/A
1N/A/* HAS_SOCKET:
1N/A * This symbol, if defined, indicates that the BSD socket interface is
1N/A * supported.
1N/A */
1N/A/* HAS_SOCKETPAIR:
1N/A * This symbol, if defined, indicates that the BSD socketpair() call is
1N/A * supported.
1N/A */
1N/A/* HAS_MSG_CTRUNC:
1N/A * This symbol, if defined, indicates that the MSG_CTRUNC is supported.
1N/A * Checking just with #ifdef might not be enough because this symbol
1N/A * has been known to be an enum.
1N/A */
1N/A/* HAS_MSG_DONTROUTE:
1N/A * This symbol, if defined, indicates that the MSG_DONTROUTE is supported.
1N/A * Checking just with #ifdef might not be enough because this symbol
1N/A * has been known to be an enum.
1N/A */
1N/A/* HAS_MSG_OOB:
1N/A * This symbol, if defined, indicates that the MSG_OOB is supported.
1N/A * Checking just with #ifdef might not be enough because this symbol
1N/A * has been known to be an enum.
1N/A */
1N/A/* HAS_MSG_PEEK:
1N/A * This symbol, if defined, indicates that the MSG_PEEK is supported.
1N/A * Checking just with #ifdef might not be enough because this symbol
1N/A * has been known to be an enum.
1N/A */
1N/A/* HAS_MSG_PROXY:
1N/A * This symbol, if defined, indicates that the MSG_PROXY is supported.
1N/A * Checking just with #ifdef might not be enough because this symbol
1N/A * has been known to be an enum.
1N/A */
1N/A/* HAS_SCM_RIGHTS:
1N/A * This symbol, if defined, indicates that the SCM_RIGHTS is supported.
1N/A * Checking just with #ifdef might not be enough because this symbol
1N/A * has been known to be an enum.
1N/A */
1N/A/*#define HAS_SOCKET / **/
1N/A/*#define HAS_SOCKETPAIR / **/
1N/A/*#define HAS_MSG_CTRUNC / **/
1N/A/*#define HAS_MSG_DONTROUTE / **/
1N/A/*#define HAS_MSG_OOB / **/
1N/A/*#define HAS_MSG_PEEK / **/
1N/A/*#define HAS_MSG_PROXY / **/
1N/A/*#define HAS_SCM_RIGHTS / **/
1N/A
1N/A/* USE_STAT_BLOCKS:
1N/A * This symbol is defined if this system has a stat structure declaring
1N/A * st_blksize and st_blocks.
1N/A */
1N/A#ifndef USE_STAT_BLOCKS
1N/A/*#define USE_STAT_BLOCKS / **/
1N/A#endif
1N/A
1N/A/* HAS_STRERROR:
1N/A * This symbol, if defined, indicates that the strerror routine is
1N/A * available to translate error numbers to strings. See the writeup
1N/A * of Strerror() in this file before you try to define your own.
1N/A */
1N/A/* HAS_SYS_ERRLIST:
1N/A * This symbol, if defined, indicates that the sys_errlist array is
1N/A * available to translate error numbers to strings. The extern int
1N/A * sys_nerr gives the size of that table.
1N/A */
1N/A/* Strerror:
1N/A * This preprocessor symbol is defined as a macro if strerror() is
1N/A * not available to translate error numbers to strings but sys_errlist[]
1N/A * array is there.
1N/A */
1N/A/*#define HAS_STRERROR / **/
1N/A/*#define HAS_SYS_ERRLIST / **/
1N/A#define Strerror(e) strerror(e)
1N/A
1N/A/* HAS_STRTOUL:
1N/A * This symbol, if defined, indicates that the strtoul routine is
1N/A * available to provide conversion of strings to unsigned long.
1N/A */
1N/A#define HAS_STRTOUL /**/
1N/A
1N/A/* HAS_UNION_SEMUN:
1N/A * This symbol, if defined, indicates that the union semun is
1N/A * defined by including <sys/sem.h>. If not, the user code
1N/A * probably needs to define it as:
1N/A * union semun {
1N/A * int val;
1N/A * struct semid_ds *buf;
1N/A * unsigned short *array;
1N/A * }
1N/A */
1N/A/* USE_SEMCTL_SEMUN:
1N/A * This symbol, if defined, indicates that union semun is
1N/A * used for semctl IPC_STAT.
1N/A */
1N/A/* USE_SEMCTL_SEMID_DS:
1N/A * This symbol, if defined, indicates that struct semid_ds * is
1N/A * used for semctl IPC_STAT.
1N/A */
1N/A/*#define HAS_UNION_SEMUN / **/
1N/A/*#define USE_SEMCTL_SEMUN / **/
1N/A/*#define USE_SEMCTL_SEMID_DS / **/
1N/A
1N/A/* HAS_VFORK:
1N/A * This symbol, if defined, indicates that vfork() exists.
1N/A */
1N/A/*#define HAS_VFORK / **/
1N/A
1N/A/* Signal_t:
1N/A * This symbol's value is either "void" or "int", corresponding to the
1N/A * appropriate return type of a signal handler. Thus, you can declare
1N/A * a signal handler using "Signal_t (*handler)()", and define the
1N/A * handler using "Signal_t handler(sig)".
1N/A */
1N/A#define Signal_t int /* Signal handler's return type */
1N/A
1N/A/* Groups_t:
1N/A * This symbol holds the type used for the second argument to
1N/A * getgroups() and setgroups(). Usually, this is the same as
1N/A * gidtype (gid_t) , but sometimes it isn't.
1N/A * It can be int, ushort, gid_t, etc...
1N/A * It may be necessary to include <sys/types.h> to get any
1N/A * typedef'ed information. This is only required if you have
1N/A * getgroups() or setgroups()..
1N/A */
1N/A#if defined(HAS_GETGROUPS) || defined(HAS_SETGROUPS)
1N/A#define Groups_t int /* Type for 2nd arg to [sg]etgroups() */
1N/A#endif
1N/A
1N/A/* I_GRP:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <grp.h>.
1N/A */
1N/A/* GRPASSWD:
1N/A * This symbol, if defined, indicates to the C program that struct group
1N/A * in <grp.h> contains gr_passwd.
1N/A */
1N/A/*#define I_GRP / **/
1N/A/*#define GRPASSWD / **/
1N/A
1N/A/* I_NDBM:
1N/A * This symbol, if defined, indicates that <ndbm.h> exists and should
1N/A * be included.
1N/A */
1N/A/*#define I_NDBM / **/
1N/A
1N/A/* I_NETDB:
1N/A * This symbol, if defined, indicates that <netdb.h> exists and
1N/A * should be included.
1N/A */
1N/A/*#define I_NETDB / **/
1N/A
1N/A/* I_PWD:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <pwd.h>.
1N/A */
1N/A/* PWQUOTA:
1N/A * This symbol, if defined, indicates to the C program that struct passwd
1N/A * contains pw_quota.
1N/A */
1N/A/* PWAGE:
1N/A * This symbol, if defined, indicates to the C program that struct passwd
1N/A * contains pw_age.
1N/A */
1N/A/* PWCHANGE:
1N/A * This symbol, if defined, indicates to the C program that struct passwd
1N/A * contains pw_change.
1N/A */
1N/A/* PWCLASS:
1N/A * This symbol, if defined, indicates to the C program that struct passwd
1N/A * contains pw_class.
1N/A */
1N/A/* PWEXPIRE:
1N/A * This symbol, if defined, indicates to the C program that struct passwd
1N/A * contains pw_expire.
1N/A */
1N/A/* PWCOMMENT:
1N/A * This symbol, if defined, indicates to the C program that struct passwd
1N/A * contains pw_comment.
1N/A */
1N/A/* PWGECOS:
1N/A * This symbol, if defined, indicates to the C program that struct passwd
1N/A * contains pw_gecos.
1N/A */
1N/A/* PWPASSWD:
1N/A * This symbol, if defined, indicates to the C program that struct passwd
1N/A * contains pw_passwd.
1N/A */
1N/A/*#define I_PWD / **/
1N/A/*#define PWQUOTA / **/
1N/A/*#define PWAGE / **/
1N/A/*#define PWCHANGE / **/
1N/A/*#define PWCLASS / **/
1N/A/*#define PWEXPIRE / **/
1N/A/*#define PWCOMMENT / **/
1N/A/*#define PWGECOS / **/
1N/A/*#define PWPASSWD / **/
1N/A
1N/A/* I_SYSUIO:
1N/A * This symbol, if defined, indicates that <sys/uio.h> exists and
1N/A * should be included.
1N/A */
1N/A/*#define I_SYSUIO / **/
1N/A
1N/A/* I_STDARG:
1N/A * This symbol, if defined, indicates that <stdarg.h> exists and should
1N/A * be included.
1N/A */
1N/A/* I_VARARGS:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <varargs.h>.
1N/A */
1N/A#define I_STDARG /**/
1N/A/*#define I_VARARGS / **/
1N/A
1N/A/* Free_t:
1N/A * This variable contains the return type of free(). It is usually
1N/A * void, but occasionally int.
1N/A */
1N/A/* Malloc_t:
1N/A * This symbol is the type of pointer returned by malloc and realloc.
1N/A */
1N/A#define Malloc_t void * /**/
1N/A#define Free_t int /**/
1N/A
1N/A/* MYMALLOC:
1N/A * This symbol, if defined, indicates that we're using our own malloc.
1N/A */
1N/A/*#define MYMALLOC / **/
1N/A
1N/A/* CAN_PROTOTYPE:
1N/A * If defined, this macro indicates that the C compiler can handle
1N/A * function prototypes.
1N/A */
1N/A/* _:
1N/A * This macro is used to declare function parameters for folks who want
1N/A * to make declarations with prototypes using a different style than
1N/A * the above macros. Use double parentheses. For example:
1N/A *
1N/A * int main _((int argc, char *argv[]));
1N/A */
1N/A/*#define CAN_PROTOTYPE / **/
1N/A#ifdef CAN_PROTOTYPE
1N/A#define _(args) args
1N/A#else
1N/A#define _(args) ()
1N/A#endif
1N/A
1N/A/* SH_PATH:
1N/A * This symbol contains the full pathname to the shell used on this
1N/A * on this system to execute Bourne shell scripts. Usually, this will be
1N/A * /bin/sh, though it's possible that some systems will have /bin/ksh,
1N/A * /bin/pdksh, /bin/ash, /bin/bash, or even something such as
1N/A * D:/bin/sh.exe.
1N/A */
1N/A#define SH_PATH "" /**/
1N/A
1N/A/* SIG_NAME:
1N/A * This symbol contains a list of signal names in order of
1N/A * signal number. This is intended
1N/A * to be used as a static array initialization, like this:
1N/A * char *sig_name[] = { SIG_NAME };
1N/A * The signals in the list are separated with commas, and each signal
1N/A * is surrounded by double quotes. There is no leading SIG in the signal
1N/A * name, i.e. SIGQUIT is known as "QUIT".
1N/A * Gaps in the signal numbers (up to NSIG) are filled in with NUMnn,
1N/A * etc., where nn is the actual signal number (e.g. NUM37).
1N/A * The signal number for sig_name[i] is stored in sig_num[i].
1N/A * The last element is 0 to terminate the list with a NULL. This
1N/A * corresponds to the 0 at the end of the sig_name_init list.
1N/A * Note that this variable is initialized from the sig_name_init,
1N/A * not from sig_name (which is unused).
1N/A */
1N/A/* SIG_NUM:
1N/A * This symbol contains a list of signal numbers, in the same order as the
1N/A * SIG_NAME list. It is suitable for static array initialization, as in:
1N/A * int sig_num[] = { SIG_NUM };
1N/A * The signals in the list are separated with commas, and the indices
1N/A * within that list and the SIG_NAME list match, so it's easy to compute
1N/A * the signal name from a number or vice versa at the price of a small
1N/A * dynamic linear lookup.
1N/A * Duplicates are allowed, but are moved to the end of the list.
1N/A * The signal number corresponding to sig_name[i] is sig_number[i].
1N/A * if (i < NSIG) then sig_number[i] == i.
1N/A * The last element is 0, corresponding to the 0 at the end of
1N/A * the sig_name_init list.
1N/A * Note that this variable is initialized from the sig_num_init,
1N/A * not from sig_num (which is unused).
1N/A */
1N/A/* SIG_SIZE:
1N/A * This variable contains the number of elements of the SIG_NAME
1N/A * and SIG_NUM arrays, excluding the final NULL entry.
1N/A */
1N/A#define SIG_NAME 0 /**/
1N/A#define SIG_NUM 0 /**/
1N/A#define SIG_SIZE 1 /**/
1N/A
1N/A/* STDCHAR:
1N/A * This symbol is defined to be the type of char used in stdio.h.
1N/A * It has the values "unsigned char" or "char".
1N/A */
1N/A#define STDCHAR char /**/
1N/A
1N/A/* VOIDFLAGS:
1N/A * This symbol indicates how much support of the void type is given by this
1N/A * compiler. What various bits mean:
1N/A *
1N/A * 1 = supports declaration of void
1N/A * 2 = supports arrays of pointers to functions returning void
1N/A * 4 = supports comparisons between pointers to void functions and
1N/A * addresses of void functions
1N/A * 8 = suports declaration of generic void pointers
1N/A *
1N/A * The package designer should define VOIDUSED to indicate the requirements
1N/A * of the package. This can be done either by #defining VOIDUSED before
1N/A * including config.h, or by defining defvoidused in Myinit.U. If the
1N/A * latter approach is taken, only those flags will be tested. If the
1N/A * level of void support necessary is not present, defines void to int.
1N/A */
1N/A#ifndef VOIDUSED
1N/A#define VOIDUSED 1
1N/A#endif
1N/A#define VOIDFLAGS 1
1N/A#if (VOIDFLAGS & VOIDUSED) != VOIDUSED
1N/A#define void int /* is void to be avoided? */
1N/A#define M_VOID /* Xenix strikes again */
1N/A#endif
1N/A
1N/A/* USE_CROSS_COMPILE:
1N/A * This symbol, if defined, indicates that Perl is being cross-compiled.
1N/A */
1N/A/* PERL_TARGETARCH:
1N/A * This symbol, if defined, indicates the target architecture
1N/A * Perl has been cross-compiled to. Undefined if not a cross-compile.
1N/A */
1N/A#ifndef USE_CROSS_COMPILE
1N/A/*#define USE_CROSS_COMPILE / **/
1N/A#define PERL_TARGETARCH "" /**/
1N/A#endif
1N/A
1N/A/* HAS_ATOLF:
1N/A * This symbol, if defined, indicates that the atolf routine is
1N/A * available to convert strings into long doubles.
1N/A */
1N/A/*#define HAS_ATOLF / **/
1N/A
1N/A/* HAS_ATOLL:
1N/A * This symbol, if defined, indicates that the atoll routine is
1N/A * available to convert strings into long longs.
1N/A */
1N/A/*#define HAS_ATOLL / **/
1N/A
1N/A/* HAS__FWALK:
1N/A * This symbol, if defined, indicates that the _fwalk system call is
1N/A * available to apply a function to all the file handles.
1N/A */
1N/A/*#define HAS__FWALK / **/
1N/A
1N/A/* HAS_AINTL:
1N/A * This symbol, if defined, indicates that the aintl routine is
1N/A * available. If copysignl is also present we can emulate modfl.
1N/A */
1N/A/*#define HAS_AINTL / **/
1N/A
1N/A/* HAS_CLASS:
1N/A * This symbol, if defined, indicates that the class routine is
1N/A * available to classify doubles. Available for example in AIX.
1N/A * The returned values are defined in <float.h> and are:
1N/A *
1N/A * FP_PLUS_NORM Positive normalized, nonzero
1N/A * FP_MINUS_NORM Negative normalized, nonzero
1N/A * FP_PLUS_DENORM Positive denormalized, nonzero
1N/A * FP_MINUS_DENORM Negative denormalized, nonzero
1N/A * FP_PLUS_ZERO +0.0
1N/A * FP_MINUS_ZERO -0.0
1N/A * FP_PLUS_INF +INF
1N/A * FP_MINUS_INF -INF
1N/A * FP_NANS Signaling Not a Number (NaNS)
1N/A * FP_NANQ Quiet Not a Number (NaNQ)
1N/A */
1N/A/*#define HAS_CLASS / **/
1N/A
1N/A/* HAS_STRUCT_CMSGHDR:
1N/A * This symbol, if defined, indicates that the struct cmsghdr
1N/A * is supported.
1N/A */
1N/A/*#define HAS_STRUCT_CMSGHDR / **/
1N/A
1N/A/* HAS_COPYSIGNL:
1N/A * This symbol, if defined, indicates that the copysignl routine is
1N/A * available. If aintl is also present we can emulate modfl.
1N/A */
1N/A/*#define HAS_COPYSIGNL / **/
1N/A
1N/A/* HAS_DBMINIT_PROTO:
1N/A * This symbol, if defined, indicates that the system provides
1N/A * a prototype for the dbminit() function. Otherwise, it is up
1N/A * to the program to supply one. A good guess is
1N/A * extern int dbminit(char *);
1N/A */
1N/A/*#define HAS_DBMINIT_PROTO / **/
1N/A
1N/A/* HAS_DIRFD:
1N/A * This manifest constant lets the C program know that dirfd
1N/A * is available.
1N/A */
1N/A/*#define HAS_DIRFD / **/
1N/A
1N/A/* DLSYM_NEEDS_UNDERSCORE:
1N/A * This symbol, if defined, indicates that we need to prepend an
1N/A * underscore to the symbol name before calling dlsym(). This only
1N/A * makes sense if you *have* dlsym, which we will presume is the
1N/A * case if you're using dl_dlopen.xs.
1N/A */
1N/A/*#define DLSYM_NEEDS_UNDERSCORE / **/
1N/A
1N/A/* HAS_FAST_STDIO:
1N/A * This symbol, if defined, indicates that the "fast stdio"
1N/A * is available to manipulate the stdio buffers directly.
1N/A */
1N/A/*#define HAS_FAST_STDIO / **/
1N/A
1N/A/* HAS_FCHDIR:
1N/A * This symbol, if defined, indicates that the fchdir routine is
1N/A * available to change directory using a file descriptor.
1N/A */
1N/A/*#define HAS_FCHDIR / **/
1N/A
1N/A/* FCNTL_CAN_LOCK:
1N/A * This symbol, if defined, indicates that fcntl() can be used
1N/A * for file locking. Normally on Unix systems this is defined.
1N/A * It may be undefined on VMS.
1N/A */
1N/A/*#define FCNTL_CAN_LOCK / **/
1N/A
1N/A/* HAS_FINITE:
1N/A * This symbol, if defined, indicates that the finite routine is
1N/A * available to check whether a double is finite (non-infinity non-NaN).
1N/A */
1N/A/*#define HAS_FINITE / **/
1N/A
1N/A/* HAS_FINITEL:
1N/A * This symbol, if defined, indicates that the finitel routine is
1N/A * available to check whether a long double is finite
1N/A * (non-infinity non-NaN).
1N/A */
1N/A/*#define HAS_FINITEL / **/
1N/A
1N/A/* HAS_FLOCK_PROTO:
1N/A * This symbol, if defined, indicates that the system provides
1N/A * a prototype for the flock() function. Otherwise, it is up
1N/A * to the program to supply one. A good guess is
1N/A * extern int flock(int, int);
1N/A */
1N/A/*#define HAS_FLOCK_PROTO / **/
1N/A
1N/A/* HAS_FP_CLASS:
1N/A * This symbol, if defined, indicates that the fp_class routine is
1N/A * available to classify doubles. Available for example in Digital UNIX.
1N/A * The returned values are defined in <math.h> and are:
1N/A *
1N/A * FP_SNAN Signaling NaN (Not-a-Number)
1N/A * FP_QNAN Quiet NaN (Not-a-Number)
1N/A * FP_POS_INF +infinity
1N/A * FP_NEG_INF -infinity
1N/A * FP_POS_NORM Positive normalized
1N/A * FP_NEG_NORM Negative normalized
1N/A * FP_POS_DENORM Positive denormalized
1N/A * FP_NEG_DENORM Negative denormalized
1N/A * FP_POS_ZERO +0.0 (positive zero)
1N/A * FP_NEG_ZERO -0.0 (negative zero)
1N/A */
1N/A/*#define HAS_FP_CLASS / **/
1N/A
1N/A/* HAS_FPCLASS:
1N/A * This symbol, if defined, indicates that the fpclass routine is
1N/A * available to classify doubles. Available for example in Solaris/SVR4.
1N/A * The returned values are defined in <ieeefp.h> and are:
1N/A *
1N/A * FP_SNAN signaling NaN
1N/A * FP_QNAN quiet NaN
1N/A * FP_NINF negative infinity
1N/A * FP_PINF positive infinity
1N/A * FP_NDENORM negative denormalized non-zero
1N/A * FP_PDENORM positive denormalized non-zero
1N/A * FP_NZERO negative zero
1N/A * FP_PZERO positive zero
1N/A * FP_NNORM negative normalized non-zero
1N/A * FP_PNORM positive normalized non-zero
1N/A */
1N/A/*#define HAS_FPCLASS / **/
1N/A
1N/A/* HAS_FPCLASSIFY:
1N/A * This symbol, if defined, indicates that the fpclassify routine is
1N/A * available to classify doubles. Available for example in HP-UX.
1N/A * The returned values are defined in <math.h> and are
1N/A *
1N/A * FP_NORMAL Normalized
1N/A * FP_ZERO Zero
1N/A * FP_INFINITE Infinity
1N/A * FP_SUBNORMAL Denormalized
1N/A * FP_NAN NaN
1N/A *
1N/A */
1N/A/*#define HAS_FPCLASSIFY / **/
1N/A
1N/A/* HAS_FPCLASSL:
1N/A * This symbol, if defined, indicates that the fpclassl routine is
1N/A * available to classify long doubles. Available for example in IRIX.
1N/A * The returned values are defined in <ieeefp.h> and are:
1N/A *
1N/A * FP_SNAN signaling NaN
1N/A * FP_QNAN quiet NaN
1N/A * FP_NINF negative infinity
1N/A * FP_PINF positive infinity
1N/A * FP_NDENORM negative denormalized non-zero
1N/A * FP_PDENORM positive denormalized non-zero
1N/A * FP_NZERO negative zero
1N/A * FP_PZERO positive zero
1N/A * FP_NNORM negative normalized non-zero
1N/A * FP_PNORM positive normalized non-zero
1N/A */
1N/A/*#define HAS_FPCLASSL / **/
1N/A
1N/A/* HAS_FPOS64_T:
1N/A * This symbol will be defined if the C compiler supports fpos64_t.
1N/A */
1N/A/*#define HAS_FPOS64_T / **/
1N/A
1N/A/* HAS_FREXPL:
1N/A * This symbol, if defined, indicates that the frexpl routine is
1N/A * available to break a long double floating-point number into
1N/A * a normalized fraction and an integral power of 2.
1N/A */
1N/A/*#define HAS_FREXPL / **/
1N/A
1N/A/* HAS_STRUCT_FS_DATA:
1N/A * This symbol, if defined, indicates that the struct fs_data
1N/A * to do statfs() is supported.
1N/A */
1N/A/*#define HAS_STRUCT_FS_DATA / **/
1N/A
1N/A/* HAS_FSEEKO:
1N/A * This symbol, if defined, indicates that the fseeko routine is
1N/A * available to fseek beyond 32 bits (useful for ILP32 hosts).
1N/A */
1N/A/*#define HAS_FSEEKO / **/
1N/A
1N/A/* HAS_FSTATFS:
1N/A * This symbol, if defined, indicates that the fstatfs routine is
1N/A * available to stat filesystems by file descriptors.
1N/A */
1N/A/*#define HAS_FSTATFS / **/
1N/A
1N/A/* HAS_FSYNC:
1N/A * This symbol, if defined, indicates that the fsync routine is
1N/A * available to write a file's modified data and attributes to
1N/A * permanent storage.
1N/A */
1N/A/*#define HAS_FSYNC / **/
1N/A
1N/A/* HAS_FTELLO:
1N/A * This symbol, if defined, indicates that the ftello routine is
1N/A * available to ftell beyond 32 bits (useful for ILP32 hosts).
1N/A */
1N/A/*#define HAS_FTELLO / **/
1N/A
1N/A/* HAS_GETCWD:
1N/A * This symbol, if defined, indicates that the getcwd routine is
1N/A * available to get the current working directory.
1N/A */
1N/A/*#define HAS_GETCWD / **/
1N/A
1N/A/* HAS_GETESPWNAM:
1N/A * This symbol, if defined, indicates that the getespwnam system call is
1N/A * available to retrieve enchanced (shadow) password entries by name.
1N/A */
1N/A/*#define HAS_GETESPWNAM / **/
1N/A
1N/A/* HAS_GETFSSTAT:
1N/A * This symbol, if defined, indicates that the getfsstat routine is
1N/A * available to stat filesystems in bulk.
1N/A */
1N/A/*#define HAS_GETFSSTAT / **/
1N/A
1N/A/* HAS_GETITIMER:
1N/A * This symbol, if defined, indicates that the getitimer routine is
1N/A * available to return interval timers.
1N/A */
1N/A/*#define HAS_GETITIMER / **/
1N/A
1N/A/* HAS_GETMNT:
1N/A * This symbol, if defined, indicates that the getmnt routine is
1N/A * available to get filesystem mount info by filename.
1N/A */
1N/A/*#define HAS_GETMNT / **/
1N/A
1N/A/* HAS_GETMNTENT:
1N/A * This symbol, if defined, indicates that the getmntent routine is
1N/A * available to iterate through mounted file systems to get their info.
1N/A */
1N/A/*#define HAS_GETMNTENT / **/
1N/A
1N/A/* HAS_GETPRPWNAM:
1N/A * This symbol, if defined, indicates that the getprpwnam system call is
1N/A * available to retrieve protected (shadow) password entries by name.
1N/A */
1N/A/*#define HAS_GETPRPWNAM / **/
1N/A
1N/A/* HAS_GETSPNAM:
1N/A * This symbol, if defined, indicates that the getspnam system call is
1N/A * available to retrieve SysV shadow password entries by name.
1N/A */
1N/A/*#define HAS_GETSPNAM / **/
1N/A
1N/A/* HAS_HASMNTOPT:
1N/A * This symbol, if defined, indicates that the hasmntopt routine is
1N/A * available to query the mount options of file systems.
1N/A */
1N/A/*#define HAS_HASMNTOPT / **/
1N/A
1N/A/* HAS_ILOGBL:
1N/A * This symbol, if defined, indicates that the ilogbl routine is
1N/A * available. If scalbnl is also present we can emulate frexpl.
1N/A */
1N/A/*#define HAS_ILOGBL / **/
1N/A
1N/A/* HAS_INT64_T:
1N/A * This symbol will defined if the C compiler supports int64_t.
1N/A * Usually the <inttypes.h> needs to be included, but sometimes
1N/A * <sys/types.h> is enough.
1N/A */
1N/A/*#define HAS_INT64_T / **/
1N/A
1N/A/* HAS_ISFINITE:
1N/A * This symbol, if defined, indicates that the isfinite routine is
1N/A * available to check whether a double is finite (non-infinity non-NaN).
1N/A */
1N/A/*#define HAS_ISFINITE / **/
1N/A
1N/A/* HAS_ISINF:
1N/A * This symbol, if defined, indicates that the isinf routine is
1N/A * available to check whether a double is an infinity.
1N/A */
1N/A/*#define HAS_ISINF / **/
1N/A
1N/A/* HAS_ISNAN:
1N/A * This symbol, if defined, indicates that the isnan routine is
1N/A * available to check whether a double is a NaN.
1N/A */
1N/A/*#define HAS_ISNAN / **/
1N/A
1N/A/* HAS_ISNANL:
1N/A * This symbol, if defined, indicates that the isnanl routine is
1N/A * available to check whether a long double is a NaN.
1N/A */
1N/A/*#define HAS_ISNANL / **/
1N/A
1N/A/* HAS_LDBL_DIG:
1N/A * This symbol, if defined, indicates that this system's <float.h>
1N/A * or <limits.h> defines the symbol LDBL_DIG, which is the number
1N/A * of significant digits in a long double precision number. Unlike
1N/A * for DBL_DIG, there's no good guess for LDBL_DIG if it is undefined.
1N/A */
1N/A/*#define HAS_LDBL_DIG / * */
1N/A
1N/A/* HAS_MADVISE:
1N/A * This symbol, if defined, indicates that the madvise system call is
1N/A * available to map a file into memory.
1N/A */
1N/A/*#define HAS_MADVISE / **/
1N/A
1N/A/* HAS_MKDTEMP:
1N/A * This symbol, if defined, indicates that the mkdtemp routine is
1N/A * available to exclusively create a uniquely named temporary directory.
1N/A */
1N/A/*#define HAS_MKDTEMP / **/
1N/A
1N/A/* HAS_MKSTEMPS:
1N/A * This symbol, if defined, indicates that the mkstemps routine is
1N/A * available to excluslvely create and open a uniquely named
1N/A * (with a suffix) temporary file.
1N/A */
1N/A/*#define HAS_MKSTEMPS / **/
1N/A
1N/A/* HAS_MODFL:
1N/A * This symbol, if defined, indicates that the modfl routine is
1N/A * available to split a long double x into a fractional part f and
1N/A * an integer part i such that |f| < 1.0 and (f + i) = x.
1N/A */
1N/A/* HAS_MODFL_PROTO:
1N/A * This symbol, if defined, indicates that the system provides
1N/A * a prototype for the modfl() function. Otherwise, it is up
1N/A * to the program to supply one.
1N/A */
1N/A/* HAS_MODFL_POW32_BUG:
1N/A * This symbol, if defined, indicates that the modfl routine is
1N/A * broken for long doubles >= pow(2, 32).
1N/A * For example from 4294967303.150000 one would get 4294967302.000000
1N/A * and 1.150000. The bug has been seen in certain versions of glibc,
1N/A * release 2.2.2 is known to be okay.
1N/A */
1N/A/*#define HAS_MODFL / **/
1N/A/*#define HAS_MODFL_PROTO / **/
1N/A/*#define HAS_MODFL_POW32_BUG / **/
1N/A
1N/A/* HAS_MPROTECT:
1N/A * This symbol, if defined, indicates that the mprotect system call is
1N/A * available to modify the access protection of a memory mapped file.
1N/A */
1N/A/*#define HAS_MPROTECT / **/
1N/A
1N/A/* HAS_STRUCT_MSGHDR:
1N/A * This symbol, if defined, indicates that the struct msghdr
1N/A * is supported.
1N/A */
1N/A/*#define HAS_STRUCT_MSGHDR / **/
1N/A
1N/A/* HAS_NL_LANGINFO:
1N/A * This symbol, if defined, indicates that the nl_langinfo routine is
1N/A * available to return local data. You will also need <langinfo.h>
1N/A * and therefore I_LANGINFO.
1N/A */
1N/A/*#define HAS_NL_LANGINFO / **/
1N/A
1N/A/* HAS_OFF64_T:
1N/A * This symbol will be defined if the C compiler supports off64_t.
1N/A */
1N/A/*#define HAS_OFF64_T / **/
1N/A
1N/A/* HAS_PROCSELFEXE:
1N/A * This symbol is defined if PROCSELFEXE_PATH is a symlink
1N/A * to the absolute pathname of the executing program.
1N/A */
1N/A/* PROCSELFEXE_PATH:
1N/A * If HAS_PROCSELFEXE is defined this symbol is the filename
1N/A * of the symbolic link pointing to the absolute pathname of
1N/A * the executing program.
1N/A */
1N/A/*#define HAS_PROCSELFEXE / **/
1N/A#if defined(HAS_PROCSELFEXE) && !defined(PROCSELFEXE_PATH)
1N/A#define PROCSELFEXE_PATH /**/
1N/A#endif
1N/A
1N/A/* HAS_PTHREAD_ATTR_SETSCOPE:
1N/A * This symbol, if defined, indicates that the pthread_attr_setscope
1N/A * system call is available to set the contention scope attribute of
1N/A * a thread attribute object.
1N/A */
1N/A/*#define HAS_PTHREAD_ATTR_SETSCOPE / **/
1N/A
1N/A/* HAS_READV:
1N/A * This symbol, if defined, indicates that the readv routine is
1N/A * available to do gather reads. You will also need <sys/uio.h>
1N/A * and there I_SYSUIO.
1N/A */
1N/A/*#define HAS_READV / **/
1N/A
1N/A/* HAS_RECVMSG:
1N/A * This symbol, if defined, indicates that the recvmsg routine is
1N/A * available to send structured socket messages.
1N/A */
1N/A/*#define HAS_RECVMSG / **/
1N/A
1N/A/* HAS_SBRK_PROTO:
1N/A * This symbol, if defined, indicates that the system provides
1N/A * a prototype for the sbrk() function. Otherwise, it is up
1N/A * to the program to supply one. Good guesses are
1N/A * extern void* sbrk(int);
1N/A * extern void* sbrk(size_t);
1N/A */
1N/A/*#define HAS_SBRK_PROTO / **/
1N/A
1N/A/* HAS_SCALBNL:
1N/A * This symbol, if defined, indicates that the scalbnl routine is
1N/A * available. If ilogbl is also present we can emulate frexpl.
1N/A */
1N/A/*#define HAS_SCALBNL / **/
1N/A
1N/A/* HAS_SENDMSG:
1N/A * This symbol, if defined, indicates that the sendmsg routine is
1N/A * available to send structured socket messages.
1N/A */
1N/A/*#define HAS_SENDMSG / **/
1N/A
1N/A/* HAS_SETITIMER:
1N/A * This symbol, if defined, indicates that the setitimer routine is
1N/A * available to set interval timers.
1N/A */
1N/A/*#define HAS_SETITIMER / **/
1N/A
1N/A/* HAS_SETPROCTITLE:
1N/A * This symbol, if defined, indicates that the setproctitle routine is
1N/A * available to set process title.
1N/A */
1N/A/*#define HAS_SETPROCTITLE / **/
1N/A
1N/A/* USE_SFIO:
1N/A * This symbol, if defined, indicates that sfio should
1N/A * be used.
1N/A */
1N/A/*#define USE_SFIO / **/
1N/A
1N/A/* HAS_SIGPROCMASK:
1N/A * This symbol, if defined, indicates that the sigprocmask
1N/A * system call is available to examine or change the signal mask
1N/A * of the calling process.
1N/A */
1N/A/*#define HAS_SIGPROCMASK / **/
1N/A
1N/A/* HAS_SOCKATMARK:
1N/A * This symbol, if defined, indicates that the sockatmark routine is
1N/A * available to test whether a socket is at the out-of-band mark.
1N/A */
1N/A/*#define HAS_SOCKATMARK / **/
1N/A
1N/A/* HAS_SOCKATMARK_PROTO:
1N/A * This symbol, if defined, indicates that the system provides
1N/A * a prototype for the sockatmark() function. Otherwise, it is up
1N/A * to the program to supply one. A good guess is
1N/A * extern int sockatmark(int);
1N/A */
1N/A/*#define HAS_SOCKATMARK_PROTO / **/
1N/A
1N/A/* HAS_SOCKS5_INIT:
1N/A * This symbol, if defined, indicates that the socks5_init routine is
1N/A * available to initialize SOCKS 5.
1N/A */
1N/A/*#define HAS_SOCKS5_INIT / **/
1N/A
1N/A/* HAS_SQRTL:
1N/A * This symbol, if defined, indicates that the sqrtl routine is
1N/A * available to do long double square roots.
1N/A */
1N/A/*#define HAS_SQRTL / **/
1N/A
1N/A/* HAS_SETRESGID_PROTO:
1N/A * This symbol, if defined, indicates that the system provides
1N/A * a prototype for the setresgid() function. Otherwise, it is up
1N/A * to the program to supply one. Good guesses are
1N/A * extern int setresgid(uid_t ruid, uid_t euid, uid_t suid);
1N/A */
1N/A/*#define HAS_SETRESGID_PROTO / **/
1N/A
1N/A/* HAS_SETRESUID_PROTO:
1N/A * This symbol, if defined, indicates that the system provides
1N/A * a prototype for the setresuid() function. Otherwise, it is up
1N/A * to the program to supply one. Good guesses are
1N/A * extern int setresuid(uid_t ruid, uid_t euid, uid_t suid);
1N/A */
1N/A/*#define HAS_SETRESUID_PROTO / **/
1N/A
1N/A/* HAS_STRUCT_STATFS_F_FLAGS:
1N/A * This symbol, if defined, indicates that the struct statfs
1N/A * does have the f_flags member containing the mount flags of
1N/A * the filesystem containing the file.
1N/A * This kind of struct statfs is coming from <sys/mount.h> (BSD 4.3),
1N/A * not from <sys/statfs.h> (SYSV). Older BSDs (like Ultrix) do not
1N/A * have statfs() and struct statfs, they have ustat() and getmnt()
1N/A * with struct ustat and struct fs_data.
1N/A */
1N/A/*#define HAS_STRUCT_STATFS_F_FLAGS / **/
1N/A
1N/A/* HAS_STRUCT_STATFS:
1N/A * This symbol, if defined, indicates that the struct statfs
1N/A * to do statfs() is supported.
1N/A */
1N/A/*#define HAS_STRUCT_STATFS / **/
1N/A
1N/A/* HAS_FSTATVFS:
1N/A * This symbol, if defined, indicates that the fstatvfs routine is
1N/A * available to stat filesystems by file descriptors.
1N/A */
1N/A/*#define HAS_FSTATVFS / **/
1N/A
1N/A/* HAS_STRFTIME:
1N/A * This symbol, if defined, indicates that the strftime routine is
1N/A * available to do time formatting.
1N/A */
1N/A/*#define HAS_STRFTIME / **/
1N/A
1N/A/* HAS_STRTOLD:
1N/A * This symbol, if defined, indicates that the strtold routine is
1N/A * available to convert strings to long doubles.
1N/A */
1N/A/*#define HAS_STRTOLD / **/
1N/A
1N/A/* HAS_STRTOLL:
1N/A * This symbol, if defined, indicates that the strtoll routine is
1N/A * available to convert strings to long longs.
1N/A */
1N/A/*#define HAS_STRTOLL / **/
1N/A
1N/A/* HAS_STRTOQ:
1N/A * This symbol, if defined, indicates that the strtoq routine is
1N/A * available to convert strings to long longs (quads).
1N/A */
1N/A/*#define HAS_STRTOQ / **/
1N/A
1N/A/* HAS_STRTOULL:
1N/A * This symbol, if defined, indicates that the strtoull routine is
1N/A * available to convert strings to unsigned long longs.
1N/A */
1N/A/*#define HAS_STRTOULL / **/
1N/A
1N/A/* HAS_STRTOUQ:
1N/A * This symbol, if defined, indicates that the strtouq routine is
1N/A * available to convert strings to unsigned long longs (quads).
1N/A */
1N/A/*#define HAS_STRTOUQ / **/
1N/A
1N/A/* HAS_SYSCALL_PROTO:
1N/A * This symbol, if defined, indicates that the system provides
1N/A * a prototype for the syscall() function. Otherwise, it is up
1N/A * to the program to supply one. Good guesses are
1N/A * extern int syscall(int, ...);
1N/A * extern int syscall(long, ...);
1N/A */
1N/A/*#define HAS_SYSCALL_PROTO / **/
1N/A
1N/A/* HAS_TELLDIR_PROTO:
1N/A * This symbol, if defined, indicates that the system provides
1N/A * a prototype for the telldir() function. Otherwise, it is up
1N/A * to the program to supply one. A good guess is
1N/A * extern long telldir(DIR*);
1N/A */
1N/A/*#define HAS_TELLDIR_PROTO / **/
1N/A
1N/A/* U32_ALIGNMENT_REQUIRED:
1N/A * This symbol, if defined, indicates that you must access
1N/A * character data through U32-aligned pointers.
1N/A */
1N/A#ifndef U32_ALIGNMENT_REQUIRED
1N/A#define U32_ALIGNMENT_REQUIRED /**/
1N/A#endif
1N/A
1N/A/* HAS_UALARM:
1N/A * This symbol, if defined, indicates that the ualarm routine is
1N/A * available to do alarms with microsecond granularity.
1N/A */
1N/A/*#define HAS_UALARM / **/
1N/A
1N/A/* HAS_UNORDERED:
1N/A * This symbol, if defined, indicates that the unordered routine is
1N/A * available to check whether two doubles are unordered
1N/A * (effectively: whether either of them is NaN)
1N/A */
1N/A/*#define HAS_UNORDERED / **/
1N/A
1N/A/* HAS_USLEEP_PROTO:
1N/A * This symbol, if defined, indicates that the system provides
1N/A * a prototype for the usleep() function. Otherwise, it is up
1N/A * to the program to supply one. A good guess is
1N/A * extern int usleep(useconds_t);
1N/A */
1N/A/*#define HAS_USLEEP_PROTO / **/
1N/A
1N/A/* HAS_USTAT:
1N/A * This symbol, if defined, indicates that the ustat system call is
1N/A * available to query file system statistics by dev_t.
1N/A */
1N/A/*#define HAS_USTAT / **/
1N/A
1N/A/* HAS_WRITEV:
1N/A * This symbol, if defined, indicates that the writev routine is
1N/A * available to do scatter writes.
1N/A */
1N/A/*#define HAS_WRITEV / **/
1N/A
1N/A/* USE_DYNAMIC_LOADING:
1N/A * This symbol, if defined, indicates that dynamic loading of
1N/A * some sort is available.
1N/A */
1N/A/*#define USE_DYNAMIC_LOADING / **/
1N/A
1N/A/* FFLUSH_NULL:
1N/A * This symbol, if defined, tells that fflush(NULL) does flush
1N/A * all pending stdio output.
1N/A */
1N/A/* FFLUSH_ALL:
1N/A * This symbol, if defined, tells that to flush
1N/A * all pending stdio output one must loop through all
1N/A * the stdio file handles stored in an array and fflush them.
1N/A * Note that if fflushNULL is defined, fflushall will not
1N/A * even be probed for and will be left undefined.
1N/A */
1N/A/*#define FFLUSH_NULL / **/
1N/A/*#define FFLUSH_ALL / **/
1N/A
1N/A/* I_CRYPT:
1N/A * This symbol, if defined, indicates that <crypt.h> exists and
1N/A * should be included.
1N/A */
1N/A/*#define I_CRYPT / **/
1N/A
1N/A/* DB_Prefix_t:
1N/A * This symbol contains the type of the prefix structure element
1N/A * in the <db.h> header file. In older versions of DB, it was
1N/A * int, while in newer ones it is u_int32_t.
1N/A */
1N/A/* DB_Hash_t:
1N/A * This symbol contains the type of the prefix structure element
1N/A * in the <db.h> header file. In older versions of DB, it was
1N/A * int, while in newer ones it is size_t.
1N/A */
1N/A/* DB_VERSION_MAJOR_CFG:
1N/A * This symbol, if defined, defines the major version number of
1N/A * Berkeley DB found in the <db.h> header when Perl was configured.
1N/A */
1N/A/* DB_VERSION_MINOR_CFG:
1N/A * This symbol, if defined, defines the minor version number of
1N/A * Berkeley DB found in the <db.h> header when Perl was configured.
1N/A * For DB version 1 this is always 0.
1N/A */
1N/A/* DB_VERSION_PATCH_CFG:
1N/A * This symbol, if defined, defines the patch version number of
1N/A * Berkeley DB found in the <db.h> header when Perl was configured.
1N/A * For DB version 1 this is always 0.
1N/A */
1N/A#define DB_Hash_t u_int32_t /**/
1N/A#define DB_Prefix_t size_t /**/
1N/A#define DB_VERSION_MAJOR_CFG /**/
1N/A#define DB_VERSION_MINOR_CFG /**/
1N/A#define DB_VERSION_PATCH_CFG /**/
1N/A
1N/A/* I_FP:
1N/A * This symbol, if defined, indicates that <fp.h> exists and
1N/A * should be included.
1N/A */
1N/A/*#define I_FP / **/
1N/A
1N/A/* I_FP_CLASS:
1N/A * This symbol, if defined, indicates that <fp_class.h> exists and
1N/A * should be included.
1N/A */
1N/A/*#define I_FP_CLASS / **/
1N/A
1N/A/* I_IEEEFP:
1N/A * This symbol, if defined, indicates that <ieeefp.h> exists and
1N/A * should be included.
1N/A */
1N/A/*#define I_IEEEFP / **/
1N/A
1N/A/* I_INTTYPES:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <inttypes.h>.
1N/A */
1N/A/*#define I_INTTYPES / **/
1N/A
1N/A/* I_LANGINFO:
1N/A * This symbol, if defined, indicates that <langinfo.h> exists and
1N/A * should be included.
1N/A */
1N/A/*#define I_LANGINFO / **/
1N/A
1N/A/* I_LIBUTIL:
1N/A * This symbol, if defined, indicates that <libutil.h> exists and
1N/A * should be included.
1N/A */
1N/A/*#define I_LIBUTIL / **/
1N/A
1N/A/* I_MNTENT:
1N/A * This symbol, if defined, indicates that <mntent.h> exists and
1N/A * should be included.
1N/A */
1N/A/*#define I_MNTENT / **/
1N/A
1N/A/* I_NETINET_TCP:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <netinet/tcp.h>.
1N/A */
1N/A/*#define I_NETINET_TCP / **/
1N/A
1N/A/* I_POLL:
1N/A * This symbol, if defined, indicates that <poll.h> exists and
1N/A * should be included.
1N/A */
1N/A/*#define I_POLL / **/
1N/A
1N/A/* I_PROT:
1N/A * This symbol, if defined, indicates that <prot.h> exists and
1N/A * should be included.
1N/A */
1N/A/*#define I_PROT / **/
1N/A
1N/A/* I_SHADOW:
1N/A * This symbol, if defined, indicates that <shadow.h> exists and
1N/A * should be included.
1N/A */
1N/A/*#define I_SHADOW / **/
1N/A
1N/A/* I_SOCKS:
1N/A * This symbol, if defined, indicates that <socks.h> exists and
1N/A * should be included.
1N/A */
1N/A/*#define I_SOCKS / **/
1N/A
1N/A/* I_SUNMATH:
1N/A * This symbol, if defined, indicates that <sunmath.h> exists and
1N/A * should be included.
1N/A */
1N/A/*#define I_SUNMATH / **/
1N/A
1N/A/* I_SYSLOG:
1N/A * This symbol, if defined, indicates that <syslog.h> exists and
1N/A * should be included.
1N/A */
1N/A/*#define I_SYSLOG / **/
1N/A
1N/A/* I_SYSMODE:
1N/A * This symbol, if defined, indicates that <sys/mode.h> exists and
1N/A * should be included.
1N/A */
1N/A/*#define I_SYSMODE / **/
1N/A
1N/A/* I_SYS_MOUNT:
1N/A * This symbol, if defined, indicates that <sys/mount.h> exists and
1N/A * should be included.
1N/A */
1N/A/*#define I_SYS_MOUNT / **/
1N/A
1N/A/* I_SYS_STATFS:
1N/A * This symbol, if defined, indicates that <sys/statfs.h> exists.
1N/A */
1N/A/*#define I_SYS_STATFS / **/
1N/A
1N/A/* I_SYS_STATVFS:
1N/A * This symbol, if defined, indicates that <sys/statvfs.h> exists and
1N/A * should be included.
1N/A */
1N/A/*#define I_SYS_STATVFS / **/
1N/A
1N/A/* I_SYSUTSNAME:
1N/A * This symbol, if defined, indicates that <sys/utsname.h> exists and
1N/A * should be included.
1N/A */
1N/A/*#define I_SYSUTSNAME / **/
1N/A
1N/A/* I_SYS_VFS:
1N/A * This symbol, if defined, indicates that <sys/vfs.h> exists and
1N/A * should be included.
1N/A */
1N/A/*#define I_SYS_VFS / **/
1N/A
1N/A/* I_USTAT:
1N/A * This symbol, if defined, indicates that <ustat.h> exists and
1N/A * should be included.
1N/A */
1N/A/*#define I_USTAT / **/
1N/A
1N/A/* PERL_PRIfldbl:
1N/A * This symbol, if defined, contains the string used by stdio to
1N/A * format long doubles (format 'f') for output.
1N/A */
1N/A/* PERL_PRIgldbl:
1N/A * This symbol, if defined, contains the string used by stdio to
1N/A * format long doubles (format 'g') for output.
1N/A */
1N/A/* PERL_PRIeldbl:
1N/A * This symbol, if defined, contains the string used by stdio to
1N/A * format long doubles (format 'e') for output.
1N/A */
1N/A/* PERL_SCNfldbl:
1N/A * This symbol, if defined, contains the string used by stdio to
1N/A * format long doubles (format 'f') for input.
1N/A */
1N/A/*#define PERL_PRIfldbl "llf" / **/
1N/A/*#define PERL_PRIgldbl "llg" / **/
1N/A/*#define PERL_PRIeldbl "lle" / **/
1N/A/*#define PERL_SCNfldbl "llf" / **/
1N/A
1N/A/* NEED_VA_COPY:
1N/A * This symbol, if defined, indicates that the system stores
1N/A * the variable argument list datatype, va_list, in a format
1N/A * that cannot be copied by simple assignment, so that some
1N/A * other means must be used when copying is required.
1N/A * As such systems vary in their provision (or non-provision)
1N/A * of copying mechanisms, handy.h defines a platform-
1N/A * independent macro, Perl_va_copy(src, dst), to do the job.
1N/A */
1N/A/*#define NEED_VA_COPY / **/
1N/A
1N/A/* IVTYPE:
1N/A * This symbol defines the C type used for Perl's IV.
1N/A */
1N/A/* UVTYPE:
1N/A * This symbol defines the C type used for Perl's UV.
1N/A */
1N/A/* I8TYPE:
1N/A * This symbol defines the C type used for Perl's I8.
1N/A */
1N/A/* U8TYPE:
1N/A * This symbol defines the C type used for Perl's U8.
1N/A */
1N/A/* I16TYPE:
1N/A * This symbol defines the C type used for Perl's I16.
1N/A */
1N/A/* U16TYPE:
1N/A * This symbol defines the C type used for Perl's U16.
1N/A */
1N/A/* I32TYPE:
1N/A * This symbol defines the C type used for Perl's I32.
1N/A */
1N/A/* U32TYPE:
1N/A * This symbol defines the C type used for Perl's U32.
1N/A */
1N/A/* I64TYPE:
1N/A * This symbol defines the C type used for Perl's I64.
1N/A */
1N/A/* U64TYPE:
1N/A * This symbol defines the C type used for Perl's U64.
1N/A */
1N/A/* NVTYPE:
1N/A * This symbol defines the C type used for Perl's NV.
1N/A */
1N/A/* IVSIZE:
1N/A * This symbol contains the sizeof(IV).
1N/A */
1N/A/* UVSIZE:
1N/A * This symbol contains the sizeof(UV).
1N/A */
1N/A/* I8SIZE:
1N/A * This symbol contains the sizeof(I8).
1N/A */
1N/A/* U8SIZE:
1N/A * This symbol contains the sizeof(U8).
1N/A */
1N/A/* I16SIZE:
1N/A * This symbol contains the sizeof(I16).
1N/A */
1N/A/* U16SIZE:
1N/A * This symbol contains the sizeof(U16).
1N/A */
1N/A/* I32SIZE:
1N/A * This symbol contains the sizeof(I32).
1N/A */
1N/A/* U32SIZE:
1N/A * This symbol contains the sizeof(U32).
1N/A */
1N/A/* I64SIZE:
1N/A * This symbol contains the sizeof(I64).
1N/A */
1N/A/* U64SIZE:
1N/A * This symbol contains the sizeof(U64).
1N/A */
1N/A/* NVSIZE:
1N/A * This symbol contains the sizeof(NV).
1N/A */
1N/A/* NV_PRESERVES_UV:
1N/A * This symbol, if defined, indicates that a variable of type NVTYPE
1N/A * can preserve all the bits of a variable of type UVTYPE.
1N/A */
1N/A/* NV_PRESERVES_UV_BITS:
1N/A * This symbol contains the number of bits a variable of type NVTYPE
1N/A * can preserve of a variable of type UVTYPE.
1N/A */
1N/A#define IVTYPE long /**/
1N/A#define UVTYPE unsigned long /**/
1N/A#define I8TYPE char /**/
1N/A#define U8TYPE unsigned char /**/
1N/A#define I16TYPE short /**/
1N/A#define U16TYPE unsigned short /**/
1N/A#define I32TYPE long /**/
1N/A#define U32TYPE unsigned long /**/
1N/A#ifdef HAS_QUAD
1N/A#define I64TYPE int64_t /**/
1N/A#define U64TYPE uint64_t /**/
1N/A#endif
1N/A#define NVTYPE double /**/
1N/A#define IVSIZE 4 /**/
1N/A#define UVSIZE 4 /**/
1N/A#define I8SIZE 1 /**/
1N/A#define U8SIZE 1 /**/
1N/A#define I16SIZE 2 /**/
1N/A#define U16SIZE 2 /**/
1N/A#define I32SIZE 4 /**/
1N/A#define U32SIZE 4 /**/
1N/A#ifdef HAS_QUAD
1N/A#define I64SIZE 8 /**/
1N/A#define U64SIZE 8 /**/
1N/A#endif
1N/A#define NVSIZE 8 /**/
1N/A#undef NV_PRESERVES_UV
1N/A#define NV_PRESERVES_UV_BITS 0
1N/A
1N/A/* IVdf:
1N/A * This symbol defines the format string used for printing a Perl IV
1N/A * as a signed decimal integer.
1N/A */
1N/A/* UVuf:
1N/A * This symbol defines the format string used for printing a Perl UV
1N/A * as an unsigned decimal integer.
1N/A */
1N/A/* UVof:
1N/A * This symbol defines the format string used for printing a Perl UV
1N/A * as an unsigned octal integer.
1N/A */
1N/A/* UVxf:
1N/A * This symbol defines the format string used for printing a Perl UV
1N/A * as an unsigned hexadecimal integer in lowercase abcdef.
1N/A */
1N/A/* UVXf:
1N/A * This symbol defines the format string used for printing a Perl UV
1N/A * as an unsigned hexadecimal integer in uppercase ABCDEF.
1N/A */
1N/A/* NVef:
1N/A * This symbol defines the format string used for printing a Perl NV
1N/A * using %e-ish floating point format.
1N/A */
1N/A/* NVff:
1N/A * This symbol defines the format string used for printing a Perl NV
1N/A * using %f-ish floating point format.
1N/A */
1N/A/* NVgf:
1N/A * This symbol defines the format string used for printing a Perl NV
1N/A * using %g-ish floating point format.
1N/A */
1N/A#define IVdf "ld" /**/
1N/A#define UVuf "lu" /**/
1N/A#define UVof "lo" /**/
1N/A#define UVxf "lx" /**/
1N/A#define UVXf "lX" /**/
1N/A#define NVef "e" /**/
1N/A#define NVff "f" /**/
1N/A#define NVgf "g" /**/
1N/A
1N/A/* SELECT_MIN_BITS:
1N/A * This symbol holds the minimum number of bits operated by select.
1N/A * That is, if you do select(n, ...), how many bits at least will be
1N/A * cleared in the masks if some activity is detected. Usually this
1N/A * is either n or 32*ceil(n/32), especially many little-endians do
1N/A * the latter. This is only useful if you have select(), naturally.
1N/A */
1N/A#define SELECT_MIN_BITS 32 /**/
1N/A
1N/A/* STARTPERL:
1N/A * This variable contains the string to put in front of a perl
1N/A * script to make sure (one hopes) that it runs with perl and not
1N/A * some shell.
1N/A */
1N/A#define STARTPERL "" /**/
1N/A
1N/A/* HAS_STDIO_STREAM_ARRAY:
1N/A * This symbol, if defined, tells that there is an array
1N/A * holding the stdio streams.
1N/A */
1N/A/* STDIO_STREAM_ARRAY:
1N/A * This symbol tells the name of the array holding the stdio streams.
1N/A * Usual values include _iob, __iob, and __sF.
1N/A */
1N/A/*#define HAS_STDIO_STREAM_ARRAY / **/
1N/A#define STDIO_STREAM_ARRAY
1N/A
1N/A/* USE_64_BIT_INT:
1N/A * This symbol, if defined, indicates that 64-bit integers should
1N/A * be used when available. If not defined, the native integers
1N/A * will be employed (be they 32 or 64 bits). The minimal possible
1N/A * 64-bitness is used, just enough to get 64-bit integers into Perl.
1N/A * This may mean using for example "long longs", while your memory
1N/A * may still be limited to 2 gigabytes.
1N/A */
1N/A/* USE_64_BIT_ALL:
1N/A * This symbol, if defined, indicates that 64-bit integers should
1N/A * be used when available. If not defined, the native integers
1N/A * will be used (be they 32 or 64 bits). The maximal possible
1N/A * 64-bitness is employed: LP64 or ILP64, meaning that you will
1N/A * be able to use more than 2 gigabytes of memory. This mode is
1N/A * even more binary incompatible than USE_64_BIT_INT. You may not
1N/A * be able to run the resulting executable in a 32-bit CPU at all or
1N/A * you may need at least to reboot your OS to 64-bit mode.
1N/A */
1N/A#ifndef USE_64_BIT_INT
1N/A/*#define USE_64_BIT_INT / **/
1N/A#endif
1N/A
1N/A#ifndef USE_64_BIT_ALL
1N/A/*#define USE_64_BIT_ALL / **/
1N/A#endif
1N/A
1N/A/* USE_FAST_STDIO:
1N/A * This symbol, if defined, indicates that Perl should
1N/A * be built to use 'fast stdio'.
1N/A * Defaults to define in Perls 5.8 and earlier, to undef later.
1N/A */
1N/A#ifndef USE_FAST_STDIO
1N/A/*#define USE_FAST_STDIO / **/
1N/A#endif
1N/A
1N/A/* USE_LARGE_FILES:
1N/A * This symbol, if defined, indicates that large file support
1N/A * should be used when available.
1N/A */
1N/A#ifndef USE_LARGE_FILES
1N/A/*#define USE_LARGE_FILES / **/
1N/A#endif
1N/A
1N/A/* USE_LONG_DOUBLE:
1N/A * This symbol, if defined, indicates that long doubles should
1N/A * be used when available.
1N/A */
1N/A#ifndef USE_LONG_DOUBLE
1N/A/*#define USE_LONG_DOUBLE / **/
1N/A#endif
1N/A
1N/A/* USE_MORE_BITS:
1N/A * This symbol, if defined, indicates that 64-bit interfaces and
1N/A * long doubles should be used when available.
1N/A */
1N/A#ifndef USE_MORE_BITS
1N/A/*#define USE_MORE_BITS / **/
1N/A#endif
1N/A
1N/A/* MULTIPLICITY:
1N/A * This symbol, if defined, indicates that Perl should
1N/A * be built to use multiplicity.
1N/A */
1N/A#ifndef MULTIPLICITY
1N/A/*#define MULTIPLICITY / **/
1N/A#endif
1N/A
1N/A/* USE_PERLIO:
1N/A * This symbol, if defined, indicates that the PerlIO abstraction should
1N/A * be used throughout. If not defined, stdio should be
1N/A * used in a fully backward compatible manner.
1N/A */
1N/A#ifndef USE_PERLIO
1N/A/*#define USE_PERLIO / **/
1N/A#endif
1N/A
1N/A/* USE_SOCKS:
1N/A * This symbol, if defined, indicates that Perl should
1N/A * be built to use socks.
1N/A */
1N/A#ifndef USE_SOCKS
1N/A/*#define USE_SOCKS / **/
1N/A#endif
1N/A
1N/A/* HAS_DRAND48_PROTO:
1N/A * This symbol, if defined, indicates that the system provides
1N/A * a prototype for the drand48() function. Otherwise, it is up
1N/A * to the program to supply one. A good guess is
1N/A * extern double drand48(void);
1N/A */
1N/A/*#define HAS_DRAND48_PROTO / **/
1N/A
1N/A/* HAS_GETHOST_PROTOS:
1N/A * This symbol, if defined, indicates that <netdb.h> includes
1N/A * prototypes for gethostent(), gethostbyname(), and
1N/A * gethostbyaddr(). Otherwise, it is up to the program to guess
1N/A * them. See netdbtype.U for probing for various Netdb_xxx_t types.
1N/A */
1N/A/*#define HAS_GETHOST_PROTOS / **/
1N/A
1N/A/* HAS_GETNET_PROTOS:
1N/A * This symbol, if defined, indicates that <netdb.h> includes
1N/A * prototypes for getnetent(), getnetbyname(), and
1N/A * getnetbyaddr(). Otherwise, it is up to the program to guess
1N/A * them. See netdbtype.U for probing for various Netdb_xxx_t types.
1N/A */
1N/A/*#define HAS_GETNET_PROTOS / **/
1N/A
1N/A/* HAS_GETPROTO_PROTOS:
1N/A * This symbol, if defined, indicates that <netdb.h> includes
1N/A * prototypes for getprotoent(), getprotobyname(), and
1N/A * getprotobyaddr(). Otherwise, it is up to the program to guess
1N/A * them. See netdbtype.U for probing for various Netdb_xxx_t types.
1N/A */
1N/A/*#define HAS_GETPROTO_PROTOS / **/
1N/A
1N/A/* HAS_GETSERV_PROTOS:
1N/A * This symbol, if defined, indicates that <netdb.h> includes
1N/A * prototypes for getservent(), getservbyname(), and
1N/A * getservbyaddr(). Otherwise, it is up to the program to guess
1N/A * them. See netdbtype.U for probing for various Netdb_xxx_t types.
1N/A */
1N/A/*#define HAS_GETSERV_PROTOS / **/
1N/A
1N/A/* HAS_LSEEK_PROTO:
1N/A * This symbol, if defined, indicates that the system provides
1N/A * a prototype for the lseek() function. Otherwise, it is up
1N/A * to the program to supply one. A good guess is
1N/A * extern off_t lseek(int, off_t, int);
1N/A */
1N/A/*#define HAS_LSEEK_PROTO / **/
1N/A
1N/A/* Netdb_host_t:
1N/A * This symbol holds the type used for the 1st argument
1N/A * to gethostbyaddr().
1N/A */
1N/A/* Netdb_hlen_t:
1N/A * This symbol holds the type used for the 2nd argument
1N/A * to gethostbyaddr().
1N/A */
1N/A/* Netdb_name_t:
1N/A * This symbol holds the type used for the argument to
1N/A * gethostbyname().
1N/A */
1N/A/* Netdb_net_t:
1N/A * This symbol holds the type used for the 1st argument to
1N/A * getnetbyaddr().
1N/A */
1N/A#define Netdb_host_t const char * /**/
1N/A#define Netdb_hlen_t int /**/
1N/A#define Netdb_name_t const char * /**/
1N/A#define Netdb_net_t unsigned long /**/
1N/A
1N/A/* Select_fd_set_t:
1N/A * This symbol holds the type used for the 2nd, 3rd, and 4th
1N/A * arguments to select. Usually, this is 'fd_set *', if HAS_FD_SET
1N/A * is defined, and 'int *' otherwise. This is only useful if you
1N/A * have select(), of course.
1N/A */
1N/A#define Select_fd_set_t int /**/
1N/A
1N/A/* Sock_size_t:
1N/A * This symbol holds the type used for the size argument of
1N/A * various socket calls (just the base type, not the pointer-to).
1N/A */
1N/A#define Sock_size_t int /**/
1N/A
1N/A/* ARCHNAME:
1N/A * This symbol holds a string representing the architecture name.
1N/A * It may be used to construct an architecture-dependant pathname
1N/A * where library files may be held under a private library, for
1N/A * instance.
1N/A */
1N/A#define ARCHNAME "unknown" /**/
1N/A
1N/A/* HAS_ASCTIME_R:
1N/A * This symbol, if defined, indicates that the asctime_r routine
1N/A * is available to asctime re-entrantly.
1N/A */
1N/A/* ASCTIME_R_PROTO:
1N/A * This symbol encodes the prototype of asctime_r.
1N/A * It is zero if d_asctime_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_asctime_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_ASCTIME_R / **/
1N/A#define ASCTIME_R_PROTO 0 /**/
1N/A
1N/A/* HAS_CRYPT_R:
1N/A * This symbol, if defined, indicates that the crypt_r routine
1N/A * is available to crypt re-entrantly.
1N/A */
1N/A/* CRYPT_R_PROTO:
1N/A * This symbol encodes the prototype of crypt_r.
1N/A * It is zero if d_crypt_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_crypt_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_CRYPT_R / **/
1N/A#define CRYPT_R_PROTO 0 /**/
1N/A
1N/A/* HAS_CTERMID_R:
1N/A * This symbol, if defined, indicates that the ctermid_r routine
1N/A * is available to ctermid re-entrantly.
1N/A */
1N/A/* CTERMID_R_PROTO:
1N/A * This symbol encodes the prototype of ctermid_r.
1N/A * It is zero if d_ctermid_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_ctermid_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_CTERMID_R / **/
1N/A#define CTERMID_R_PROTO 0 /**/
1N/A
1N/A/* HAS_CTIME_R:
1N/A * This symbol, if defined, indicates that the ctime_r routine
1N/A * is available to ctime re-entrantly.
1N/A */
1N/A/* CTIME_R_PROTO:
1N/A * This symbol encodes the prototype of ctime_r.
1N/A * It is zero if d_ctime_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_ctime_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_CTIME_R / **/
1N/A#define CTIME_R_PROTO 0 /**/
1N/A
1N/A/* HAS_DRAND48_R:
1N/A * This symbol, if defined, indicates that the drand48_r routine
1N/A * is available to drand48 re-entrantly.
1N/A */
1N/A/* DRAND48_R_PROTO:
1N/A * This symbol encodes the prototype of drand48_r.
1N/A * It is zero if d_drand48_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_drand48_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_DRAND48_R / **/
1N/A#define DRAND48_R_PROTO 0 /**/
1N/A
1N/A/* HAS_ENDGRENT_R:
1N/A * This symbol, if defined, indicates that the endgrent_r routine
1N/A * is available to endgrent re-entrantly.
1N/A */
1N/A/* ENDGRENT_R_PROTO:
1N/A * This symbol encodes the prototype of endgrent_r.
1N/A * It is zero if d_endgrent_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_endgrent_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_ENDGRENT_R / **/
1N/A#define ENDGRENT_R_PROTO 0 /**/
1N/A
1N/A/* HAS_ENDHOSTENT_R:
1N/A * This symbol, if defined, indicates that the endhostent_r routine
1N/A * is available to endhostent re-entrantly.
1N/A */
1N/A/* ENDHOSTENT_R_PROTO:
1N/A * This symbol encodes the prototype of endhostent_r.
1N/A * It is zero if d_endhostent_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_endhostent_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_ENDHOSTENT_R / **/
1N/A#define ENDHOSTENT_R_PROTO 0 /**/
1N/A
1N/A/* HAS_ENDNETENT_R:
1N/A * This symbol, if defined, indicates that the endnetent_r routine
1N/A * is available to endnetent re-entrantly.
1N/A */
1N/A/* ENDNETENT_R_PROTO:
1N/A * This symbol encodes the prototype of endnetent_r.
1N/A * It is zero if d_endnetent_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_endnetent_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_ENDNETENT_R / **/
1N/A#define ENDNETENT_R_PROTO 0 /**/
1N/A
1N/A/* HAS_ENDPROTOENT_R:
1N/A * This symbol, if defined, indicates that the endprotoent_r routine
1N/A * is available to endprotoent re-entrantly.
1N/A */
1N/A/* ENDPROTOENT_R_PROTO:
1N/A * This symbol encodes the prototype of endprotoent_r.
1N/A * It is zero if d_endprotoent_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_endprotoent_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_ENDPROTOENT_R / **/
1N/A#define ENDPROTOENT_R_PROTO 0 /**/
1N/A
1N/A/* HAS_ENDPWENT_R:
1N/A * This symbol, if defined, indicates that the endpwent_r routine
1N/A * is available to endpwent re-entrantly.
1N/A */
1N/A/* ENDPWENT_R_PROTO:
1N/A * This symbol encodes the prototype of endpwent_r.
1N/A * It is zero if d_endpwent_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_endpwent_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_ENDPWENT_R / **/
1N/A#define ENDPWENT_R_PROTO 0 /**/
1N/A
1N/A/* HAS_ENDSERVENT_R:
1N/A * This symbol, if defined, indicates that the endservent_r routine
1N/A * is available to endservent re-entrantly.
1N/A */
1N/A/* ENDSERVENT_R_PROTO:
1N/A * This symbol encodes the prototype of endservent_r.
1N/A * It is zero if d_endservent_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_endservent_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_ENDSERVENT_R / **/
1N/A#define ENDSERVENT_R_PROTO 0 /**/
1N/A
1N/A/* HAS_GETGRENT_R:
1N/A * This symbol, if defined, indicates that the getgrent_r routine
1N/A * is available to getgrent re-entrantly.
1N/A */
1N/A/* GETGRENT_R_PROTO:
1N/A * This symbol encodes the prototype of getgrent_r.
1N/A * It is zero if d_getgrent_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrent_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_GETGRENT_R / **/
1N/A#define GETGRENT_R_PROTO 0 /**/
1N/A
1N/A/* HAS_GETGRGID_R:
1N/A * This symbol, if defined, indicates that the getgrgid_r routine
1N/A * is available to getgrgid re-entrantly.
1N/A */
1N/A/* GETGRGID_R_PROTO:
1N/A * This symbol encodes the prototype of getgrgid_r.
1N/A * It is zero if d_getgrgid_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrgid_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_GETGRGID_R / **/
1N/A#define GETGRGID_R_PROTO 0 /**/
1N/A
1N/A/* HAS_GETGRNAM_R:
1N/A * This symbol, if defined, indicates that the getgrnam_r routine
1N/A * is available to getgrnam re-entrantly.
1N/A */
1N/A/* GETGRNAM_R_PROTO:
1N/A * This symbol encodes the prototype of getgrnam_r.
1N/A * It is zero if d_getgrnam_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getgrnam_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_GETGRNAM_R / **/
1N/A#define GETGRNAM_R_PROTO 0 /**/
1N/A
1N/A/* HAS_GETHOSTBYADDR_R:
1N/A * This symbol, if defined, indicates that the gethostbyaddr_r routine
1N/A * is available to gethostbyaddr re-entrantly.
1N/A */
1N/A/* GETHOSTBYADDR_R_PROTO:
1N/A * This symbol encodes the prototype of gethostbyaddr_r.
1N/A * It is zero if d_gethostbyaddr_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_gethostbyaddr_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_GETHOSTBYADDR_R / **/
1N/A#define GETHOSTBYADDR_R_PROTO 0 /**/
1N/A
1N/A/* HAS_GETHOSTBYNAME_R:
1N/A * This symbol, if defined, indicates that the gethostbyname_r routine
1N/A * is available to gethostbyname re-entrantly.
1N/A */
1N/A/* GETHOSTBYNAME_R_PROTO:
1N/A * This symbol encodes the prototype of gethostbyname_r.
1N/A * It is zero if d_gethostbyname_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_gethostbyname_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_GETHOSTBYNAME_R / **/
1N/A#define GETHOSTBYNAME_R_PROTO 0 /**/
1N/A
1N/A/* HAS_GETHOSTENT_R:
1N/A * This symbol, if defined, indicates that the gethostent_r routine
1N/A * is available to gethostent re-entrantly.
1N/A */
1N/A/* GETHOSTENT_R_PROTO:
1N/A * This symbol encodes the prototype of gethostent_r.
1N/A * It is zero if d_gethostent_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_gethostent_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_GETHOSTENT_R / **/
1N/A#define GETHOSTENT_R_PROTO 0 /**/
1N/A
1N/A/* HAS_GETLOGIN_R:
1N/A * This symbol, if defined, indicates that the getlogin_r routine
1N/A * is available to getlogin re-entrantly.
1N/A */
1N/A/* GETLOGIN_R_PROTO:
1N/A * This symbol encodes the prototype of getlogin_r.
1N/A * It is zero if d_getlogin_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getlogin_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_GETLOGIN_R / **/
1N/A#define GETLOGIN_R_PROTO 0 /**/
1N/A
1N/A/* HAS_GETNETBYADDR_R:
1N/A * This symbol, if defined, indicates that the getnetbyaddr_r routine
1N/A * is available to getnetbyaddr re-entrantly.
1N/A */
1N/A/* GETNETBYADDR_R_PROTO:
1N/A * This symbol encodes the prototype of getnetbyaddr_r.
1N/A * It is zero if d_getnetbyaddr_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetbyaddr_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_GETNETBYADDR_R / **/
1N/A#define GETNETBYADDR_R_PROTO 0 /**/
1N/A
1N/A/* HAS_GETNETBYNAME_R:
1N/A * This symbol, if defined, indicates that the getnetbyname_r routine
1N/A * is available to getnetbyname re-entrantly.
1N/A */
1N/A/* GETNETBYNAME_R_PROTO:
1N/A * This symbol encodes the prototype of getnetbyname_r.
1N/A * It is zero if d_getnetbyname_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetbyname_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_GETNETBYNAME_R / **/
1N/A#define GETNETBYNAME_R_PROTO 0 /**/
1N/A
1N/A/* HAS_GETNETENT_R:
1N/A * This symbol, if defined, indicates that the getnetent_r routine
1N/A * is available to getnetent re-entrantly.
1N/A */
1N/A/* GETNETENT_R_PROTO:
1N/A * This symbol encodes the prototype of getnetent_r.
1N/A * It is zero if d_getnetent_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getnetent_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_GETNETENT_R / **/
1N/A#define GETNETENT_R_PROTO 0 /**/
1N/A
1N/A/* HAS_GETPROTOBYNAME_R:
1N/A * This symbol, if defined, indicates that the getprotobyname_r routine
1N/A * is available to getprotobyname re-entrantly.
1N/A */
1N/A/* GETPROTOBYNAME_R_PROTO:
1N/A * This symbol encodes the prototype of getprotobyname_r.
1N/A * It is zero if d_getprotobyname_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotobyname_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_GETPROTOBYNAME_R / **/
1N/A#define GETPROTOBYNAME_R_PROTO 0 /**/
1N/A
1N/A/* HAS_GETPROTOBYNUMBER_R:
1N/A * This symbol, if defined, indicates that the getprotobynumber_r routine
1N/A * is available to getprotobynumber re-entrantly.
1N/A */
1N/A/* GETPROTOBYNUMBER_R_PROTO:
1N/A * This symbol encodes the prototype of getprotobynumber_r.
1N/A * It is zero if d_getprotobynumber_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotobynumber_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_GETPROTOBYNUMBER_R / **/
1N/A#define GETPROTOBYNUMBER_R_PROTO 0 /**/
1N/A
1N/A/* HAS_GETPROTOENT_R:
1N/A * This symbol, if defined, indicates that the getprotoent_r routine
1N/A * is available to getprotoent re-entrantly.
1N/A */
1N/A/* GETPROTOENT_R_PROTO:
1N/A * This symbol encodes the prototype of getprotoent_r.
1N/A * It is zero if d_getprotoent_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getprotoent_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_GETPROTOENT_R / **/
1N/A#define GETPROTOENT_R_PROTO 0 /**/
1N/A
1N/A/* HAS_GETPWENT_R:
1N/A * This symbol, if defined, indicates that the getpwent_r routine
1N/A * is available to getpwent re-entrantly.
1N/A */
1N/A/* GETPWENT_R_PROTO:
1N/A * This symbol encodes the prototype of getpwent_r.
1N/A * It is zero if d_getpwent_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwent_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_GETPWENT_R / **/
1N/A#define GETPWENT_R_PROTO 0 /**/
1N/A
1N/A/* HAS_GETPWNAM_R:
1N/A * This symbol, if defined, indicates that the getpwnam_r routine
1N/A * is available to getpwnam re-entrantly.
1N/A */
1N/A/* GETPWNAM_R_PROTO:
1N/A * This symbol encodes the prototype of getpwnam_r.
1N/A * It is zero if d_getpwnam_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwnam_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_GETPWNAM_R / **/
1N/A#define GETPWNAM_R_PROTO 0 /**/
1N/A
1N/A/* HAS_GETPWUID_R:
1N/A * This symbol, if defined, indicates that the getpwuid_r routine
1N/A * is available to getpwuid re-entrantly.
1N/A */
1N/A/* GETPWUID_R_PROTO:
1N/A * This symbol encodes the prototype of getpwuid_r.
1N/A * It is zero if d_getpwuid_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getpwuid_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_GETPWUID_R / **/
1N/A#define GETPWUID_R_PROTO 0 /**/
1N/A
1N/A/* HAS_GETSERVBYNAME_R:
1N/A * This symbol, if defined, indicates that the getservbyname_r routine
1N/A * is available to getservbyname re-entrantly.
1N/A */
1N/A/* GETSERVBYNAME_R_PROTO:
1N/A * This symbol encodes the prototype of getservbyname_r.
1N/A * It is zero if d_getservbyname_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservbyname_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_GETSERVBYNAME_R / **/
1N/A#define GETSERVBYNAME_R_PROTO 0 /**/
1N/A
1N/A/* HAS_GETSERVBYPORT_R:
1N/A * This symbol, if defined, indicates that the getservbyport_r routine
1N/A * is available to getservbyport re-entrantly.
1N/A */
1N/A/* GETSERVBYPORT_R_PROTO:
1N/A * This symbol encodes the prototype of getservbyport_r.
1N/A * It is zero if d_getservbyport_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservbyport_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_GETSERVBYPORT_R / **/
1N/A#define GETSERVBYPORT_R_PROTO 0 /**/
1N/A
1N/A/* HAS_GETSERVENT_R:
1N/A * This symbol, if defined, indicates that the getservent_r routine
1N/A * is available to getservent re-entrantly.
1N/A */
1N/A/* GETSERVENT_R_PROTO:
1N/A * This symbol encodes the prototype of getservent_r.
1N/A * It is zero if d_getservent_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getservent_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_GETSERVENT_R / **/
1N/A#define GETSERVENT_R_PROTO 0 /**/
1N/A
1N/A/* HAS_GETSPNAM_R:
1N/A * This symbol, if defined, indicates that the getspnam_r routine
1N/A * is available to getspnam re-entrantly.
1N/A */
1N/A/* GETSPNAM_R_PROTO:
1N/A * This symbol encodes the prototype of getspnam_r.
1N/A * It is zero if d_getspnam_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_getspnam_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_GETSPNAM_R / **/
1N/A#define GETSPNAM_R_PROTO 0 /**/
1N/A
1N/A/* HAS_GMTIME_R:
1N/A * This symbol, if defined, indicates that the gmtime_r routine
1N/A * is available to gmtime re-entrantly.
1N/A */
1N/A/* GMTIME_R_PROTO:
1N/A * This symbol encodes the prototype of gmtime_r.
1N/A * It is zero if d_gmtime_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_gmtime_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_GMTIME_R / **/
1N/A#define GMTIME_R_PROTO 0 /**/
1N/A
1N/A/* HAS_LOCALTIME_R:
1N/A * This symbol, if defined, indicates that the localtime_r routine
1N/A * is available to localtime re-entrantly.
1N/A */
1N/A/* LOCALTIME_R_PROTO:
1N/A * This symbol encodes the prototype of localtime_r.
1N/A * It is zero if d_localtime_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_localtime_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_LOCALTIME_R / **/
1N/A#define LOCALTIME_R_PROTO 0 /**/
1N/A
1N/A/* OLD_PTHREAD_CREATE_JOINABLE:
1N/A * This symbol, if defined, indicates how to create pthread
1N/A * in joinable (aka undetached) state. NOTE: not defined
1N/A * if pthread.h already has defined PTHREAD_CREATE_JOINABLE
1N/A * (the new version of the constant).
1N/A * If defined, known values are PTHREAD_CREATE_UNDETACHED
1N/A * and __UNDETACHED.
1N/A */
1N/A/*#define OLD_PTHREAD_CREATE_JOINABLE / **/
1N/A
1N/A/* HAS_PTHREAD_ATFORK:
1N/A * This symbol, if defined, indicates that the pthread_atfork routine
1N/A * is available to setup fork handlers.
1N/A */
1N/A/*#define HAS_PTHREAD_ATFORK / **/
1N/A
1N/A/* HAS_PTHREAD_YIELD:
1N/A * This symbol, if defined, indicates that the pthread_yield
1N/A * routine is available to yield the execution of the current
1N/A * thread. sched_yield is preferable to pthread_yield.
1N/A */
1N/A/* SCHED_YIELD:
1N/A * This symbol defines the way to yield the execution of
1N/A * the current thread. Known ways are sched_yield,
1N/A * pthread_yield, and pthread_yield with NULL.
1N/A */
1N/A/* HAS_SCHED_YIELD:
1N/A * This symbol, if defined, indicates that the sched_yield
1N/A * routine is available to yield the execution of the current
1N/A * thread. sched_yield is preferable to pthread_yield.
1N/A */
1N/A/*#define HAS_PTHREAD_YIELD / **/
1N/A#define SCHED_YIELD sched_yield() /**/
1N/A/*#define HAS_SCHED_YIELD / **/
1N/A
1N/A/* HAS_RANDOM_R:
1N/A * This symbol, if defined, indicates that the random_r routine
1N/A * is available to random re-entrantly.
1N/A */
1N/A/* RANDOM_R_PROTO:
1N/A * This symbol encodes the prototype of random_r.
1N/A * It is zero if d_random_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_random_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_RANDOM_R / **/
1N/A#define RANDOM_R_PROTO 0 /**/
1N/A
1N/A/* HAS_READDIR64_R:
1N/A * This symbol, if defined, indicates that the readdir64_r routine
1N/A * is available to readdir64 re-entrantly.
1N/A */
1N/A/* READDIR64_R_PROTO:
1N/A * This symbol encodes the prototype of readdir64_r.
1N/A * It is zero if d_readdir64_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_readdir64_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_READDIR64_R / **/
1N/A#define READDIR64_R_PROTO 0 /**/
1N/A
1N/A/* HAS_READDIR_R:
1N/A * This symbol, if defined, indicates that the readdir_r routine
1N/A * is available to readdir re-entrantly.
1N/A */
1N/A/* READDIR_R_PROTO:
1N/A * This symbol encodes the prototype of readdir_r.
1N/A * It is zero if d_readdir_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_readdir_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_READDIR_R / **/
1N/A#define READDIR_R_PROTO 0 /**/
1N/A
1N/A/* HAS_SETGRENT_R:
1N/A * This symbol, if defined, indicates that the setgrent_r routine
1N/A * is available to setgrent re-entrantly.
1N/A */
1N/A/* SETGRENT_R_PROTO:
1N/A * This symbol encodes the prototype of setgrent_r.
1N/A * It is zero if d_setgrent_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_setgrent_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_SETGRENT_R / **/
1N/A#define SETGRENT_R_PROTO 0 /**/
1N/A
1N/A/* HAS_SETHOSTENT_R:
1N/A * This symbol, if defined, indicates that the sethostent_r routine
1N/A * is available to sethostent re-entrantly.
1N/A */
1N/A/* SETHOSTENT_R_PROTO:
1N/A * This symbol encodes the prototype of sethostent_r.
1N/A * It is zero if d_sethostent_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_sethostent_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_SETHOSTENT_R / **/
1N/A#define SETHOSTENT_R_PROTO 0 /**/
1N/A
1N/A/* HAS_SETLOCALE_R:
1N/A * This symbol, if defined, indicates that the setlocale_r routine
1N/A * is available to setlocale re-entrantly.
1N/A */
1N/A/* SETLOCALE_R_PROTO:
1N/A * This symbol encodes the prototype of setlocale_r.
1N/A * It is zero if d_setlocale_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_setlocale_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_SETLOCALE_R / **/
1N/A#define SETLOCALE_R_PROTO 0 /**/
1N/A
1N/A/* HAS_SETNETENT_R:
1N/A * This symbol, if defined, indicates that the setnetent_r routine
1N/A * is available to setnetent re-entrantly.
1N/A */
1N/A/* SETNETENT_R_PROTO:
1N/A * This symbol encodes the prototype of setnetent_r.
1N/A * It is zero if d_setnetent_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_setnetent_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_SETNETENT_R / **/
1N/A#define SETNETENT_R_PROTO 0 /**/
1N/A
1N/A/* HAS_SETPROTOENT_R:
1N/A * This symbol, if defined, indicates that the setprotoent_r routine
1N/A * is available to setprotoent re-entrantly.
1N/A */
1N/A/* SETPROTOENT_R_PROTO:
1N/A * This symbol encodes the prototype of setprotoent_r.
1N/A * It is zero if d_setprotoent_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_setprotoent_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_SETPROTOENT_R / **/
1N/A#define SETPROTOENT_R_PROTO 0 /**/
1N/A
1N/A/* HAS_SETPWENT_R:
1N/A * This symbol, if defined, indicates that the setpwent_r routine
1N/A * is available to setpwent re-entrantly.
1N/A */
1N/A/* SETPWENT_R_PROTO:
1N/A * This symbol encodes the prototype of setpwent_r.
1N/A * It is zero if d_setpwent_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_setpwent_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_SETPWENT_R / **/
1N/A#define SETPWENT_R_PROTO 0 /**/
1N/A
1N/A/* HAS_SETSERVENT_R:
1N/A * This symbol, if defined, indicates that the setservent_r routine
1N/A * is available to setservent re-entrantly.
1N/A */
1N/A/* SETSERVENT_R_PROTO:
1N/A * This symbol encodes the prototype of setservent_r.
1N/A * It is zero if d_setservent_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_setservent_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_SETSERVENT_R / **/
1N/A#define SETSERVENT_R_PROTO 0 /**/
1N/A
1N/A/* HAS_SRAND48_R:
1N/A * This symbol, if defined, indicates that the srand48_r routine
1N/A * is available to srand48 re-entrantly.
1N/A */
1N/A/* SRAND48_R_PROTO:
1N/A * This symbol encodes the prototype of srand48_r.
1N/A * It is zero if d_srand48_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_srand48_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_SRAND48_R / **/
1N/A#define SRAND48_R_PROTO 0 /**/
1N/A
1N/A/* HAS_SRANDOM_R:
1N/A * This symbol, if defined, indicates that the srandom_r routine
1N/A * is available to srandom re-entrantly.
1N/A */
1N/A/* SRANDOM_R_PROTO:
1N/A * This symbol encodes the prototype of srandom_r.
1N/A * It is zero if d_srandom_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_srandom_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_SRANDOM_R / **/
1N/A#define SRANDOM_R_PROTO 0 /**/
1N/A
1N/A/* HAS_STRERROR_R:
1N/A * This symbol, if defined, indicates that the strerror_r routine
1N/A * is available to strerror re-entrantly.
1N/A */
1N/A/* STRERROR_R_PROTO:
1N/A * This symbol encodes the prototype of strerror_r.
1N/A * It is zero if d_strerror_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_strerror_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_STRERROR_R / **/
1N/A#define STRERROR_R_PROTO 0 /**/
1N/A
1N/A/* HAS_TMPNAM_R:
1N/A * This symbol, if defined, indicates that the tmpnam_r routine
1N/A * is available to tmpnam re-entrantly.
1N/A */
1N/A/* TMPNAM_R_PROTO:
1N/A * This symbol encodes the prototype of tmpnam_r.
1N/A * It is zero if d_tmpnam_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_tmpnam_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_TMPNAM_R / **/
1N/A#define TMPNAM_R_PROTO 0 /**/
1N/A
1N/A/* HAS_TTYNAME_R:
1N/A * This symbol, if defined, indicates that the ttyname_r routine
1N/A * is available to ttyname re-entrantly.
1N/A */
1N/A/* TTYNAME_R_PROTO:
1N/A * This symbol encodes the prototype of ttyname_r.
1N/A * It is zero if d_ttyname_r is undef, and one of the
1N/A * REENTRANT_PROTO_T_ABC macros of reentr.h if d_ttyname_r
1N/A * is defined.
1N/A */
1N/A/*#define HAS_TTYNAME_R / **/
1N/A#define TTYNAME_R_PROTO 0 /**/
1N/A
1N/A/* I_MACH_CTHREADS:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <mach/cthreads.h>.
1N/A */
1N/A/*#define I_MACH_CTHREADS / **/
1N/A
1N/A/* I_PTHREAD:
1N/A * This symbol, if defined, indicates to the C program that it should
1N/A * include <pthread.h>.
1N/A */
1N/A/*#define I_PTHREAD / **/
1N/A
1N/A/* USE_ITHREADS:
1N/A * This symbol, if defined, indicates that Perl should be built to
1N/A * use the interpreter-based threading implementation.
1N/A */
1N/A/* USE_5005THREADS:
1N/A * This symbol, if defined, indicates that Perl should be built to
1N/A * use the 5.005-based threading implementation.
1N/A */
1N/A/* OLD_PTHREADS_API:
1N/A * This symbol, if defined, indicates that Perl should
1N/A * be built to use the old draft POSIX threads API.
1N/A */
1N/A/* USE_REENTRANT_API:
1N/A * This symbol, if defined, indicates that Perl should
1N/A * try to use the various _r versions of library functions.
1N/A * This is extremely experimental.
1N/A */
1N/A/*#define USE_5005THREADS / **/
1N/A/*#define USE_ITHREADS / **/
1N/A#if defined(USE_5005THREADS) && !defined(USE_ITHREADS)
1N/A#define USE_THREADS /* until src is revised*/
1N/A#endif
1N/A/*#define OLD_PTHREADS_API / **/
1N/A/*#define USE_REENTRANT_API / **/
1N/A
1N/A/* HAS_TIME:
1N/A * This symbol, if defined, indicates that the time() routine exists.
1N/A */
1N/A/* Time_t:
1N/A * This symbol holds the type returned by time(). It can be long,
1N/A * or time_t on BSD sites (in which case <sys/types.h> should be
1N/A * included).
1N/A */
1N/A#define HAS_TIME /**/
1N/A#define Time_t time_t /* Time type */
1N/A
1N/A/* HAS_TIMES:
1N/A * This symbol, if defined, indicates that the times() routine exists.
1N/A * Note that this became obsolete on some systems (SUNOS), which now
1N/A * use getrusage(). It may be necessary to include <sys/times.h>.
1N/A */
1N/A/*#define HAS_TIMES / **/
1N/A
1N/A/* Fpos_t:
1N/A * This symbol holds the type used to declare file positions in libc.
1N/A * It can be fpos_t, long, uint, etc... It may be necessary to include
1N/A * <sys/types.h> to get any typedef'ed information.
1N/A */
1N/A#define Fpos_t int /* File position type */
1N/A
1N/A/* Gid_t_f:
1N/A * This symbol defines the format string used for printing a Gid_t.
1N/A */
1N/A#define Gid_t_f "lu" /**/
1N/A
1N/A/* Gid_t_sign:
1N/A * This symbol holds the signedess of a Gid_t.
1N/A * 1 for unsigned, -1 for signed.
1N/A */
1N/A#define Gid_t_sign 1 /* GID sign */
1N/A
1N/A/* Gid_t_size:
1N/A * This symbol holds the size of a Gid_t in bytes.
1N/A */
1N/A#define Gid_t_size 4 /* GID size */
1N/A
1N/A/* Gid_t:
1N/A * This symbol holds the return type of getgid() and the type of
1N/A * argument to setrgid() and related functions. Typically,
1N/A * it is the type of group ids in the kernel. It can be int, ushort,
1N/A * gid_t, etc... It may be necessary to include <sys/types.h> to get
1N/A * any typedef'ed information.
1N/A */
1N/A#define Gid_t int /* Type for getgid(), etc... */
1N/A
1N/A/* Off_t:
1N/A * This symbol holds the type used to declare offsets in the kernel.
1N/A * It can be int, long, off_t, etc... It may be necessary to include
1N/A * <sys/types.h> to get any typedef'ed information.
1N/A */
1N/A/* LSEEKSIZE:
1N/A * This symbol holds the number of bytes used by the Off_t.
1N/A */
1N/A/* Off_t_size:
1N/A * This symbol holds the number of bytes used by the Off_t.
1N/A */
1N/A#define Off_t int /* <offset> type */
1N/A#define LSEEKSIZE 4 /* <offset> size */
1N/A#define Off_t_size 4 /* <offset> size */
1N/A
1N/A/* Mode_t:
1N/A * This symbol holds the type used to declare file modes
1N/A * for systems calls. It is usually mode_t, but may be
1N/A * int or unsigned short. It may be necessary to include <sys/types.h>
1N/A * to get any typedef'ed information.
1N/A */
1N/A#define Mode_t int /* file mode parameter for system calls */
1N/A
1N/A/* Pid_t:
1N/A * This symbol holds the type used to declare process ids in the kernel.
1N/A * It can be int, uint, pid_t, etc... It may be necessary to include
1N/A * <sys/types.h> to get any typedef'ed information.
1N/A */
1N/A#define Pid_t int /* PID type */
1N/A
1N/A/* Size_t_size:
1N/A * This symbol holds the size of a Size_t in bytes.
1N/A */
1N/A#define Size_t_size 4 /* */
1N/A
1N/A/* Size_t:
1N/A * This symbol holds the type used to declare length parameters
1N/A * for string functions. It is usually size_t, but may be
1N/A * unsigned long, int, etc. It may be necessary to include
1N/A * <sys/types.h> to get any typedef'ed information.
1N/A */
1N/A#define Size_t int /* length paramater for string functions */
1N/A
1N/A/* Uid_t_f:
1N/A * This symbol defines the format string used for printing a Uid_t.
1N/A */
1N/A#define Uid_t_f "lu" /**/
1N/A
1N/A/* Uid_t_sign:
1N/A * This symbol holds the signedess of a Uid_t.
1N/A * 1 for unsigned, -1 for signed.
1N/A */
1N/A#define Uid_t_sign 1 /* UID sign */
1N/A
1N/A/* Uid_t_size:
1N/A * This symbol holds the size of a Uid_t in bytes.
1N/A */
1N/A#define Uid_t_size 4 /* UID size */
1N/A
1N/A/* Uid_t:
1N/A * This symbol holds the type used to declare user ids in the kernel.
1N/A * It can be int, ushort, uid_t, etc... It may be necessary to include
1N/A * <sys/types.h> to get any typedef'ed information.
1N/A */
1N/A#define Uid_t int /* UID type */
1N/A
1N/A#endif