summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-01-22 08:54:19 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-01-22 08:54:19 +0000
commit9b9c89a36bf92fa7d67f5bb3396c5e16656e77ae (patch)
treefda450ae3b9cd4185ee9a4f7edd777d382460869 /Configure
parente9fa98b27b08c227248dead8a754ba7c9269fec0 (diff)
downloadperl-9b9c89a36bf92fa7d67f5bb3396c5e16656e77ae.tar.gz
nosuid patch continued: *BSD needs <sys/param.h>.
p4raw-id: //depot/cfgperl@2678
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure12
1 files changed, 6 insertions, 6 deletions
diff --git a/Configure b/Configure
index 0fbb11adc3..2995765f05 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 Thu Jan 21 10:23:50 EET 1999 [metaconfig 3.0 PL70]
+# Generated on Fri Jan 22 10:52:50 EET 1999 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by jhi@iki.fi)
cat >/tmp/c1$$ <<EOF
@@ -7981,6 +7981,10 @@ eval $inlibc
set fsetpos d_fsetpos
eval $inlibc
+: see if this is a sys/param system
+set sys/param.h i_sysparam
+eval $inhdr
+
: see if this is a sys/mount.h system
set sys/mount.h i_sysmount
eval $inhdr
@@ -7995,7 +7999,7 @@ set fstatfs d_fstatfs
eval $inlibc
: see if statfs knows about mount flags
-set d_statfsflags statfs f_flags $i_sysmount sys/mount.h
+set d_statfsflags statfs f_flags $i_sysparam sys/param.h $i_sysmount sys/mount.h
eval $hasfield
@@ -12073,10 +12077,6 @@ fi
set i_sysioctl
eval $setvar
-: see if this is a sys/param system
-set sys/param.h i_sysparam
-eval $inhdr
-
: see if sys/resource.h has to be included
set sys/resource.h i_sysresrc
eval $inhdr