From: Jarkko Hietaniemi Date: Mon, 20 Sep 1999 19:44:44 +0000 (+0000) Subject: Rename -Duselfs to -Duselargefiles. We don't need no stnkngbbrvtns. X-Git-Tag: accepted/trunk/20130322.191538~34817^2~640 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=249b38c67b3450298e92b9ac6afeebe063da18f8;p=platform%2Fupstream%2Fperl.git Rename -Duselfs to -Duselargefiles. We don't need no stnkngbbrvtns. p4raw-id: //depot/cfgperl@4211 --- diff --git a/Configure b/Configure index cfa2914..c06f8a5 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 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$$ <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 diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7d37aad..e3a37dc 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -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