summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorLarry W. Virden <lvirden@cas.org>1999-08-03 11:35:06 -0400
committerJarkko Hietaniemi <jhi@iki.fi>1999-08-16 19:44:29 +0000
commitca24dfc6e670a1e3ff3c351be5646eb755ffa455 (patch)
tree7fc56ac4a9c3d5ad6459124c1b56f83f3b0ef1f1 /Porting
parent22bc48d7a02ad074284858db5700b128d4254625 (diff)
downloadperl-ca24dfc6e670a1e3ff3c351be5646eb755ffa455.tar.gz
Fix most of the pod2man moanings reported in
To: perl5-porters@perl.org Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6 (UNINSTALLED) Message-Id: <199908031935.PAA27692@cas.org> Configure regen'ed. p4raw-id: //depot/cfgperl@3998
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary134
-rw-r--r--Porting/config.sh73
-rw-r--r--Porting/config_H182
3 files changed, 65 insertions, 324 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index d964ce2206..2f4f23d50f 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -398,25 +398,10 @@ d_dbl_dig (d_dbl_dig.U):
header files provide DBL_DIG, which is the number of significant
digits in a double precision number.
-d_dbmclose64 (dbm64.U):
- This variable conditionally defines the HAS_DBMCLOSE64 symbol, which
- indicates to the C program that the dbmclose64() routine is available.
-
-d_dbminit64 (dbm64.U):
- This variable conditionally defines the HAS_DBMINIT64 symbol, which
- indicates to the C program that the dbminit64() routine is available.
-
-d_delete64 (dbm64.U):
- This variable conditionally defines the HAS_DELETE64 symbol, which
- indicates to the C program that the delete64() routine is available.
-
d_difftime (d_difftime.U):
This variable conditionally defines the HAS_DIFFTIME symbol, which
indicates to the C program that the difftime() routine is available.
-d_dirent64_s (io64.U):
- This symbol will be defined if the C compiler supports struct dirent64.
-
d_dirnamlen (i_dirent.U):
This variable conditionally defines DIRNAMLEN, which indicates
to the C program that the length of directory entry names is
@@ -522,37 +507,18 @@ d_fds_bits (d_fd_set.U):
a half-fast job and neglected to provide the macros to manipulate
an fd_set, HAS_FDS_BITS will let us know how to fix the gaffe.
-d_fetch64 (dbm64.U):
- This variable conditionally defines the HAS_FETCH64 symbol, which
- indicates to the C program that the fetch64() routine is available.
-
-d_fgetpos64 (stdio64.U):
- This variable conditionally defines the HAS_FGETPOS64 symbol, which
- indicates to the C program that the fgetpos64() routine is available.
-
d_fgetpos (d_fgetpos.U):
This variable conditionally defines HAS_FGETPOS if fgetpos() is
available to get the file position indicator.
-d_firstkey64 (dbm64.U):
- This variable conditionally defines the HAS_FIRSTKEY64 symbol, which
- indicates to the C program that the firstkey64() routine is available.
-
d_flexfnam (d_flexfnam.U):
This variable conditionally defines the FLEXFILENAMES symbol, which
indicates that the system supports filenames longer than 14 characters.
-d_flock64_s (io64.U):
- This symbol will be defined if the C compiler supports struct flock64.
-
d_flock (d_flock.U):
This variable conditionally defines HAS_FLOCK if flock() is
available to do file locking.
-d_fopen64 (stdio64.U):
- This variable conditionally defines the HAS_FOPEN64 symbol, which
- indicates to the C program that the fopen64() routine is available.
-
d_fork (d_fork.U):
This variable conditionally defines the HAS_FORK symbol, which
indicates to the C program that the fork() routine is available.
@@ -563,34 +529,17 @@ d_fpathconf (d_pathconf.U):
to determine file-system related limits and options associated
with a given open file descriptor.
-d_freopen64 (stdio64.U):
- This variable conditionally defines the HAS_FREOPEN64 symbol, which
- indicates to the C program that the freopen64() routine is available.
-
-d_fseek64 (stdio64.U):
- This variable conditionally defines the HAS_FSEEK64 symbol, which
- indicates to the C program that the fseek64() routine is available.
-
-d_fseeko64 (stdio64.U):
- This variable conditionally defines the HAS_FSEEKO64 symbol, which
- indicates to the C program that the fseeko64() routine is available.
+d_fpos64_t (io64.U):
+ This symbol will be defined if the C compiler supports fpos64_t.
d_fseeko (d_fseeko.U):
This variable conditionally defines the HAS_FSEEKO symbol, which
indicates to the C program that the fseeko() routine is available.
-d_fsetpos64 (stdio64.U):
- This variable conditionally defines the HAS_FSETPOS64 symbol, which
- indicates to the C program that the fsetpos64() routine is available.
-
d_fsetpos (d_fsetpos.U):
This variable conditionally defines HAS_FSETPOS if fsetpos() is
available to set the file position indicator.
-d_fstat64 (io64.U):
- This variable conditionally defines the HAS_FSTAT64 symbol, which
- indicates to the C program that the fstat64() routine is available.
-
d_fstatfs (d_statfs.U):
This variable conditionally defines the HAS_FSTATFS symbol, which
indicates to the C program that the fstatfs() routine is available.
@@ -599,14 +548,6 @@ d_fstatvfs (d_statvfs.U):
This variable conditionally defines the HAS_FSTATVFS symbol, which
indicates to the C program that the fstatvfs() routine is available.
-d_ftell64 (stdio64.U):
- This variable conditionally defines the HAS_FTELL64 symbol, which
- indicates to the C program that the ftell64() routine is available.
-
-d_ftello64 (stdio64.U):
- This variable conditionally defines the HAS_FTELLO64 symbol, which
- indicates to the C program that the ftello64() routine is available.
-
d_ftello (d_ftello.U):
This variable conditionally defines the HAS_FTELLO symbol, which
indicates to the C program that the ftello() routine is available.
@@ -616,10 +557,6 @@ d_ftime (d_ftime.U):
that the ftime() routine exists. The ftime() routine is basically
a sub-second accuracy clock.
-d_ftruncate64 (io64.U):
- This variable conditionally defines the HAS_FTRUNCATE64 symbol, which
- indicates to the C program that the ftruncate64() routine is available.
-
d_Gconvert (d_gconvert.U):
This variable holds what Gconvert is defined as to convert
floating point numbers into strings. It could be 'gconvert'
@@ -804,9 +741,6 @@ d_inetaton (d_inetaton.U):
indicates to the C program that the inet_aton() function is available
to parse IP address "dotted-quad" strings.
-d_ino64_t (io64.U):
- This symbol will be defined if the C compiler supports ino64_t.
-
d_int64t (i_inttypes.U):
This symbol will be defined if the C compiler supports int64_t.
@@ -828,6 +762,11 @@ d_lchown (d_lchown.U):
indicates to the C program that the lchown() routine is available
to operate on a symbolic link (instead of following the link).
+d_ldbl_dig (d_ldbl_dig.U):
+ This variable conditionally defines d_ldbl_dig if this system's
+ header files provide LDBL_DIG, which is the number of significant
+ digits in a long double precision number.
+
d_link (d_link.U):
This variable conditionally defines HAS_LINK if link() is
available to create hard links.
@@ -840,10 +779,6 @@ d_locconv (d_locconv.U):
This variable conditionally defines HAS_LOCALECONV if localeconv() is
available for numeric and monetary formatting conventions.
-d_lockf64 (io64.U):
- This variable conditionally defines the HAS_LOCKF64 symbol, which
- indicates to the C program that the lockf64() routine is available.
-
d_lockf (d_lockf.U):
This variable conditionally defines HAS_LOCKF if lockf() is
available to do file locking.
@@ -856,14 +791,6 @@ d_longlong (d_longlong.U):
This variable conditionally defines HAS_LONG_LONG if
the long long type is supported.
-d_lseek64 (io64.U):
- This variable conditionally defines the HAS_LSEEK64 symbol, which
- indicates to the C program that the lseek64() routine is available.
-
-d_lstat64 (io64.U):
- This variable conditionally defines the HAS_LSTAT64 symbol, which
- indicates to the C program that the lstat64() routine is available.
-
d_lstat (d_lstat.U):
This variable conditionally defines HAS_LSTAT if lstat() is
available to do file stats on symbolic links.
@@ -995,10 +922,6 @@ d_mymalloc (mallocsrc.U):
of the source want to take special action if MYMALLOC is used.
This may include different sorts of profiling or error detection.
-d_nextkey64 (dbm64.U):
- This variable conditionally defines the HAS_NEXTKEY64 symbol, which
- indicates to the C program that the nextkey64() routine is available.
-
d_nice (d_nice.U):
This variable conditionally defines the HAS_NICE symbol, which
indicates to the C program that the nice() routine is available.
@@ -1006,9 +929,6 @@ d_nice (d_nice.U):
d_off64_t (io64.U):
This symbol will be defined if the C compiler supports off64_t.
-d_offset_t (io64.U):
- This symbol will be defined if the C compiler supports offset_t.
-
d_old_pthread_create_joinable (d_pthrattrj.U):
This variable conditionally defines pthread_create_joinable.
undef if pthread.h defines PTHREAD_CREATE_JOINABLE.
@@ -1028,14 +948,6 @@ d_open3 (d_open3.U):
which indicates to the C program that the 3 argument version of
the open(2) function is available.
-d_open64 (io64.U):
- This variable conditionally defines the HAS_OPEN64 symbol, which
- indicates to the C program that the open64() routine is available.
-
-d_opendir64 (io64.U):
- This variable conditionally defines the HAS_OPENDIR64 symbol, which
- indicates to the C program that the opendir64() routine is available.
-
d_pathconf (d_pathconf.U):
This variable conditionally defines the HAS_PATHCONF symbol, which
indicates to the C program that the pathconf() routine is available
@@ -1153,10 +1065,6 @@ d_pwquota (i_pwd.U):
This variable conditionally defines PWQUOTA, which indicates
that struct passwd contains pw_quota.
-d_readdir64 (io64.U):
- This variable conditionally defines the HAS_READDIR64 symbol, which
- indicates to the C program that the readdir64() routine is available.
-
d_readdir (d_readdir.U):
This variable conditionally defines HAS_READDIR if readdir() is
available to read directory entries.
@@ -1210,10 +1118,6 @@ d_scm_rights (d_socket.U):
which indicates that the SCM_RIGHTS is available. #ifdef is
not enough because it may be an enum, glibc has been known to do this.
-d_seekdir64 (io64.U):
- This variable conditionally defines the HAS_SEEKDIR64 symbol, which
- indicates to the C program that the seekdir64() routine is available.
-
d_seekdir (d_readdir.U):
This variable conditionally defines HAS_SEEKDIR if seekdir() is
available.
@@ -1408,10 +1312,6 @@ d_sockpair (d_socket.U):
This variable conditionally defines the HAS_SOCKETPAIR symbol, which
indicates that the BSD socketpair() is supported.
-d_stat64 (io64.U):
- This variable conditionally defines the HAS_STAT64 symbol, which
- indicates to the C program that the stat64() routine is available.
-
d_statblks (d_statblks.U):
This variable conditionally defines USE_STAT_BLOCKS
if this system has a stat structure declaring
@@ -1453,10 +1353,6 @@ d_stdstdio (d_stdstdio.U):
has a FILE structure declaring usable _ptr and _cnt fields (or
equivalent) in stdio.h.
-d_store64 (dbm64.U):
- This variable conditionally defines the HAS_STORE64 symbol, which
- indicates to the C program that the store64() routine is available.
-
d_strchr (d_strchr.U):
This variable conditionally defines HAS_STRCHR if strchr() and
strrchr() are available for string searching.
@@ -1543,10 +1439,6 @@ d_tcsetpgrp (d_tcstpgrp.U):
indicates to the C program that the tcsetpgrp() routine is available
to set foreground process group ID.
-d_telldir64 (io64.U):
- This variable conditionally defines the HAS_TELLDIR64 symbol, which
- indicates to the C program that the telldir64() routine is available.
-
d_telldir (d_readdir.U):
This variable conditionally defines HAS_TELLDIR if telldir() is
available.
@@ -1567,14 +1459,6 @@ d_times (d_times.U):
that the times() routine exists. The times() routine is normaly
provided on UNIX systems. You may have to include <sys/times.h>.
-d_tmpfile64 (stdio64.U):
- This variable conditionally defines the HAS_TMPFILE64 symbol, which
- indicates to the C program that the tmpfile64() routine is available.
-
-d_truncate64 (io64.U):
- This variable conditionally defines the HAS_TRUNCATE64 symbol, which
- indicates to the C program that the truncate64() routine is available.
-
d_truncate (d_truncate.U):
This variable conditionally defines HAS_TRUNCATE if truncate() is
available to truncate files.
@@ -3147,6 +3031,10 @@ usedl (dlsrc.U):
This variable indicates if the the system supports dynamic
loading of some sort. See also dlsrc and dlobj.
+uselongdouble (uselongdbl.U):
+ This variable conditionally defines the USE_LONG_DOUBLE symbol,
+ and indicates that long doubles should be used when available.
+
usemultiplicity (usemultiplicity.U):
This variable conditionally defines the MULTIPLICITY symbol,
and indicates that Perl should be built to use multiplicity.
diff --git a/Porting/config.sh b/Porting/config.sh
index ce3ee9416b..b0ab9f23a4 100644
--- a/Porting/config.sh
+++ b/Porting/config.sh
@@ -8,7 +8,7 @@
# Package name : perl5
# Source directory : .
-# Configuration time: Mon Aug 2 01:32:52 EET DST 1999
+# Configuration time: Mon Aug 16 22:37:31 EET DST 1999
# Configured by : jhi
# Target system : osf1 alpha.hut.fi v4.0 878 alpha
@@ -30,10 +30,10 @@ afs='false'
alignbytes='8'
ansi2knr=''
aphostname=''
-apiversion='5.00558'
+apiversion='5.00560'
ar='ar'
-archlib='/opt/perl/lib/5.00558/alpha-dec_osf-thread'
-archlibexp='/opt/perl/lib/5.00558/alpha-dec_osf-thread'
+archlib='/opt/perl/lib/5.00560/alpha-dec_osf-thread'
+archlibexp='/opt/perl/lib/5.00560/alpha-dec_osf-thread'
archname64=''
archname='alpha-dec_osf-thread'
archobjs=''
@@ -51,12 +51,12 @@ castflags='0'
cat='cat'
cc='cc'
cccdlflags=' '
-ccdlflags=' -Wl,-rpath,/opt/perl/lib/5.00558/alpha-dec_osf-thread/CORE'
+ccdlflags=' -Wl,-rpath,/opt/perl/lib/5.00560/alpha-dec_osf-thread/CORE'
ccflags='-pthread -std -DLANGUAGE_C'
ccsymbols='__LANGUAGE_C__=1 _LONGLONG=1 LANGUAGE_C=1 SYSTYPE_BSD=1'
cf_by='jhi'
cf_email='yourname@yourhost.yourplace.com'
-cf_time='Mon Aug 2 01:32:52 EET DST 1999'
+cf_time='Mon Aug 16 22:37:31 EET DST 1999'
chgrp=''
chmod=''
chown=''
@@ -100,7 +100,7 @@ d_atoll='undef'
d_attribut='undef'
d_bcmp='define'
d_bcopy='define'
-d_bincompat5005=''
+d_bincompat5005='undef'
d_bsd='undef'
d_bsdgetpgrp='undef'
d_bsdsetpgrp='define'
@@ -118,11 +118,7 @@ d_crypt='define'
d_csh='define'
d_cuserid='define'
d_dbl_dig='define'
-d_dbmclose64='undef'
-d_dbminit64='undef'
-d_delete64='undef'
d_difftime='define'
-d_dirent64_s='undef'
d_dirnamlen='define'
d_dlerror='define'
d_dlopen='define'
@@ -146,30 +142,18 @@ d_fcntl='define'
d_fd_macros='define'
d_fd_set='define'
d_fds_bits='define'
-d_fetch64='undef'
-d_fgetpos64='undef'
d_fgetpos='define'
-d_firstkey64='undef'
d_flexfnam='define'
-d_flock64_s='undef'
d_flock='define'
-d_fopen64='undef'
d_fork='define'
d_fpathconf='define'
-d_freopen64='undef'
-d_fseek64='undef'
-d_fseeko64='undef'
+d_fpos64_t='undef'
d_fseeko='undef'
-d_fsetpos64='undef'
d_fsetpos='define'
-d_fstat64='undef'
d_fstatfs='define'
d_fstatvfs='define'
-d_ftell64='undef'
-d_ftello64='undef'
d_ftello='undef'
d_ftime='undef'
-d_ftruncate64='undef'
d_getgrent='define'
d_getgrps='define'
d_gethbyaddr='define'
@@ -206,21 +190,18 @@ d_hasmntopt='undef'
d_htonl='define'
d_index='undef'
d_inetaton='define'
-d_ino64_t='undef'
d_int64t='undef'
d_iovec_s='define'
d_isascii='define'
d_killpg='define'
d_lchown='define'
+d_ldbl_dig='define'
d_link='define'
d_llseek='undef'
d_locconv='define'
-d_lockf64='undef'
d_lockf='define'
d_longdbl='define'
d_longlong='define'
-d_lseek64='undef'
-d_lstat64='undef'
d_lstat='define'
d_madvise='define'
d_mblen='define'
@@ -250,16 +231,12 @@ d_msgsnd='define'
d_msync='define'
d_munmap='define'
d_mymalloc='undef'
-d_nextkey64='undef'
d_nice='define'
d_off64_t='undef'
-d_offset_t='undef'
d_old_pthread_create_joinable='undef'
d_oldpthreads='undef'
d_oldsock='undef'
d_open3='define'
-d_open64='undef'
-d_opendir64='undef'
d_pathconf='define'
d_pause='define'
d_phostname='undef'
@@ -275,7 +252,6 @@ d_pwexpire='undef'
d_pwgecos='define'
d_pwpasswd='define'
d_pwquota='define'
-d_readdir64='undef'
d_readdir='define'
d_readlink='define'
d_readv='define'
@@ -288,7 +264,6 @@ d_safemcpy='undef'
d_sanemcmp='define'
d_sched_yield='define'
d_scm_rights='define'
-d_seekdir64='undef'
d_seekdir='define'
d_select='define'
d_sem='define'
@@ -333,7 +308,6 @@ d_sigaction='define'
d_sigsetjmp='define'
d_socket='define'
d_sockpair='define'
-d_stat64='undef'
d_statblks='define'
d_statfs='define'
d_statfsflags='define'
@@ -343,7 +317,6 @@ d_stdio_ptr_lval='define'
d_stdio_stream_array='define'
d_stdiobase='define'
d_stdstdio='define'
-d_store64='undef'
d_strchr='define'
d_strcoll='define'
d_strctcpy='define'
@@ -363,13 +336,10 @@ d_syserrlst='define'
d_system='define'
d_tcgetpgrp='define'
d_tcsetpgrp='define'
-d_telldir64='undef'
d_telldir='define'
d_telldirproto='define'
d_time='define'
d_times='define'
-d_tmpfile64='undef'
-d_truncate64='undef'
d_truncate='define'
d_tzname='define'
d_umask='define'
@@ -500,15 +470,15 @@ i_vfork='undef'
ignore_versioned_solibs=''
incpath=''
inews=''
-installarchlib='/opt/perl/lib/5.00558/alpha-dec_osf-thread'
+installarchlib='/opt/perl/lib/5.00560/alpha-dec_osf-thread'
installbin='/opt/perl/bin'
installman1dir='/opt/perl/man/man1'
installman3dir='/opt/perl/man/man3'
installprefix='/opt/perl'
installprefixexp='/opt/perl'
-installprivlib='/opt/perl/lib/5.00558'
+installprivlib='/opt/perl/lib/5.00560'
installscript='/opt/perl/bin'
-installsitearch='/opt/perl/lib/site_perl/5.00558/alpha-dec_osf-thread'
+installsitearch='/opt/perl/lib/site_perl/5.00560/alpha-dec_osf-thread'
installsitelib='/opt/perl/lib/site_perl'
installstyle='lib'
installusrbinperl='define'
@@ -526,8 +496,8 @@ lib_ext='.a'
libc='/usr/shlib/libc.so'
libperl='libperl.so'
libpth='/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /var/shlib'
-libs='-lgdbm -ldbm -ldb -lm -lrt -lpthread -lexc'
-libswanted='sfio socket inet nsl nm gdbm dbm db malloc dld ld sun m rt cposix posix ndir dir crypt sec ucb BSD x pthread exc'
+libs='-lgdbm -ldbm -ldb -lm -lpthread -lexc'
+libswanted='sfio socket inet nsl nm gdbm dbm db malloc dld ld sun m cposix posix ndir dir crypt sec ucb BSD x pthread exc'
line=''
lint=''
lkflags=''
@@ -603,8 +573,8 @@ pmake=''
pr=''
prefix='/opt/perl'
prefixexp='/opt/perl'
-privlib='/opt/perl/lib/5.00558'
-privlibexp='/opt/perl/lib/5.00558'
+privlib='/opt/perl/lib/5.00560'
+privlibexp='/opt/perl/lib/5.00560'
prototype='define'
ptrsize='8'
randbits='48'
@@ -648,8 +618,8 @@ sig_name_init='"ZERO", "HUP", "INT", "QUIT", "ILL", "TRAP", "ABRT", "EMT", "FPE"
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 '
sig_num_init='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'
signal_t='void'
-sitearch='/opt/perl/lib/site_perl/5.00558/alpha-dec_osf-thread'
-sitearchexp='/opt/perl/lib/site_perl/5.00558/alpha-dec_osf-thread'
+sitearch='/opt/perl/lib/site_perl/5.00560/alpha-dec_osf-thread'
+sitearchexp='/opt/perl/lib/site_perl/5.00560/alpha-dec_osf-thread'
sitelib='/opt/perl/lib/site_perl'
sitelibexp='/opt/perl/lib/site_perl'
siteprefix='/opt/perl'
@@ -679,7 +649,7 @@ stdio_ptr='((fp)->_ptr)'
stdio_stream_array='_iob'
strings='/usr/include/string.h'
submit=''
-subversion='58'
+subversion='60'
sysman='/usr/man/man1'
tail=''
tar=''
@@ -697,6 +667,7 @@ uname='uname'
uniq='uniq'
use64bits='define'
usedl='define'
+uselongdouble='undef'
usemultiplicity='undef'
usemymalloc='n'
usenm='true'
@@ -715,7 +686,7 @@ vendorlib=''
vendorlibexp=''
vendorprefix=''
vendorprefixexp=''
-version='5.00558'
+version='5.00560'
vi=''
voidflags='15'
xlibpth='/usr/lib/386 /lib/386'
@@ -737,7 +708,7 @@ config_arg9='-Dmyhostname=yourhost'
config_arg10='-dE'
PERL_REVISION=5
PERL_VERSION=5
-PERL_SUBVERSION=58
+PERL_SUBVERSION=60
CONFIGDOTSH=true
# Variables propagated from previous config.sh file.
pp_sys_cflags='ccflags="$ccflags -DNO_EFF_ONLY_OK"'
diff --git a/Porting/config_H b/Porting/config_H
index 2dbb872f01..4aca318a66 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Mon Aug 2 01:32:52 EET DST 1999
+ * Configuration time: Mon Aug 16 22:37:31 EET DST 1999
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/
@@ -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 "/opt/perl/lib/5.00560/alpha-dec_osf-thread" /**/
+#define ARCHLIB_EXP "/opt/perl/lib/5.00560/alpha-dec_osf-thread" /**/
/* BIN:
* This symbol holds the path of the bin directory where the package will
@@ -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 "/opt/perl/lib/5.00560" /**/
+#define PRIVLIB_EXP "/opt/perl/lib/5.00560" /**/
/* 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 "/opt/perl/lib/site_perl/5.00560/alpha-dec_osf-thread" /**/
+#define SITEARCH_EXP "/opt/perl/lib/site_perl/5.00560/alpha-dec_osf-thread" /**/
/* SITELIB:
* This symbol contains the name of the private library for this package.
@@ -2147,7 +2147,7 @@
* that use features like threads and multiplicity it is always
* for those versions.
*/
-# PERL_BINCOMPAT_5005 /**/
+/*#define PERL_BINCOMPAT_5005 / **/
/* DLSYM_NEEDS_UNDERSCORE:
* This symbol, if defined, indicates that we need to prepend an
@@ -2199,6 +2199,14 @@
*/
/*#define HAS_HASMNTOPT / **/
+/* HAS_LDBL_DIG:
+ * This symbol, if defined, indicates that this system's <float.h>
+ * or <limits.h> defines the symbol LDBL_DIG, which is the number
+ * of significant digits in a long double precision number. Unlike
+ * for DBL_DIG, there's no good guess for LDBL_DIG if it is undefined.
+ */
+#define HAS_LDBL_DIG /* */
+
/* HAS_MADVISE:
* This symbol, if defined, indicates that the madvise system call is
* available to map a file into memory.
@@ -2264,42 +2272,6 @@
*/
#define HAS_WRITEV /**/
-/* HAS_DBMINIT64:
- * This symbol, if defined, indicates that the dbminit64 routine is
- * available to open dbm files larger than 2 gigabytes.
- */
-/* HAS_DBMCLOSE64:
- * This symbol, if defined, indicates that the dbmclose64 routine is
- * available to close dbm files larger than 2 gigabytes.
- */
-/* HAS_FETCH64:
- * This symbol, if defined, indicates that the fetch64 routine is
- * available to fetch from dbm files larger than 2 gigabytes.
- */
-/* HAS_STORE64:
- * This symbol, if defined, indicates that the store64 routine is
- * available to store to dbm files larger than 2 gigabytes.
- */
-/* HAS_DELETE64:
- * This symbol, if defined, indicates that the delete64 routine is
- * available to delete from dbm files larger than 2 gigabytes.
- */
-/* HAS_FIRSTKEY64:
- * This symbol, if defined, indicates that the firstkey64 routine is
- * available to firstkey in dbm files larger than 2 gigabytes.
- */
-/* HAS_NEXTKEY64:
- * 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 / **/
-
/* USE_DYNAMIC_LOADING:
* This symbol, if defined, indicates that dynamic loading of
* some sort is available.
@@ -2393,69 +2365,14 @@
*/
#define I_SYS_STATVFS /**/
-/* HAS_FSTAT64:
- * This symbol, if defined, indicates that the fstat64 routine is
- * available to stat files (fds) larger than 2 gigabytes.
- */
-/* HAS_FTRUNCATE64:
- * This symbol, if defined, indicates that the ftruncate64 routine is
- * available to tell files larger than 2 gigabytes.
- */
-/* HAS_LSEEK64:
- * This symbol, if defined, indicates that the lseek64 routine is
- * available to seek files larger than 2 gigabytes.
- */
-/* HAS_LSTAT64:
- * This symbol, if defined, indicates that the lstat64 routine is
- * available to stat files (symlinks) larger than 2 gigabytes.
- */
-/* HAS_OPEN64:
- * This symbol, if defined, indicates that the open64 routine is
- * available to open files larger than 2 gigabytes.
- */
-/* HAS_OPENDIR64:
- * This symbol, if defined, indicates that the opendir64 routine is
- * available to opendir files larger than 2 gigabytes.
- */
-/* HAS_READDIR64:
- * This symbol, if defined, indicates that the readdir64 routine is
- * available to readdir files larger than 2 gigabytes.
- */
-/* HAS_SEEKDIR64:
- * This symbol, if defined, indicates that the seekdir64 routine is
- * available to seekdir files larger than 2 gigabytes.
- */
-/* HAS_STAT64:
- * This symbol, if defined, indicates that the stat64 routine is
- * available to stat files larger than 2 gigabytes.
- */
-/* HAS_TELLDIR64:
- * This symbol, if defined, indicates that the telldir64 routine is
- * available to telldir files larger than 2 gigabytes.
- */
-/* HAS_TRUNCATE64:
- * This symbol, if defined, indicates that the truncate64 routine is
- * available to truncate files larger than 2 gigabytes.
- */
/* HAS_OFF64_T:
* This symbol will be defined if the C compiler supports off64_t.
*/
-/* 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_FPOS64_T:
+ * This symbol will be defined if the C compiler supports fpos64_t.
+ */
+/*#define HAS_OFF64_T / **/
+/*#define HAS_FPOS64_T / **/
/* PERL_PRIfldbl:
* This symbol, if defined, contains the string used by stdio to
@@ -2476,12 +2393,17 @@
* This symbol, if defined, contains the string used by stdio to
* format 64-bit unsigned decimal numbers (format 'u') for output.
*/
+/* PERL_PRIo64:
+ * This symbol, if defined, contains the string used by stdio to
+ * format 64-bit octal numbers (format 'o') for output.
+ */
/* PERL_PRIx64:
* This symbol, if defined, contains the string used by stdio to
* format 64-bit hexadecimal numbers (format 'x') for output.
*/
#define PERL_PRId64 "ld" /**/
#define PERL_PRIu64 "lu" /**/
+#define PERL_PRIo64 "lo" /**/
#define PERL_PRIx64 "lx" /**/
/* SELECT_MIN_BITS:
@@ -2500,52 +2422,6 @@
*/
#define STARTPERL "#!/opt/perl/bin/perl" /**/
-/* HAS_FGETPOS64:
- * This symbol, if defined, indicates that the fgetpos64 routine is
- * available to getpos files larger than 2 gigabytes.
- */
-/* HAS_FOPEN64:
- * This symbol, if defined, indicates that the fopen64 routine is
- * available to open files larger than 2 gigabytes.
- */
-/* HAS_FREOPEN64:
- * This symbol, if defined, indicates that the freopen64 routine is
- * available to reopen files larger than 2 gigabytes.
- */
-/* HAS_FSEEK64:
- * This symbol, if defined, indicates that the fseek64 routine is
- * available to seek files larger than 2 gigabytes.
- */
-/* HAS_FSEEKO64:
- * This symbol, if defined, indicates that the fseeko64 routine is
- * available to seek files larger than 2 gigabytes.
- */
-/* HAS_FSETPOS64:
- * This symbol, if defined, indicates that the fsetpos64 routine is
- * available to setpos files larger than 2 gigabytes.
- */
-/* HAS_FTELL64:
- * This symbol, if defined, indicates that the ftell64 routine is
- * available to tell files larger than 2 gigabytes.
- */
-/* HAS_FTELLO64:
- * This symbol, if defined, indicates that the ftello64 routine is
- * available to tell files larger than 2 gigabytes.
- */
-/* HAS_TMPFILE64:
- * 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_STDIO_STREAM_ARRAY:
* This symbol, if defined, tells that there is an array
* holding the stdio streams.
@@ -2570,6 +2446,12 @@
*/
#define USE_64_BITS /**/
+/* USE_LONG_DOUBLE:
+ * This symbol, if defined, indicates that long doubles should
+ * be used when available.
+ */
+/*#define USE_LONG_DOUBLE / **/
+
/* MULTIPLICITY:
* This symbol, if defined, indicates that Perl should
* be built to use multiplicity.