summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2004-03-23 22:35:09 +0000
committerNicholas Clark <nick@ccl4.org>2004-03-23 22:35:09 +0000
commit9df442c23deb1b1ba2f163eb54deeb4fe82ea80c (patch)
tree3cb6763b2644dd39a94a1066966a399f8cdd06e5 /perl.h
parentb84d08606128d31ab874c747150180e32486af44 (diff)
downloadperl-9df442c23deb1b1ba2f163eb54deeb4fe82ea80c.tar.gz
Make usemallocwrap a Configure-time question. Default is yes for
usedevel, no otherwise, but I'm expecting hints files on known good platforms to override this. (and known bad) Demonstration hints file for darwin. p4raw-id: //depot/perl@22571
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/perl.h b/perl.h
index d2fa70f67c..3d86da4fe7 100644
--- a/perl.h
+++ b/perl.h
@@ -1767,10 +1767,6 @@ typedef struct ptr_tbl_ent PTR_TBL_ENT_t;
typedef struct ptr_tbl PTR_TBL_t;
typedef struct clone_params CLONE_PARAMS;
-#ifndef NO_PERL_MALLOC_WRAP
-#define PERL_MALLOC_WRAP /* We'd like malloc wrap checks. */
-#endif
-
#include "handy.h"
#if defined(USE_LARGE_FILES) && !defined(NO_64_BIT_RAWIO)