Rename -Duselfs to -Duselargefiles. We don't need no stnkngbbrvtns.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 20 Sep 1999 19:44:44 +0000 (19:44 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 20 Sep 1999 19:44:44 +0000 (19:44 +0000)
p4raw-id: //depot/cfgperl@4211

Configure
config_h.SH
pod/perldelta.pod

index cfa2914..c06f8a5 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 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
@@ -817,7 +817,7 @@ trnl=''
 uidtype=''
 archname64=''
 use64bits=''
-uselfs=''
+uselargefiles=''
 uselongdouble=''
 usemorebits=''
 usemultiplicity=''
@@ -3028,11 +3028,11 @@ esac
 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
@@ -3042,9 +3042,9 @@ case "$ans" in
 y|Y)   val="$define" ;;
 *)     val="$undef"  ;;
 esac
-set uselfs
+set uselargefiles
 eval $setvar
-case "$uselfs" in
+case "$uselargefiles" in
 "$define") use64bits="$define" ;;
 esac
 
@@ -14003,7 +14003,7 @@ uname='$uname'
 uniq='$uniq'
 use64bits='$use64bits'
 usedl='$usedl'
-uselfs='$uselfs'
+uselargefiles='$uselargefiles'
 uselongdouble='$uselongdouble'
 usemorebits='$usemorebits'
 usemultiplicity='$usemultiplicity'
index b5fa0df..5aa68c2 100644 (file)
@@ -2480,7 +2480,7 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
  *     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
index 7d37aad..e3a37dc 100644 (file)
@@ -184,8 +184,8 @@ start losing precision (their lower digits).
 
 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