diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-01-16 16:37:47 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-01-16 16:37:47 +0000 |
commit | 628e1a40d854546bd93e9304795a0b62669c91c2 (patch) | |
tree | 7a102c2d04e15409ac916db7f582cc6268aea605 /Porting | |
parent | ff935051c0581ebaf8a1cbeb640d7c48ba85cbbc (diff) | |
download | perl-628e1a40d854546bd93e9304795a0b62669c91c2.tar.gz |
Continue qgcvt work; closer now but not yet there.
p4raw-id: //depot/cfgperl@4806
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Glossary | 4 | ||||
-rw-r--r-- | Porting/config.sh | 5 | ||||
-rw-r--r-- | Porting/config_H | 2 |
3 files changed, 3 insertions, 8 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 080a4d8577..1bd313b9a3 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -1081,10 +1081,6 @@ d_pwquota (i_pwd.U): This variable conditionally defines PWQUOTA, which indicates that struct passwd contains pw_quota. -d_qgcvt (d_qgcvt.U): - This variable conditionally defines the HAS_QGCVT symbol, which - indicates to the C program that the qgcvt() routine is available. - d_quad (quadtype.U): This variable, if defined, tells that there's a 64-bit integer type, quadtype. diff --git a/Porting/config.sh b/Porting/config.sh index 1da2efa9f2..40c49ca417 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -8,7 +8,7 @@ # Package name : perl5 # Source directory : . -# Configuration time: Sat Jan 15 23:22:46 EET 2000 +# Configuration time: Sun Jan 16 18:32:10 EET 2000 # Configured by : jhi # Target system : osf1 alpha.hut.fi v4.0 878 alpha @@ -59,7 +59,7 @@ 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='Sat Jan 15 23:22:46 EET 2000' +cf_time='Sun Jan 16 18:32:10 EET 2000' charsize='1' chgrp='' chmod='' @@ -249,7 +249,6 @@ d_pwexpire='undef' d_pwgecos='define' d_pwpasswd='define' d_pwquota='define' -d_qgcvt='undef' d_quad='define' d_readdir='define' d_readlink='define' diff --git a/Porting/config_H b/Porting/config_H index 729fb7efd4..858c3a4f0c 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Sat Jan 15 23:22:46 EET 2000 + * Configuration time: Sun Jan 16 18:32:10 EET 2000 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ |