summaryrefslogtreecommitdiff
path: root/win32/config_H.gc
diff options
context:
space:
mode:
Diffstat (limited to 'win32/config_H.gc')
-rw-r--r--win32/config_H.gc5
1 files changed, 5 insertions, 0 deletions
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.