summaryrefslogtreecommitdiff
path: root/win32/config.bc
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>1997-11-16 23:14:36 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>1997-11-16 23:14:36 +0000
commitbbc8f9de328519d89fa89d8fca21fe808800d6a2 (patch)
tree72f85dccf0490b17a1a933686d1a827c43fb3739 /win32/config.bc
parent0fefa03b970ac01e359bb69c9e4daaddc57f3db9 (diff)
downloadperl-bbc8f9de328519d89fa89d8fca21fe808800d6a2.tar.gz
MYMALLOC for Win32:
1. Initialize malloc_mutex before it is used (all platforms!) 2. Adjust #ifdef muddle to allow MYMALLOC and win32_ to coexist 3. Tweak win32/config*.* to define MYMALLOC 4. Provide sbrk() in terms of VirtualAlloc(). Also fixup -MT (perl95) build to handle Perl_current_thread via call to DLL (as though an extension). p4raw-id: //depot/ansiperl@259
Diffstat (limited to 'win32/config.bc')
-rw-r--r--win32/config.bc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config.bc b/win32/config.bc
index 5dd96fd8e8..9896631d4a 100644
--- a/win32/config.bc
+++ b/win32/config.bc
@@ -162,7 +162,7 @@ d_msgctl='define'
d_msgget='define'
d_msgrcv='define'
d_msgsnd='define'
-d_mymalloc='undef'
+d_mymalloc='define'
d_nice='undef'
d_oldarchlib='undef'
d_oldsock='undef'