summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-02-19 20:38:54 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-02-19 20:38:54 +0000
commit7b89560d5c65a9e518ae4b0eaf293de9d2d6c192 (patch)
treee190b434fe843bd27e0767adfba7f65c26974dd4
parentccc7f9b3740d5c1211fbd847d1ae120278f3f710 (diff)
downloadperl-7b89560d5c65a9e518ae4b0eaf293de9d2d6c192.tar.gz
Regen Configure.
p4raw-id: //depot/cfgperl@2984
-rwxr-xr-xConfigure2
-rw-r--r--Porting/config.sh4
-rw-r--r--Porting/config_H2
-rw-r--r--perl.c7
4 files changed, 11 insertions, 4 deletions
diff --git a/Configure b/Configure
index 8cac5b0da6..8c5b83546c 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 Fri Feb 19 21:44:45 EET 1999 [metaconfig 3.0 PL70]
+# Generated on Fri Feb 19 22:20:20 EET 1999 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
diff --git a/Porting/config.sh b/Porting/config.sh
index 32d3b69aa0..d850c5610e 100644
--- a/Porting/config.sh
+++ b/Porting/config.sh
@@ -8,7 +8,7 @@
# Package name : perl5
# Source directory : .
-# Configuration time: Fri Feb 19 21:46:12 EET 1999
+# Configuration time: Fri Feb 19 22:09:06 EET 1999
# Configured by : jhi
# Target system : osf1 alpha.hut.fi v4.0 878 alpha
@@ -55,7 +55,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='Fri Feb 19 21:46:12 EET 1999'
+cf_time='Fri Feb 19 22:09:06 EET 1999'
chgrp=''
chmod=''
chown=''
diff --git a/Porting/config_H b/Porting/config_H
index a12088c73b..8bfd151943 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Fri Feb 19 21:46:12 EET 1999
+ * Configuration time: Fri Feb 19 22:09:06 EET 1999
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/
diff --git a/perl.c b/perl.c
index 81d1f96d99..836ec10458 100644
--- a/perl.c
+++ b/perl.c
@@ -2118,6 +2118,13 @@ sed %s -e \"/^[^#]/b\" \
}
}
+/* Mention
+ * I_SYSSTATVFS HAS_FSTATVFS
+ * I_SYSMOUNT
+ * I_STATFS HAS_FSTATFS
+ * I_MNTENT HAS_GETMNTENT HAS_HASMNTOPT
+ * here so that metaconfig picks them up. */
+
#ifdef IAMSUID
static int
fd_on_nosuid_fs(int fd)