summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-12-21 16:23:48 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-12-21 16:23:48 +0000
commit4b661809a7c66d2c579a3f04c11e70664742d63e (patch)
tree658b7cb724e9d87e770348fae2d5c9bd2adb3205 /Porting
parent4ba7095c8b1e78642662b76b43ac3fa8cbda5537 (diff)
downloadperl-4b661809a7c66d2c579a3f04c11e70664742d63e.tar.gz
Rename testsyml to issymlink.
p4raw-id: //depot/perl@8221
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary5
-rw-r--r--Porting/config.sh5
-rw-r--r--Porting/config_H2
3 files changed, 9 insertions, 3 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 5c7b393aa3..0095ef18c0 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -2443,6 +2443,11 @@ intsize (intsize.U):
This variable contains the value of the INTSIZE symbol, which
indicates to the C program how many bytes there are in an int.
+issymlink (issymlink.U):
+ This variable holds the switch of the test command to test
+ for a symbolic link (if they are supported). Typical values
+ include '-h' and '-L'.
+
ivdformat (perlxvf.U):
This variable contains the format string used for printing
a Perl IV as a signed decimal integer.
diff --git a/Porting/config.sh b/Porting/config.sh
index 2cde2f8c22..90e7dc5218 100644
--- a/Porting/config.sh
+++ b/Porting/config.sh
@@ -8,7 +8,7 @@
# Package name : perl5
# Source directory : /m/fs/work/work/permanent/perl/pp4/perl
-# Configuration time: Tue Dec 19 20:04:33 EET 2000
+# Configuration time: Thu Dec 21 18:13:27 EET 2000
# Configured by : jhi
# Target system : osf1 alpha.hut.fi v4.0 878 alpha
@@ -62,7 +62,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='Tue Dec 19 20:04:33 EET 2000'
+cf_time='Thu Dec 21 18:13:27 EET 2000'
charsize='1'
chgrp=''
chmod=''
@@ -547,6 +547,7 @@ installvendorarch=''
installvendorbin=''
installvendorlib=''
intsize='4'
+issymlink='-h'
ivdformat='"ld"'
ivsize='8'
ivtype='long'
diff --git a/Porting/config_H b/Porting/config_H
index a7776278af..039ed258dc 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : /m/fs/work/work/permanent/perl/pp4/perl
- * Configuration time: Tue Dec 19 20:04:33 EET 2000
+ * Configuration time: Thu Dec 21 18:13:27 EET 2000
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/