diff options
author | Steve Hay <SteveHay@planit.com> | 2005-01-04 10:56:55 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-01-04 10:56:55 +0000 |
commit | 2e67a71412c87f9c81463c1903862d335ebdcd90 (patch) | |
tree | 5c170c992c5f9918549152159b62220de1074993 /win32/config.gc | |
parent | b68b7ab1e328997a801e104fc190aa117fc75775 (diff) | |
download | perl-2e67a71412c87f9c81463c1903862d335ebdcd90.tar.gz |
Bring win32/config.* into line with win32/config_H.*
so that "perl -V:usemallocwrap" tells us what the configuration is
instead of saying 'UNKNOWN'.
p4raw-id: //depot/perl@23740
Diffstat (limited to 'win32/config.gc')
-rw-r--r-- | win32/config.gc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/config.gc b/win32/config.gc index 78c2eac6cc..665954d30f 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -911,6 +911,7 @@ usefaststdio='undef' useithreads='undef' uselargefiles='define' uselongdouble='undef' +usemallocwrap='define' usemorebits='undef' usemultiplicity='undef' usemymalloc='n' |