summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-01-15 05:13:09 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-15 05:13:09 +0000
commitf00d8b4e3ca382c11d752411d929160882a82942 (patch)
tree74c9b10bae30c82172241160e48ee7cb23956b1c /Configure
parent9aa983d27b0af31badfcbbb76567f6e557076b41 (diff)
downloadperl-f00d8b4e3ca382c11d752411d929160882a82942.tar.gz
Revert #8437 and #8438, the Linux large files story is more complex.
p4raw-id: //depot/perl@8440
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure16
1 files changed, 1 insertions, 15 deletions
diff --git a/Configure b/Configure
index ea2b060ea5..3e845c5f96 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 Sun Jan 14 06:37:36 EET 2001 [metaconfig 3.0 PL70]
+# Generated on Fri Jan 12 22:28:01 EET 2001 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -631,7 +631,6 @@ i_dirent=''
i_dld=''
i_dlfcn=''
i_fcntl=''
-i_features=''
i_float=''
i_gdbm=''
d_grpasswd=''
@@ -9304,19 +9303,11 @@ eval $inlibc
set fpathconf d_fpathconf
eval $inlibc
-: see if this is a features.h system
-set features.h i_features
-eval $inhdr
-
: check for fpos64_t
echo " "
echo "Checking to see if you have fpos64_t..." >&4
$cat >try.c <<EOCP
-#$i_features I_FEATURES
-#ifdef I_FEATURES
-#include <features.h>
-#endif
#include <stdio.h>
int main() { fpos64_t x = 7; }
EOCP
@@ -10510,10 +10501,6 @@ $rm -f try.* try
echo " "
echo "Checking to see if you have off64_t..." >&4
$cat >try.c <<EOCP
-#$i_features I_FEATURES
-#ifdef I_FEATURES
-#include <features.h>
-#endif
#include <sys/types.h>
#include <unistd.h>
int main() { off64_t x = 7; }
@@ -16224,7 +16211,6 @@ i_dirent='$i_dirent'
i_dld='$i_dld'
i_dlfcn='$i_dlfcn'
i_fcntl='$i_fcntl'
-i_features='$i_features'
i_float='$i_float'
i_gdbm='$i_gdbm'
i_grp='$i_grp'