Craig A. Berry [Thu, 27 Sep 2007 00:57:00 +0000 (00:57 +0000)]
makes _USE_STD_STAT and symbolic link support the defaults where available.
p4raw-id: //depot/perl@31984
$ use64bitall = "n"
$ use64bitint = "n"
$ uselongdouble = "n"
-$ uselargefiles = "n"
+$ uselargefiles = "y"
$ usestdstat = "n"
$ usesitecustomize = "n"
$ C_Compiler_Replace = "CC="
$!
$ 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