diff options
Diffstat (limited to 'win32/config_H.bc')
-rw-r--r-- | win32/config_H.bc | 5 |
1 files changed, 5 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. |