summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorHans Mulder <hansmu@xs4all.nl>1999-03-01 08:06:29 -0800
committerJarkko Hietaniemi <jhi@iki.fi>1999-03-02 08:22:29 +0000
commita12fb9119e8da180ab3c5a7359cb81660e41b805 (patch)
treedee179de14c1768ba62dddd30cf81808abd286dd /configure.com
parentadd94a5806141380fd09a55c646496326315ee82 (diff)
downloadperl-a12fb9119e8da180ab3c5a7359cb81660e41b805.tar.gz
To: perl5-porters@perl.org, vmsperl@perl.org
Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS Date: Mon, 01 Mar 1999 16:06:29 -0800 Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu> From: Dan Sugalski <sugalskd@osshe.edu> To: perl5-porters@perl.org, vmsperl@perl.org Subject: [PATCH 5.005_56]vmsish.pm patch Date: Mon, 01 Mar 1999 20:19:04 -0800 Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu> plus Configure regen containing a "solution" to the crosscompile/multiarch problem. p4raw-id: //depot/cfgperl@3050
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com21
1 files changed, 0 insertions, 21 deletions
diff --git a/configure.com b/configure.com
index 70131e404f..7e2829339d 100644
--- a/configure.com
+++ b/configure.com
@@ -1727,27 +1727,6 @@ $ ENDIF
$ ENDIF
$ ENDIF
$!
-$! Pre-load %ENV?
-$ echo ""
-$ echo "Because of the way perl fetches the list of logical names
-$ echo "for the %ENV hash (we spawn a subprocess that does a
-$ echo "SHOW LOGICALS *, which is expensive), we defer fetching it
-$ echo "until the first time a program iterates over the %ENV hash.
-$ echo "This means things like 'exists($ENV{'SYS$MANAGER'})' will
-$ echo "return false unless you've already accessed $ENV{SYS$MANAGER}
-$ echo "or done something like a keys %ENV."
-$ echo ""
-$ echo "If you choose, perl can populate the %ENV hash at startup.
-$ echo "This will exact both a memory penalty (to store the keys) and
-$ echo "a time penalty (to spawn the subprocess) every time you invoke
-$ echo "perl. Depending on your system, this might not be a big deal.
-$ echo ""
-$ dflt = "n"
-$ rp = "Populate %ENV at startup time? [''dflt'] "
-$ GOSUB myread
-$ if ans.eqs."" then ans="''dflt'"
-$ preload_env = f$extract(0, 1, f$edit(ans,"TRIM,COMPRESS,UPCASE"))
-$!
$! Ask if they want to use perl's memory allocator
$ echo ""
$ echo "Perl has a built-in memory allocator that's tuned for perl's