summaryrefslogtreecommitdiff
path: root/Configure
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 /Configure
parent82aaaa3caa890d0e61b57c01691b98ef9ecfb1fe (diff)
downloadperl-49dabb45831980a6e3e2fc5ed17c356e5e8369cd.tar.gz
(fake) use of getcwd.
p4raw-id: //depot/cfgperl@5047
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure8
1 files changed, 7 insertions, 1 deletions
diff --git a/Configure b/Configure
index e8ea285c36..ab494ffe33 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Wed Feb 9 04:26:02 EET 2000 [metaconfig 3.0 PL70]
+# Generated on Wed Feb 9 04:55:51 EET 2000 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
@@ -362,6 +362,7 @@ d_ftello=''
d_ftime=''
d_gettimeod=''
d_Gconvert=''
+d_getcwd=''
d_getgrent=''
d_getgrps=''
d_gethbyaddr=''
@@ -8941,6 +8942,10 @@ case "$longsize" in
8) echo "(Your long is 64 bits, so you could use ftell.)" ;;
esac
+: see if getcwd exists
+set getcwd d_getcwd
+eval $inlibc
+
: see if getgrent exists
set getgrent d_getgrent
eval $inlibc
@@ -14630,6 +14635,7 @@ d_fstatfs='$d_fstatfs'
d_fstatvfs='$d_fstatvfs'
d_ftello='$d_ftello'
d_ftime='$d_ftime'
+d_getcwd='$d_getcwd'
d_getgrent='$d_getgrent'
d_getgrps='$d_getgrps'
d_gethbyaddr='$d_gethbyaddr'