summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2007-09-27 00:57:00 +0000
committerCraig A. Berry <craigberry@mac.com>2007-09-27 00:57:00 +0000
commitfe6e2aaa2c31937159a13846da80056ec342c494 (patch)
treea233f392185e2387f7f8c7e11733ceea0a88bb45 /configure.com
parent95b611b0bba585b54c6e7623440a11b1268968e2 (diff)
downloadperl-fe6e2aaa2c31937159a13846da80056ec342c494.tar.gz
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
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.com b/configure.com
index e7eefba0e2..665ef4d4db 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