summaryrefslogtreecommitdiff
path: root/win32/config_sh.PL
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-06-14 18:51:53 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-06-14 18:51:53 +0000
commit852c2e52c116ddde31d81b646561262ed796257a (patch)
treeb3b78e07e0f3600507f1a4fb651161793be13dcf /win32/config_sh.PL
parent703664f229b1c364f06ceda5f2503d00e2daa04c (diff)
downloadperl-852c2e52c116ddde31d81b646561262ed796257a.tar.gz
various win32 fixes
- fixes that silence VC noises about dup exports, non-default libs, and unsupported *.def file directives - s/inplace/inplace_label/ malloc.c - update Config{usemymalloc} based on d_mymalloc - export Perl_*Vars - fix makefiles to not build miniperl.exe twice, and to make it properly when defaults are changed p4raw-id: //depot/perl@1129
Diffstat (limited to 'win32/config_sh.PL')
-rw-r--r--win32/config_sh.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/config_sh.PL b/win32/config_sh.PL
index 0c3713cb2e..45c1ba4e27 100644
--- a/win32/config_sh.PL
+++ b/win32/config_sh.PL
@@ -13,6 +13,7 @@ if ($] =~ /\.(\d\d\d)?(\d\d)?$/) { # should always be true
$opt{'cf_by'} = $ENV{USERNAME} unless $opt{'cf_by'};
$opt{'cf_email'} = $opt{'cf_by'} . '@' . (gethostbyname('localhost'))[0]
unless $opt{'cf_email'};
+$opt{'usemymalloc'} = 'y' if $opt{'d_mymalloc'} eq 'define';
while (<>)
{