# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Mon Sep 20 22:45:40 EET DST 1999 [metaconfig 3.0 PL70]
+# Generated on Mon Sep 20 22:50:41 EET DST 1999 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
uidtype=''
archname64=''
use64bits=''
-uselfs=''
+uselargefiles=''
uselongdouble=''
usemorebits=''
usemultiplicity=''
cat <<EOM
Perl can be built to understand large files (files larger than 2 gigabytes)
-on some systems. To do so, Configure must be run with -Duselfs.
+on some systems. To do so, Configure must be run with -Duselargefiles.
If this doesn't make any sense to you, just accept the default.
EOM
-case "$uselfs" in
+case "$uselargefiles" in
"$define"|true|[yY]*) dflt='y' ;;
*) dflt='n' ;;
esac
y|Y) val="$define" ;;
*) val="$undef" ;;
esac
-set uselfs
+set uselargefiles
eval $setvar
-case "$uselfs" in
+case "$uselargefiles" in
"$define") use64bits="$define" ;;
esac
uniq='$uniq'
use64bits='$use64bits'
usedl='$usedl'
-uselfs='$uselfs'
+uselargefiles='$uselargefiles'
uselongdouble='$uselongdouble'
usemorebits='$usemorebits'
usemultiplicity='$usemultiplicity'
* should be used when available. The USE_64_BITS symbol will
* also be turned on if necessary.
*/
-#$uselfs USE_LARGE_FILES /**/
+#$uselargefiles USE_LARGE_FILES /**/
/* USE_LONG_DOUBLE:
* This symbol, if defined, indicates that long doubles should
If you have filesystems that support "large files" (files larger than
2 gigabytes), you may now also be able to create and access them from
-Perl. You have to use Configure -Duselfs. Turning on the large file
-support turns on also the 64-bit support, for obvious reasons.
+Perl. You have to use Configure -Duselargefiles. Turning on the
+large file support turns on also the 64-bit support, for obvious reasons.
Note that in addition to requiring a proper file system to do large
files you may also need to adjust your per-process (or your