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,
# 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
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'
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'
path_sep=':'
perl5='perl'
perl=''
-perl_patchlevel='16943'
+perl_patchlevel='16967'
perladmin='yourname@yourhost.yourplace.com'
perllibs='-lm -lutil'
perlpath='/opt/perl/bin/perl'
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'
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"'
/*
* 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
*/
/* 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)