summaryrefslogtreecommitdiff
path: root/Porting/config_H
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-08-01 22:26:09 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-08-01 22:26:09 +0000
commit8c09e4cabc3f2f4abf3b45dabb3f0f09d68200c9 (patch)
treec3cd61c01289e40d4ac92da7cbbe71d00f54eada /Porting/config_H
parentcf2093f6405d08be483e037b6052608c46952a75 (diff)
downloadperl-8c09e4cabc3f2f4abf3b45dabb3f0f09d68200c9.tar.gz
Glossary update for #3861.
p4raw-id: //depot/cfgperl@3862
Diffstat (limited to 'Porting/config_H')
-rw-r--r--Porting/config_H389
1 files changed, 217 insertions, 172 deletions
diff --git a/Porting/config_H b/Porting/config_H
index 78c152700d..9704d0d78b 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -16,10 +16,10 @@
/*
* Package name : perl5
- * Source directory : .
- * Configuration time: Fri Jul 30 00:00:04 EET DST 1999
+ * Source directory :
+ * Configuration time: ke 23 heinä 22.56.42 1997
* Configured by : jhi
- * Target system : osf1 alpha.hut.fi v4.0 878 alpha
+ * Target system : osf1 alpha.hut.fi v4.0 386 alpha
*/
#ifndef _config_h_
@@ -366,13 +366,13 @@
* This symbol, if defined, indicates that the msync system call is
* available to synchronize a mapped file.
*/
-#define HAS_MSYNC /**/
+# HAS_MSYNC /**/
/* HAS_MUNMAP:
* This symbol, if defined, indicates that the munmap system call is
* available to unmap a region, usually mapped by mmap().
*/
-#define HAS_MUNMAP /**/
+# HAS_MUNMAP /**/
/* HAS_NICE:
* This symbol, if defined, indicates that the nice routine is
@@ -716,7 +716,7 @@
* This symbol, if defined, indicates to the C program that it should
* include <arpa/inet.h> to get inet_addr and friends declarations.
*/
-#define I_ARPA_INET /**/
+# I_ARPA_INET /**/
/* I_DBM:
* This symbol, if defined, indicates that <dbm.h> exists and should
@@ -1000,31 +1000,31 @@
* This symbol, if defined, indicates that the accessx routine is
* available to do extended access checks.
*/
-/*#define HAS_ACCESSX / **/
+# HAS_ACCESSX /**/
/* HAS_EACCESS:
* This symbol, if defined, indicates that the eaccess routine is
* available to do extended access checks.
*/
-/*#define HAS_EACCESS / **/
+# HAS_EACCESS /**/
/* I_SYS_ACCESS:
* This symbol, if defined, indicates to the C program that it should
* include <sys/access.h>.
*/
-#define I_SYS_ACCESS /**/
+# I_SYS_ACCESS /**/
/* I_SYS_SECURITY:
* This symbol, if defined, indicates to the C program that it should
* include <sys/security.h>.
*/
-#define I_SYS_SECURITY /**/
+# I_SYS_SECURITY /**/
/* CROSSCOMPILE:
* This symbol, if defined, signifies that we our
* build process is a cross-compilation.
*/
-/*#define CROSSCOMPILE / **/
+# CROSSCOMPILE /**/
/* INTSIZE:
* This symbol contains the value of sizeof(int) so that the C
@@ -1049,7 +1049,7 @@
* example with the NeXT "fat" binaries that contain executables
* for several CPUs.
*/
-/*#define MULTIARCH / **/
+# MULTIARCH /**/
/* MEM_ALIGNBYTES:
* This symbol contains the number of bytes required to align a
@@ -1109,7 +1109,7 @@
* This symbol is defined if the C compiler can cast negative
* or large floating point numbers to 32-bit ints.
*/
-/*#define CASTI32 / **/
+#define CASTI32 /**/
/* CASTNEGFLOAT:
* This symbol is defined if the C compiler can cast negative
@@ -1171,7 +1171,7 @@
* available to operate on a symbolic link (instead of following the
* link).
*/
-#define HAS_LCHOWN /**/
+# HAS_LCHOWN /**/
/* HAS_OPEN3:
* This manifest constant lets the C program know that the three
@@ -1193,7 +1193,7 @@
* probably use memmove() or memcpy(). If neither is defined, roll your
* own version.
*/
-/*#define HAS_SAFE_MEMCPY / **/
+#define HAS_SAFE_MEMCPY /**/
/* HAS_SANE_MEMCMP:
* This symbol, if defined, indicates that the memcmp routine is available
@@ -1316,7 +1316,7 @@
* This symbol contains the size of a double, so that the C preprocessor
* can make decisions based on it.
*/
-#define DOUBLESIZE 8 /**/
+#define DOUBLESIZE /**/
/* I_TIME:
* This symbol, if defined, indicates to the C program that it should
@@ -1367,7 +1367,7 @@
* the compiler supports (void *); otherwise it will be
* sizeof(char *).
*/
-#define PTRSIZE 8 /**/
+#define PTRSIZE /**/
/* Drand01:
* This macro is to be used to generate uniformly distributed
@@ -1389,10 +1389,10 @@
* function used to generate normalized random numbers.
* Values include 15, 16, 31, and 48.
*/
-#define Drand01() drand48() /**/
-#define Rand_seed_t long /**/
-#define seedDrand01(x) srand48((Rand_seed_t)x) /**/
-#define RANDBITS 48 /**/
+#define Drand01() /**/
+#define Rand_seed_t /**/
+#define seedDrand01(x) ((Rand_seed_t)x) /**/
+#define RANDBITS 15 /**/
/* SSize_t:
* This symbol holds the type used by functions that return
@@ -1408,7 +1408,7 @@
* This symbol, if defined, indicates that this system uses
* EBCDIC encoding.
*/
-/*#define EBCDIC / **/
+# EBCDIC /**/
/* ARCHLIB:
* This variable, if defined, holds the name of the directory in
@@ -1423,8 +1423,8 @@
* This symbol contains the ~name expanded version of ARCHLIB, to be used
* in programs that are not prepared to deal with ~ expansion at run-time.
*/
-#define ARCHLIB "/opt/perl/lib/5.00558/alpha-dec_osf-thread" /**/
-#define ARCHLIB_EXP "/opt/perl/lib/5.00558/alpha-dec_osf-thread" /**/
+#define ARCHLIB "/usr/local/lib/perl5/alpha-dec_osf/5.00401" /**/
+#define ARCHLIB_EXP "/usr/local/lib/perl5/alpha-dec_osf/5.00401" /**/
/* BIN:
* This symbol holds the path of the bin directory where the package will
@@ -1434,14 +1434,14 @@
* This symbol is the filename expanded version of the BIN symbol, for
* programs that do not want to deal with that at run-time.
*/
-#define BIN "/opt/perl/bin" /**/
-#define BIN_EXP "/opt/perl/bin" /**/
+#define BIN "/usr/local/bin" /**/
+#define BIN_EXP "/usr/local/bin" /**/
/* INSTALL_USR_BIN_PERL:
* This symbol, if defined, indicates that Perl is to be installed
* also as /usr/bin/perl.
*/
-#define INSTALL_USR_BIN_PERL /**/
+# INSTALL_USR_BIN_PERL /**/
/* PRIVLIB:
* This symbol contains the name of the private library for this package.
@@ -1453,8 +1453,8 @@
* This symbol contains the ~name expanded version of PRIVLIB, to be used
* in programs that are not prepared to deal with ~ expansion at run-time.
*/
-#define PRIVLIB "/opt/perl/lib/5.00558" /**/
-#define PRIVLIB_EXP "/opt/perl/lib/5.00558" /**/
+#define PRIVLIB "/usr/local/lib/perl5" /**/
+#define PRIVLIB_EXP "/usr/local/lib/perl5" /**/
/* SITEARCH:
* This symbol contains the name of the private library for this package.
@@ -1469,8 +1469,8 @@
* This symbol contains the ~name expanded version of SITEARCH, to be used
* in programs that are not prepared to deal with ~ expansion at run-time.
*/
-#define SITEARCH "/opt/perl/lib/site_perl/5.00558/alpha-dec_osf-thread" /**/
-#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.00558/alpha-dec_osf-thread" /**/
+#define SITEARCH "/usr/local/lib/perl5/site_perl/alpha-dec_osf" /**/
+#define SITEARCH_EXP "/usr/local/lib/perl5/site_perl/alpha-dec_osf" /**/
/* SITELIB:
* This symbol contains the name of the private library for this package.
@@ -1485,14 +1485,14 @@
* This symbol contains the ~name expanded version of SITELIB, to be used
* in programs that are not prepared to deal with ~ expansion at run-time.
*/
-#define SITELIB "/opt/perl/lib/site_perl" /**/
-#define SITELIB_EXP "/opt/perl/lib/site_perl" /**/
+#define SITELIB "/usr/local/lib/perl5/site_perl" /**/
+#define SITELIB_EXP "/usr/local/lib/perl5/site_perl" /**/
/* PERL_VENDORLIB_EXP:
* This symbol contains the ~name expanded version of VENDORLIB, to be used
* in programs that are not prepared to deal with ~ expansion at run-time.
*/
-/*#define PERL_VENDORLIB_EXP "" / **/
+# PERL_VENDORLIB_EXP "" /**/
/* OSNAME:
* This symbol contains the name of the operating system, as determined
@@ -1568,55 +1568,55 @@
* This symbol, if defined, indicates that the getgrent routine is
* available for finalizing sequential access of the group database.
*/
-#define HAS_ENDGRENT /**/
+# HAS_ENDGRENT /**/
/* HAS_ENDHOSTENT:
* This symbol, if defined, indicates that the endhostent() routine is
* available to close whatever was being used for host queries.
*/
-#define HAS_ENDHOSTENT /**/
+# HAS_ENDHOSTENT /**/
/* HAS_ENDNETENT:
* This symbol, if defined, indicates that the endnetent() routine is
* available to close whatever was being used for network queries.
*/
-#define HAS_ENDNETENT /**/
+# HAS_ENDNETENT /**/
/* HAS_ENDPROTOENT:
* This symbol, if defined, indicates that the endprotoent() routine is
* available to close whatever was being used for protocol queries.
*/
-#define HAS_ENDPROTOENT /**/
+# HAS_ENDPROTOENT /**/
/* HAS_ENDPWENT:
* This symbol, if defined, indicates that the getgrent routine is
* available for finalizing sequential access of the passwd database.
*/
-#define HAS_ENDPWENT /**/
+# HAS_ENDPWENT /**/
/* HAS_ENDSERVENT:
* This symbol, if defined, indicates that the endservent() routine is
* available to close whatever was being used for service queries.
*/
-#define HAS_ENDSERVENT /**/
+# HAS_ENDSERVENT /**/
/* HAS_GETGRENT:
* This symbol, if defined, indicates that the getgrent routine is
* available for sequential access of the group database.
*/
-#define HAS_GETGRENT /**/
+# HAS_GETGRENT /**/
/* HAS_GETHOSTBYADDR:
* This symbol, if defined, indicates that the gethostbyaddr() routine is
* available to look up hosts by their IP addresses.
*/
-#define HAS_GETHOSTBYADDR /**/
+# HAS_GETHOSTBYADDR /**/
/* HAS_GETHOSTBYNAME:
* This symbol, if defined, indicates that the gethostbyname() routine is
* available to look up host names in some data base or other.
*/
-#define HAS_GETHOSTBYNAME /**/
+# HAS_GETHOSTBYNAME /**/
/* HAS_GETHOSTENT:
* This symbol, if defined, indicates that the gethostent() routine is
@@ -1641,7 +1641,7 @@
* so that it is safe even if used by a process with super-user
* privileges.
*/
-#define HAS_GETHOSTNAME /**/
+/*#define HAS_GETHOSTNAME / **/
#define HAS_UNAME /**/
#undef HAS_PHOSTNAME
#ifdef HAS_PHOSTNAME
@@ -1652,25 +1652,25 @@
* This symbol, if defined, indicates that the getnetbyaddr() routine is
* available to look up networks by their IP addresses.
*/
-#define HAS_GETNETBYADDR /**/
+# HAS_GETNETBYADDR /**/
/* HAS_GETNETBYNAME:
* This symbol, if defined, indicates that the getnetbyname() routine is
* available to look up networks by their names.
*/
-#define HAS_GETNETBYNAME /**/
+# HAS_GETNETBYNAME /**/
/* HAS_GETNETENT:
* This symbol, if defined, indicates that the getnetent() routine is
* available to look up network names in some data base or another.
*/
-#define HAS_GETNETENT /**/
+# HAS_GETNETENT /**/
/* HAS_GETPROTOENT:
* This symbol, if defined, indicates that the getprotoent() routine is
* available to look up protocols in some data base or another.
*/
-#define HAS_GETPROTOENT /**/
+# HAS_GETPROTOENT /**/
/* HAS_GETPROTOBYNAME:
* This symbol, if defined, indicates that the getprotobyname()
@@ -1680,21 +1680,21 @@
* This symbol, if defined, indicates that the getprotobynumber()
* routine is available to look up protocols by their number.
*/
-#define HAS_GETPROTOBYNAME /**/
-#define HAS_GETPROTOBYNUMBER /**/
+# HAS_GETPROTOBYNAME /**/
+# HAS_GETPROTOBYNUMBER /**/
/* HAS_GETPWENT:
* This symbol, if defined, indicates that the getpwent routine is
* available for sequential access of the passwd database.
* If this is not available, the older getpw() function may be available.
*/
-#define HAS_GETPWENT /**/
+# HAS_GETPWENT /**/
/* HAS_GETSERVENT:
* This symbol, if defined, indicates that the getservent() routine is
* available to look up network services in some data base or another.
*/
-#define HAS_GETSERVENT /**/
+# HAS_GETSERVENT /**/
/* HAS_GETSERVBYNAME:
* This symbol, if defined, indicates that the getservbyname()
@@ -1704,8 +1704,8 @@
* This symbol, if defined, indicates that the getservbyport()
* routine is available to look up services by their port.
*/
-#define HAS_GETSERVBYNAME /**/
-#define HAS_GETSERVBYPORT /**/
+# HAS_GETSERVBYNAME /**/
+# HAS_GETSERVBYPORT /**/
/* HAS_HTONL:
* This symbol, if defined, indicates that the htonl() routine (and
@@ -1741,9 +1741,9 @@
* C preprocessor can make decisions based on it. It is only
* defined if the system supports long doubles.
*/
-#define HAS_LONG_DOUBLE /**/
+# HAS_LONG_DOUBLE /**/
#ifdef HAS_LONG_DOUBLE
-#define LONG_DOUBLESIZE 8 /**/
+#define LONG_DOUBLESIZE /**/
#endif
/* HAS_LONG_LONG:
@@ -1754,16 +1754,16 @@
* C preprocessor can make decisions based on it. It is only
* defined if the system supports long long.
*/
-#define HAS_LONG_LONG /**/
+# HAS_LONG_LONG /**/
#ifdef HAS_LONG_LONG
-#define LONGLONGSIZE 8 /**/
+#define LONGLONGSIZE /**/
#endif
/* HAS_MEMCHR:
* This symbol, if defined, indicates that the memchr routine is available
* to locate characters within a C string.
*/
-#define HAS_MEMCHR /**/
+# HAS_MEMCHR /**/
/* HAS_MMAP:
* This symbol, if defined, indicates that the mmap system call is
@@ -1774,8 +1774,8 @@
* (and simultaneously the type of the first argument).
* Usually set to 'void *' or 'cadd_t'.
*/
-#define HAS_MMAP /**/
-#define Mmap_t void * /**/
+# HAS_MMAP /**/
+#define Mmap_t /**/
/* HAS_MSG:
* This symbol, if defined, indicates that the entire msg*(2) library is
@@ -1793,7 +1793,7 @@
* This symbol, if defined, indicates that the setgrent routine is
* available for initializing sequential access of the group database.
*/
-#define HAS_SETGRENT /**/
+# HAS_SETGRENT /**/
/* HAS_SETGROUPS:
* This symbol, if defined, indicates that the setgroups() routine is
@@ -1806,38 +1806,38 @@
* This symbol, if defined, indicates that the sethostent() routine is
* available.
*/
-#define HAS_SETHOSTENT /**/
+# HAS_SETHOSTENT /**/
/* HAS_SETNETENT:
* This symbol, if defined, indicates that the setnetent() routine is
* available.
*/
-#define HAS_SETNETENT /**/
+# HAS_SETNETENT /**/
/* HAS_SETPROTOENT:
* This symbol, if defined, indicates that the setprotoent() routine is
* available.
*/
-#define HAS_SETPROTOENT /**/
+# HAS_SETPROTOENT /**/
/* HAS_SETPWENT:
* This symbol, if defined, indicates that the setpwent routine is
* available for initializing sequential access of the passwd database.
*/
-#define HAS_SETPWENT /**/
+# HAS_SETPWENT /**/
/* HAS_SETSERVENT:
* This symbol, if defined, indicates that the setservent() routine is
* available.
*/
-#define HAS_SETSERVENT /**/
+# HAS_SETSERVENT /**/
/* HAS_SETVBUF:
* This symbol, if defined, indicates that the setvbuf routine is
* available to change buffering on an open stdio stream.
* to a line-buffered mode.
*/
-#define HAS_SETVBUF /**/
+# HAS_SETVBUF /**/
/* HAS_SHM:
* This symbol, if defined, indicates that the entire shm*(2) library is
@@ -1905,16 +1905,16 @@
*/
#define HAS_SOCKET /**/
#define HAS_SOCKETPAIR /**/
-#define HAS_MSG_CTRUNC /**/
-#define HAS_MSG_DONTROUTE /**/
-#define HAS_MSG_OOB /**/
-#define HAS_MSG_PEEK /**/
-/*#define HAS_MSG_PROXY / **/
-#define HAS_SCM_RIGHTS /**/
-#define HAS_SENDMSG /**/
-#define HAS_RECVMSG /**/
-#define HAS_STRUCT_MSGHDR /**/
-#define HAS_STRUCT_CMSGHDR /**/
+# HAS_MSG_CTRUNC /**/
+# HAS_MSG_DONTROUTE /**/
+# HAS_MSG_OOB /**/
+# HAS_MSG_PEEK /**/
+# HAS_MSG_PROXY /**/
+# HAS_SCM_RIGHTS /**/
+# HAS_SENDMSG /**/
+# HAS_RECVMSG /**/
+# HAS_STRUCT_MSGHDR /**/
+# HAS_STRUCT_CMSGHDR /**/
/* USE_STAT_BLOCKS:
* This symbol is defined if this system has a stat structure declaring
@@ -1959,9 +1959,9 @@
* This symbol, if defined, indicates that struct semid_ds * is
* used for semctl IPC_STAT.
*/
-/*#define HAS_UNION_SEMUN / **/
-#define USE_SEMCTL_SEMUN /**/
-#define USE_SEMCTL_SEMID_DS /**/
+# HAS_UNION_SEMUN /**/
+# USE_SEMCTL_SEMUN /**/
+# USE_SEMCTL_SEMID_DS /**/
/* HAS_VFORK:
* This symbol, if defined, indicates that vfork() exists.
@@ -1998,13 +1998,13 @@
* in <grp.h> contains gr_passwd.
*/
#define I_GRP /**/
-#define GRPASSWD /**/
+# GRPASSWD /**/
/* I_NETDB:
* This symbol, if defined, indicates that <netdb.h> exists and
* should be included.
*/
-#define I_NETDB /**/
+# I_NETDB /**/
/* I_PWD:
* This symbol, if defined, indicates to the C program that it should
@@ -2049,14 +2049,14 @@
/*#define PWCLASS / **/
/*#define PWEXPIRE / **/
#define PWCOMMENT /**/
-#define PWGECOS /**/
-#define PWPASSWD /**/
+# PWGECOS /**/
+# PWPASSWD /**/
/* I_SYSUIO:
* This symbol, if defined, indicates that <sys/uio.h> exists and
* should be included.
*/
-#define I_SYSUIO /**/
+# I_SYSUIO /**/
/* Free_t:
* This variable contains the return type of free(). It is usually
@@ -2071,7 +2071,7 @@
/* MYMALLOC:
* This symbol, if defined, indicates that we're using our own malloc.
*/
-/*#define MYMALLOC / **/
+#define MYMALLOC /**/
/* SIG_NAME:
* This symbol contains a list of signal names in order of
@@ -2101,8 +2101,8 @@
* The last element is 0, corresponding to the 0 at the end of
* the sig_name list.
*/
-#define SIG_NAME "ZERO", "HUP", "INT", "QUIT", "ILL", "TRAP", "ABRT", "EMT", "FPE", "KILL", "BUS", "SEGV", "SYS", "PIPE", "ALRM", "TERM", "IOINT", "STOP", "TSTP", "CONT", "CHLD", "TTIN", "TTOU", "AIO", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "INFO", "USR1", "USR2", "RESV", "RTMIN", "NUM34", "NUM35", "NUM36", "NUM37", "NUM38", "NUM39", "NUM40", "NUM41", "NUM42", "NUM43", "NUM44", "NUM45", "NUM46", "NUM47", "MAX", "IOT", "LOST", "URG", "CLD", "IO", "POLL", "PTY", "PWR", "RTMAX", 0 /**/
-#define SIG_NUM 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 6, 6, 16, 20, 23, 23, 23, 29, 48, 0 /**/
+#define SIG_NAME /**/
+#define SIG_NUM /**/
/* VOIDFLAGS:
* This symbol indicates how much support of the void type is given by this
@@ -2129,6 +2129,18 @@
#define M_VOID /* Xenix strikes again */
#endif
+/* HAS_ATOLF:
+ * This symbol, if defined, indicates that the atolf routine is
+ * available to convert strings into long doubles.
+ */
+# HAS_ATOLF /**/
+
+/* HAS_ATOLL:
+ * This symbol, if defined, indicates that the atoll routine is
+ * available to convert strings into long longs.
+ */
+# HAS_ATOLL /**/
+
/* PERL_BINCOMPAT_5005:
* This symbol, if defined, indicates that Perl 5.006 should be
* binary-compatible with Perl 5.005. This is impossible for builds
@@ -2149,68 +2161,68 @@
* This symbol, if defined, indicates that the endspent system call is
* available to finalize the scan of SysV shadow password entries.
*/
-/*#define HAS_ENDSPENT / **/
+# HAS_ENDSPENT /**/
/* HAS_FSEEKO:
* This symbol, if defined, indicates that the fseeko routine is
* available to fseek beyond 32 bits (useful for ILP32 hosts).
*/
-/*#define HAS_FSEEKO / **/
+# HAS_FSEEKO /**/
/* HAS_FTELLO:
* This symbol, if defined, indicates that the ftello routine is
* available to ftell beyond 32 bits (useful for ILP32 hosts).
*/
-/*#define HAS_FTELLO / **/
+# HAS_FTELLO /**/
/* HAS_GETMNTENT:
* This symbol, if defined, indicates that the getmntent routine is
* available to iterate through mounted file systems.
*/
-/*#define HAS_GETMNTENT / **/
+# HAS_GETMNTENT /**/
/* HAS_GETSPENT:
* This symbol, if defined, indicates that the getspent system call is
* available to retrieve SysV shadow password entries sequentially.
*/
-/*#define HAS_GETSPENT / **/
+# HAS_GETSPENT /**/
/* HAS_GETSPNAM:
* This symbol, if defined, indicates that the getspnam system call is
* available to retrieve SysV shadow password entries by name.
*/
-/*#define HAS_GETSPNAM / **/
+# HAS_GETSPNAM /**/
/* HAS_HASMNTOPT:
* This symbol, if defined, indicates that the hasmntopt routine is
* available to query the mount options of file systems.
*/
-/*#define HAS_HASMNTOPT / **/
+# HAS_HASMNTOPT /**/
/* HAS_MADVISE:
* This symbol, if defined, indicates that the madvise system call is
* available to map a file into memory.
*/
-#define HAS_MADVISE /**/
+# HAS_MADVISE /**/
/* HAS_MPROTECT:
* This symbol, if defined, indicates that the mprotect system call is
* available to modify the access protection of a memory mapped file.
*/
-#define HAS_MPROTECT /**/
+# HAS_MPROTECT /**/
/* HAS_READV:
* This symbol, if defined, indicates that the readv routine is
* available to do gather reads. You will also need <sys/uio.h>
* and there I_SYSUIO.
*/
-#define HAS_READV /**/
+# HAS_READV /**/
/* HAS_SETSPENT:
* This symbol, if defined, indicates that the setspent system call is
* available to initialize the scan of SysV shadow password entries.
*/
-/*#define HAS_SETSPENT / **/
+# HAS_SETSPENT /**/
/* USE_SFIO:
* This symbol, if defined, indicates that sfio should
@@ -2229,14 +2241,14 @@
* This kind of struct statfs is coming from sys/mount.h (BSD),
* not from sys/statfs.h (SYSV).
*/
-#define HAS_FSTATFS /**/
-#define HAS_STRUCT_STATFS_FLAGS /**/
+# HAS_FSTATFS /**/
+# HAS_STRUCT_STATFS_FLAGS /**/
/* HAS_FSTATVFS:
* This symbol, if defined, indicates that the fstatvfs routine is
* available to stat filesystems of file descriptors.
*/
-#define HAS_FSTATVFS /**/
+# HAS_FSTATVFS /**/
/* HAS_TELLDIR_PROTO:
* This symbol, if defined, indicates that the system provides
@@ -2244,13 +2256,13 @@
* to the program to supply one. A good guess is
* extern long telldir _((DIR*));
*/
-#define HAS_TELLDIR_PROTO /**/
+# HAS_TELLDIR_PROTO /**/
/* HAS_WRITEV:
* This symbol, if defined, indicates that the writev routine is
* available to do scatter writes.
*/
-#define HAS_WRITEV /**/
+# HAS_WRITEV /**/
/* HAS_DBMINIT64:
* This symbol, if defined, indicates that the dbminit64 routine is
@@ -2280,13 +2292,13 @@
* This symbol, if defined, indicates that the nextkey64 routine is
* available to nextkey in dbm files larger than 2 gigabytes.
*/
-/*#define HAS_DBMINIT64 / **/
-/*#define HAS_DBMCLOSE64 / **/
-/*#define HAS_FETCH64 / **/
-/*#define HAS_STORE64 / **/
-/*#define HAS_DELETE64 / **/
-/*#define HAS_FIRSTKEY64 / **/
-/*#define HAS_NEXTKEY64 / **/
+# HAS_DBMINIT64 /**/
+# HAS_DBMCLOSE64 /**/
+# HAS_FETCH64 /**/
+# HAS_STORE64 /**/
+# HAS_DELETE64 /**/
+# HAS_FIRSTKEY64 /**/
+# HAS_NEXTKEY64 /**/
/* USE_DYNAMIC_LOADING:
* This symbol, if defined, indicates that dynamic loading of
@@ -2305,8 +2317,8 @@
* Note that if fflushNULL is defined, fflushall will not
* even be probed for and will be left undefined.
*/
-#define FFLUSH_NULL /**/
-/*#define FFLUSH_ALL / **/
+# FFLUSH_NULL /**/
+# FFLUSH_ALL /**/
/* DB_Prefix_t:
* This symbol contains the type of the prefix structure element
@@ -2330,56 +2342,56 @@
* Usually the <inttypes.h> needs to be included, but sometimes
* <sys/types.h> is enough.
*/
-/*#define I_INTTYPES / **/
-/*#define HAS_INT64_T / **/
+# I_INTTYPES /**/
+# HAS_INT64_T /**/
/* I_MNTENT:
* This symbol, if defined, indicates that <mntent.h> exists and
* should be included.
*/
-/*#define I_MNTENT / **/
+# I_MNTENT /**/
/* I_NETINET_TCP:
* This symbol, if defined, indicates to the C program that it should
* include <netinet/tcp.h>.
*/
-#define I_NETINET_TCP /**/
+# I_NETINET_TCP /**/
/* I_POLL:
* This symbol, if defined, indicates that <poll.h> exists and
* should be included.
*/
-#define I_POLL /**/
+# I_POLL /**/
/* I_SHADOW:
* This symbol, if defined, indicates that <shadow.h> exists and
* should be included.
*/
-/*#define I_SHADOW / **/
+# I_SHADOW /**/
/* I_SOCKS:
* This symbol, if defined, indicates that <socks.h> exists and
* should be included.
*/
-/*#define I_SOCKS / **/
+# I_SOCKS /**/
/* I_SYS_MMAN:
* This symbol, if defined, indicates that <sys/mman.h> exists and
* should be included.
*/
-#define I_SYS_MMAN /**/
+# I_SYS_MMAN /**/
/* I_SYS_MOUNT:
* This symbol, if defined, indicates that <sys/mount.h> exists and
* should be included.
*/
-#define I_SYS_MOUNT /**/
+# I_SYS_MOUNT /**/
/* I_SYS_STATVFS:
* This symbol, if defined, indicates that <sys/statvfs.h> exists and
* should be included.
*/
-#define I_SYS_STATVFS /**/
+# I_SYS_STATVFS /**/
/* HAS_FSTAT64:
* This symbol, if defined, indicates that the fstat64 routine is
@@ -2431,19 +2443,46 @@
/* HAS_STRUCT_DIRENT64:
* This symbol will be defined if the C compiler supports struct dirent64.
*/
-/*#define HAS_FSTAT64 / **/
-/*#define HAS_FTRUNCATE64 / **/
-/*#define HAS_LSEEK64 / **/
-/*#define HAS_LSTAT64 / **/
-/*#define HAS_OPEN64 / **/
-/*#define HAS_OPENDIR64 / **/
-/*#define HAS_READDIR64 / **/
-/*#define HAS_SEEKDIR64 / **/
-/*#define HAS_STAT64 / **/
-/*#define HAS_TELLDIR64 / **/
-/*#define HAS_TRUNCATE64 / **/
-/*#define HAS_OFF64_T / **/
-/*#define HAS_STRUCT_DIRENT64 / **/
+# HAS_FSTAT64 /**/
+# HAS_FTRUNCATE64 /**/
+# HAS_LSEEK64 /**/
+# HAS_LSTAT64 /**/
+# HAS_OPEN64 /**/
+# HAS_OPENDIR64 /**/
+# HAS_READDIR64 /**/
+# HAS_SEEKDIR64 /**/
+# HAS_STAT64 /**/
+# HAS_TELLDIR64 /**/
+# HAS_TRUNCATE64 /**/
+# HAS_OFF64_T /**/
+# HAS_STRUCT_DIRENT64 /**/
+
+/* PERL_PRIfldbl:
+ * This symbol, if defined, contains the string used by stdio to
+ * format long doubles (format 'f') for output.
+ */
+/* PERL_PRIgldbl:
+ * This symbol, if defined, contains the string used by stdio to
+ * format long doubles (format 'g') for output.
+ */
+# PERL_PRIfldbl /**/
+# PERL_PRIgldbl /**/
+
+/* PERL_PRId64:
+ * This symbol, if defined, contains the string used by stdio to
+ * format 64-bit decimal numbers (format 'd') for output.
+ */
+/* PERL_PRIu64:
+ * This symbol, if defined, contains the string used by stdio to
+ * format 64-bit unsigned decimal numbers (format 'u') for output.
+ */
+/* PERL_PRIx64:
+ * This symbol, if defined, contains the string used by stdio to
+ * format 64-bit hexadecimal numbers (format 'x') for output.
+ */
+# PERL_PRId64 /**/
+# PERL_PRIu64 /**/
+# PERL_PRIx64 /**/
/* SELECT_MIN_BITS:
* This symbol holds the minimum number of bits operated by select.
@@ -2452,14 +2491,14 @@
* is either n or 32*ceil(n/32), especially many little-endians do
* the latter. This is only useful if you have select(), naturally.
*/
-#define SELECT_MIN_BITS 32 /**/
+#define SELECT_MIN_BITS /**/
/* STARTPERL:
* This variable contains the string to put in front of a perl
* script to make sure (one hopes) that it runs with perl and not
* some shell.
*/
-#define STARTPERL "#!/opt/perl/bin/perl" /**/
+#define STARTPERL "#!/usr/local/bin/perl" /**/
/* HAS_FGETPOS64:
* This symbol, if defined, indicates that the fgetpos64 routine is
@@ -2497,15 +2536,15 @@
* This symbol, if defined, indicates that the tmpfile64 routine is
* available to tmpfile files larger than 2 gigabytes.
*/
-/*#define HAS_FGETPOS64 / **/
-/*#define HAS_FOPEN64 / **/
-/*#define HAS_FREOPEN64 / **/
-/*#define HAS_FSEEK64 / **/
-/*#define HAS_FSEEKO64 / **/
-/*#define HAS_FSETPOS64 / **/
-/*#define HAS_FTELL64 / **/
-/*#define HAS_FTELLO64 / **/
-/*#define HAS_TMPFILE64 / **/
+# HAS_FGETPOS64 /**/
+# HAS_FOPEN64 /**/
+# HAS_FREOPEN64 /**/
+# HAS_FSEEK64 /**/
+# HAS_FSEEKO64 /**/
+# HAS_FSETPOS64 /**/
+# HAS_FTELL64 /**/
+# HAS_FTELLO64 /**/
+# HAS_TMPFILE64 /**/
/* HAS_STDIO_STREAM_ARRAY:
* This symbol, if defined, tells that there is an array
@@ -2515,21 +2554,27 @@
* This symbol tells the name of the array holding the stdio streams.
* Usual values include _iob, __iob, and __sF.
*/
-#define HAS_STDIO_STREAM_ARRAY /**/
-#define STDIO_STREAM_ARRAY _iob
+# HAS_STDIO_STREAM_ARRAY /**/
+#define STDIO_STREAM_ARRAY
+
+/* HAS_STRTOULL:
+ * This symbol, if defined, indicates that the strtoull routine is
+ * available to convert strings into unsigned long longs.
+ */
+# HAS_STRTOULL /**/
/* USE_64_BITS:
* This symbol, if defined, indicates that 64-bit interfaces should
* be used when available. If not defined, the native default interfaces
* will be used (be they 32 or 64 bits).
*/
-#define USE_64_BITS /**/
+# USE_64_BITS /**/
/* MULTIPLICITY:
* This symbol, if defined, indicates that Perl should
* be built to use multiplicity.
*/
-/*#define MULTIPLICITY / **/
+# MULTIPLICITY /**/
/* USE_PERLIO:
* This symbol, if defined, indicates that the PerlIO abstraction should
@@ -2542,7 +2587,7 @@
* This symbol, if defined, indicates that Perl should
* be built to use socks.
*/
-/*#define USE_SOCKS / **/
+# USE_SOCKS /**/
/* HAS_DRAND48_PROTO:
* This symbol, if defined, indicates that the system provides
@@ -2550,7 +2595,7 @@
* to the program to supply one. A good guess is
* extern double drand48 _((void));
*/
-#define HAS_DRAND48_PROTO /**/
+# HAS_DRAND48_PROTO /**/
/* HAS_GETHOST_PROTOS:
* This symbol, if defined, indicates that <netdb.h> includes
@@ -2558,7 +2603,7 @@
* gethostbyaddr(). Otherwise, it is up to the program to guess
* them. See netdbtype.U for probing for various Netdb_xxx_t types.
*/
-#define HAS_GETHOST_PROTOS /**/
+# HAS_GETHOST_PROTOS /**/
/* HAS_GETNET_PROTOS:
* This symbol, if defined, indicates that <netdb.h> includes
@@ -2566,7 +2611,7 @@
* getnetbyaddr(). Otherwise, it is up to the program to guess
* them. See netdbtype.U for probing for various Netdb_xxx_t types.
*/
-#define HAS_GETNET_PROTOS /**/
+# HAS_GETNET_PROTOS /**/
/* HAS_GETPROTO_PROTOS:
* This symbol, if defined, indicates that <netdb.h> includes
@@ -2574,7 +2619,7 @@
* getprotobyaddr(). Otherwise, it is up to the program to guess
* them. See netdbtype.U for probing for various Netdb_xxx_t types.
*/
-#define HAS_GETPROTO_PROTOS /**/
+# HAS_GETPROTO_PROTOS /**/
/* HAS_GETSERV_PROTOS:
* This symbol, if defined, indicates that <netdb.h> includes
@@ -2582,7 +2627,7 @@
* getservbyaddr(). Otherwise, it is up to the program to guess
* them. See netdbtype.U for probing for various Netdb_xxx_t types.
*/
-#define HAS_GETSERV_PROTOS /**/
+# HAS_GETSERV_PROTOS /**/
/* Netdb_host_t:
* This symbol holds the type used for the 1st argument
@@ -2600,10 +2645,10 @@
* This symbol holds the type used for the 1st argument to
* getnetbyaddr().
*/
-#define Netdb_host_t const char * /**/
-#define Netdb_hlen_t int /**/
-#define Netdb_name_t const char * /**/
-#define Netdb_net_t int /**/
+#define Netdb_host_t /**/
+#define Netdb_hlen_t /**/
+#define Netdb_name_t /**/
+#define Netdb_net_t /**/
/* Select_fd_set_t:
* This symbol holds the type used for the 2nd, 3rd, and 4th
@@ -2619,7 +2664,7 @@
* where library files may be held under a private library, for
* instance.
*/
-#define ARCHNAME "alpha-dec_osf-thread" /**/
+#define ARCHNAME "alpha-dec_osf" /**/
/* OLD_PTHREAD_CREATE_JOINABLE:
* This symbol, if defined, indicates how to create pthread
@@ -2629,7 +2674,7 @@
* If defined, known values are PTHREAD_CREATE_UNDETACHED
* and __UNDETACHED.
*/
-/*#define OLD_PTHREAD_CREATE_JOINABLE / **/
+# OLD_PTHREAD_CREATE_JOINABLE /**/
/* HAS_PTHREAD_YIELD:
* This symbol, if defined, indicates that the pthread_yield
@@ -2646,15 +2691,15 @@
* routine is available to yield the execution of the current
* thread. sched_yield is preferable to pthread_yield.
*/
-/*#define HAS_PTHREAD_YIELD / **/
-#define SCHED_YIELD sched_yield() /**/
-#define HAS_SCHED_YIELD /**/
+# HAS_PTHREAD_YIELD /**/
+#define SCHED_YIELD /**/
+# HAS_SCHED_YIELD /**/
/* I_MACH_CTHREADS:
* This symbol, if defined, indicates to the C program that it should
* include <mach/cthreads.h>.
*/
-/*#define I_MACH_CTHREADS / **/
+# I_MACH_CTHREADS /**/
/* USE_THREADS:
* This symbol, if defined, indicates that Perl should
@@ -2664,8 +2709,8 @@
* This symbol, if defined, indicates that Perl should
* be built to use the old draft POSIX threads API.
*/
-#define USE_THREADS /**/
-/*#define OLD_PTHREADS_API / **/
+# USE_THREADS /**/
+# OLD_PTHREADS_API /**/
/* Time_t:
* This symbol holds the type returned by time(). It can be long,
@@ -2706,7 +2751,7 @@
* This symbol holds the number of bytes used by the Off_t.
*/
#define Off_t off_t /* <offset> type */
-#define LSEEKSIZE 8 /* <offset> size */
+#define LSEEKSIZE /* <offset> size */
/* Mode_t:
* This symbol holds the type used to declare file modes
@@ -2721,7 +2766,7 @@
* It can be int, uint, pid_t, etc... It may be necessary to include
* <sys/types.h> to get any typedef'ed information.
*/
-#define Pid_t pid_t /* PID type */
+#define Pid_t /* PID type */
/* Size_t:
* This symbol holds the type used to declare length parameters