Regen Configure.
Jarkko Hietaniemi [Fri, 19 Feb 1999 20:38:54 +0000 (20:38 +0000)]
p4raw-id: //depot/cfgperl@2984

Configure
Porting/config.sh
Porting/config_H
perl.c

index 8cac5b0..8c5b835 100755 (executable)
--- 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
index 32d3b69..d850c56 100644 (file)
@@ -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=''
index a12088c..8bfd151 100644 (file)
@@ -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 81d1f96..836ec10 100644 (file)
--- 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)