summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-02-09 02:56:43 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-02-09 02:56:43 +0000
commit49dabb45831980a6e3e2fc5ed17c356e5e8369cd (patch)
tree3377df7a434e961ec1ac9ffdd3fc71c7056bf3d1 /Porting
parent82aaaa3caa890d0e61b57c01691b98ef9ecfb1fe (diff)
downloadperl-49dabb45831980a6e3e2fc5ed17c356e5e8369cd.tar.gz
(fake) use of getcwd.
p4raw-id: //depot/cfgperl@5047
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary5
-rw-r--r--Porting/config.sh7
-rw-r--r--Porting/config_H10
3 files changed, 17 insertions, 5 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index ec69037292..8784524812 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -606,6 +606,11 @@ d_Gconvert (d_gconvert.U):
d_Gconvert='gcvt((x),(n),(b))'
d_Gconvert='sprintf((b),"%.*g",(n),(x))'
+d_getcwd (d_getcwd.U):
+ This variable conditionally defines the HAS_GETCWD symbol, which
+ indicates to the C program that the getcwd() routine is available
+ to get the current working directory.
+
d_getgrent (d_getgrent.U):
This variable conditionally defines the HAS_GETGRENT symbol, which
indicates to the C program that the getgrent() routine is available
diff --git a/Porting/config.sh b/Porting/config.sh
index 5098924e6b..6e837e3237 100644
--- a/Porting/config.sh
+++ b/Porting/config.sh
@@ -8,7 +8,7 @@
# Package name : perl5
# Source directory : .
-# Configuration time: Wed Feb 9 04:06:18 EET 2000
+# Configuration time: Wed Feb 9 04:57:13 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='__alpha=1 __LANGUAGE_C__=1 __osf__=1 __unix__=1 _LONGLONG=1 _SYSTYPE_BSD=1 SYSTYPE_BSD=1 unix=1'
cf_by='jhi'
cf_email='yourname@yourhost.yourplace.com'
-cf_time='Wed Feb 9 04:06:18 EET 2000'
+cf_time='Wed Feb 9 04:57:13 EET 2000'
charsize='1'
chgrp=''
chmod=''
@@ -158,6 +158,7 @@ d_fstatfs='define'
d_fstatvfs='define'
d_ftello='undef'
d_ftime='undef'
+d_getcwd='define'
d_getgrent='define'
d_getgrps='define'
d_gethbyaddr='define'
@@ -494,7 +495,7 @@ i_varhdr='stdarg.h'
i_vfork='undef'
ignore_versioned_solibs=''
inc_version_list=' '
-inc_version_list_init='""'
+inc_version_list_init='0'
incpath=''
inews=''
installarchlib='/opt/perl/lib/5.5.650/alpha-dec_osf-thread-multi'
diff --git a/Porting/config_H b/Porting/config_H
index 2c78b547a7..97d87e85cd 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Wed Feb 9 04:06:18 EET 2000
+ * Configuration time: Wed Feb 9 04:57:13 EET 2000
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/
@@ -1382,6 +1382,12 @@
*/
#define Gconvert(x,n,t,b) gcvt((x),(n),(b))
+/* HAS_GETCWD:
+ * This symbol, if defined, indicates that the getcwd routine is
+ * available to get the current working directory.
+ */
+#define HAS_GETCWD /**/
+
/* HAS_GETGRENT:
* This symbol, if defined, indicates that the getgrent routine is
* available for sequential access of the group database.
@@ -2386,7 +2392,7 @@
* for a C initialization string. See the inc_version_list entry
* in Porting/Glossary for more details.
*/
-#define PERL_INC_VERSION_LIST "" /**/
+#define PERL_INC_VERSION_LIST 0 /**/
/* INSTALL_USR_BIN_PERL:
* This symbol, if defined, indicates that Perl is to be installed