diff options
-rw-r--r-- | win32/config_H.bc | 5 | ||||
-rw-r--r-- | win32/config_H.gc | 5 | ||||
-rw-r--r-- | win32/config_H.vc | 5 | ||||
-rw-r--r-- | win32/config_H.vc64 | 5 |
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. |