summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2004-03-24 13:29:00 +0000
committerNicholas Clark <nick@ccl4.org>2004-03-24 14:59:16 +0000
commitca7ae272c37436849b129d53b917f29db94ee48f (patch)
treec7cd09c619ac4b3fe2fbf94ea32f1746963b9bb2
parentdda0e82829cb66660a3cd10a639eeb06a7cc0917 (diff)
downloadperl-ca7ae272c37436849b129d53b917f29db94ee48f.tar.gz
Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
Message-ID: <40618D1C.7000601@uk.radan.com> Date: Wed, 24 Mar 2004 13:29:00 +0000 p4raw-id: //depot/perl@22579
-rw-r--r--win32/config_H.bc5
-rw-r--r--win32/config_H.gc5
-rw-r--r--win32/config_H.vc5
-rw-r--r--win32/config_H.vc645
4 files changed, 20 insertions, 0 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc
index 9e23b46b84..be5f085e19 100644
--- a/win32/config_H.bc
+++ b/win32/config_H.bc
@@ -2156,6 +2156,11 @@
*/
/*#define MYMALLOC /**/
+/* PERL_MALLOC_WRAP:
+ * This symbol, if defined, indicates that we'd like malloc wrap checks.
+ */
+#define PERL_MALLOC_WRAP /**/
+
/* CAN_PROTOTYPE:
* If defined, this macro indicates that the C compiler can handle
* function prototypes.
diff --git a/win32/config_H.gc b/win32/config_H.gc
index a3f31ab51b..f59e746c4f 100644
--- a/win32/config_H.gc
+++ b/win32/config_H.gc
@@ -2156,6 +2156,11 @@
*/
/*#define MYMALLOC /**/
+/* PERL_MALLOC_WRAP:
+ * This symbol, if defined, indicates that we'd like malloc wrap checks.
+ */
+#define PERL_MALLOC_WRAP /**/
+
/* CAN_PROTOTYPE:
* If defined, this macro indicates that the C compiler can handle
* function prototypes.
diff --git a/win32/config_H.vc b/win32/config_H.vc
index c64d32504d..bfb923299a 100644
--- a/win32/config_H.vc
+++ b/win32/config_H.vc
@@ -2156,6 +2156,11 @@
*/
/*#define MYMALLOC /**/
+/* PERL_MALLOC_WRAP:
+ * This symbol, if defined, indicates that we'd like malloc wrap checks.
+ */
+#define PERL_MALLOC_WRAP /**/
+
/* CAN_PROTOTYPE:
* If defined, this macro indicates that the C compiler can handle
* function prototypes.
diff --git a/win32/config_H.vc64 b/win32/config_H.vc64
index 0beee2c63e..fa836034a6 100644
--- a/win32/config_H.vc64
+++ b/win32/config_H.vc64
@@ -2156,6 +2156,11 @@
*/
/*#define MYMALLOC /**/
+/* PERL_MALLOC_WRAP:
+ * This symbol, if defined, indicates that we'd like malloc wrap checks.
+ */
+#define PERL_MALLOC_WRAP /**/
+
/* CAN_PROTOTYPE:
* If defined, this macro indicates that the C compiler can handle
* function prototypes.