From: Craig A. Berry Date: Thu, 27 Sep 2007 00:57:00 +0000 (+0000) Subject: Make large file support the default on VMS systems that have it. This in turn X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fe6e2aaa2c31937159a13846da80056ec342c494;p=p5sagit%2Fp5-mst-13.2.git Make large file support the default on VMS systems that have it. This in turn makes _USE_STD_STAT and symbolic link support the defaults where available. p4raw-id: //depot/perl@31984 --- diff --git a/configure.com b/configure.com index e7eefba..665ef4d 100644 --- a/configure.com +++ b/configure.com @@ -50,7 +50,7 @@ $ use_vmsdebug_perl = "n" $ use64bitall = "n" $ use64bitint = "n" $ uselongdouble = "n" -$ uselargefiles = "n" +$ uselargefiles = "y" $ usestdstat = "n" $ usesitecustomize = "n" $ C_Compiler_Replace = "CC=" @@ -4929,10 +4929,10 @@ $ ENDIF $! $ IF uselargefiles .OR. uselargefiles .eqs. "define" $ THEN -$ echo4 "Largefile support enabled (plus standard stat support on V8.2 and later)" -$ usestdstat = "y" $ IF (vms_ver .GES. "8.2") .AND. (archname .NES. "VMS_VAX") $ THEN +$ echo4 "Largefile support enabled, so enabling standard stat support too." +$ usestdstat = "y" $ echo4 - "Looking for the realpath() function to indicate symbolic link support..." $ OS