summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-06-05 12:59:31 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-05 12:59:31 +0000
commit00fac743313809502d2125d1d1ddffd0d7f383ff (patch)
tree768525744894eaa0d3cbaed562f8c3b73475b035 /Porting
parentb965688b0e455884d8849b2b52a7c24c4c9dae12 (diff)
downloadperl-00fac743313809502d2125d1d1ddffd0d7f383ff.tar.gz
Regen Glossary for #16991.
p4raw-id: //depot/perl@17007
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary5
-rw-r--r--Porting/config.sh11
-rw-r--r--Porting/config_H5
3 files changed, 14 insertions, 7 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 0d18d49418..5eb7977292 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -2537,6 +2537,11 @@ gmtime_r_proto (d_gmtime_r.U):
REENTRANT_PROTO_T_ABC macros of reentr.h if d_gmtime_r
is defined.
+gnulibc_version (d_gnulibc.U):
+ This variable contains the version number of the GNU C library.
+ It is usually something like '2.2.5'. It is a plain '' if this
+ is not the GNU C library, or if the version is unknown.
+
grep (Loc.U):
This variable is used internally by Configure to determine the
full pathname (if any) of the grep program. After Configure runs,
diff --git a/Porting/config.sh b/Porting/config.sh
index 0b3f5dcecb..ee7ae81466 100644
--- a/Porting/config.sh
+++ b/Porting/config.sh
@@ -8,7 +8,7 @@
# Package name : perl5
# Source directory : .
-# Configuration time: Sat Jun 1 19:20:35 EET DST 2002
+# Configuration time: Wed Jun 5 16:58:08 EET DST 2002
# Configured by : jhi
# Target system : osf1 alpha.hut.fi v4.0 878 alpha
@@ -63,7 +63,7 @@ ccsymbols='__alpha=1 __LANGUAGE_C__=1 __osf__=1 __unix__=1 _LONGLONG=1 _SYSTYPE_
ccversion='V5.6-082'
cf_by='jhi'
cf_email='yourname@yourhost.yourplace.com'
-cf_time='Sat Jun 1 19:20:35 EET DST 2002'
+cf_time='Wed Jun 5 16:58:08 EET DST 2002'
charsize='1'
chgrp=''
chmod='chmod'
@@ -551,6 +551,7 @@ gidtype='gid_t'
glibpth='/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib'
gmake='gmake'
gmtime_r_proto='0'
+gnulibc_version=''
grep='grep'
groupcat='cat /etc/group'
groupstype='gid_t'
@@ -769,7 +770,7 @@ patchlevel='8'
path_sep=':'
perl5='perl'
perl=''
-perl_patchlevel='16943'
+perl_patchlevel='16967'
perladmin='yourname@yourhost.yourplace.com'
perllibs='-lm -lutil'
perlpath='/opt/perl/bin/perl'
@@ -953,7 +954,7 @@ vendorlibexp=''
vendorprefix=''
vendorprefixexp=''
version='5.8.0'
-version_patchlevel_string='version 8 subversion 0 patch 16943'
+version_patchlevel_string='version 8 subversion 0 patch 16967'
versiononly='undef'
vi=''
voidflags='15'
@@ -982,7 +983,7 @@ PERL_SUBVERSION=0
PERL_API_REVISION=5
PERL_API_VERSION=8
PERL_API_SUBVERSION=0
-PERL_PATCHLEVEL=16943
+PERL_PATCHLEVEL=16967
PERL_CONFIG_SH=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 ec6c5e570c..9f71299f35 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Sat Jun 1 19:20:35 EET DST 2002
+ * Configuration time: Wed Jun 5 16:58:08 EET DST 2002
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/
@@ -1797,7 +1797,8 @@
/* HAS_GNULIBC:
* This symbol, if defined, indicates to the C program that
- * the GNU C library is being used.
+ * the GNU C library is being used. A better check is to use
+ * the __GLIBC__ and __GLIBC_MINOR__ symbols supplied with glibc.
*/
/*#define HAS_GNULIBC / **/
#if defined(HAS_GNULIBC) && !defined(_GNU_SOURCE)