Try to fix largefileness so that it "works" without a quad IV.
[p5sagit/p5-mst-13.2.git] / Configure
index 9cad345..0a0523e 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 Nov 12 01:02:11 EET 1999 [metaconfig 3.0 PL70]
+# Generated on Sat Nov 13 15:36:41 EET 1999 [metaconfig 3.0 PL70]
 # (with additional metaconfig patches by perlbug@perl.com)
 
 cat >/tmp/c1$$ <<EOF
@@ -829,7 +829,6 @@ sitelib=''
 sitelibexp=''
 siteprefix=''
 siteprefixexp=''
-sizesize=''
 sizetype=''
 so=''
 sharpbang=''
@@ -8582,7 +8581,7 @@ else
        val="$undef"
        echo "No, it doesn't."
        case "$lseeksize" in
-       8) echo "(This is okay because your off_t is 64 bits wide.)" ;;
+       8) echo "(This is okay because your off_t is 64 bits wide.)" >&4 ;;
        esac
 fi
 $rm -f try.* try
@@ -13003,37 +13002,6 @@ echo $sig_name | $awk \
 }'
 $rm -f signal signal.c signal.awk signal.lst signal_cmd 
 
-echo " "
-case "$sizetype" in
-*_t) zzz="$sizetype"   ;;
-*)   zzz="filesize"    ;;
-esac
-echo "Checking the size of $zzz..." >&4 
-cat > try.c <<EOCP
-#include <sys/types.h>
-#include <stdio.h>
-int main() {
-    printf("%d\n", (int)sizeof($sizetype));
-    exit(0);
-}
-EOCP
-set try
-if eval $compile_ok; then
-       yyy=`./try`
-       case "$yyy" in
-       '')     sizesize=4
-               echo "(I can't execute the test program--guessing $sizesize.)" >&4
-               ;;
-       *)      sizesize=$yyy
-               echo "Your $zzz size is $sizesize bytes."
-               ;;
-       esac
-else
-       sizesize=4
-       echo "(I can't compile the test program--guessing $sizesize.)" >&4
-fi
-
-
 : see what type is used for signed size_t
 set ssize_t ssizetype int stdio.h sys/types.h
 eval $typedef
@@ -14708,7 +14676,6 @@ sitelib='$sitelib'
 sitelibexp='$sitelibexp'
 siteprefix='$siteprefix'
 siteprefixexp='$siteprefixexp'
-sizesize='$sizesize'
 sizetype='$sizetype'
 sleep='$sleep'
 smail='$smail'