summaryrefslogtreecommitdiff
path: root/ext/SDBM_File
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-07-27 07:45:08 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-07-27 07:45:08 +0000
commit773ae483b9833dec8b7ccd7abbf3ce6ed04d3d69 (patch)
treedb687340898dc77c9548f823983a4c527bd00c91 /ext/SDBM_File
parent6055f9d42166344699550b8045e96c47c97d767c (diff)
downloadperl-773ae483b9833dec8b7ccd7abbf3ce6ed04d3d69.tar.gz
provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
to call Perl_malloc() as malloc() (from Ilya Zakharevich) p4raw-id: //depot/perl@3790
Diffstat (limited to 'ext/SDBM_File')
-rw-r--r--ext/SDBM_File/Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/SDBM_File/Makefile.PL b/ext/SDBM_File/Makefile.PL
index 749478551f..afce3f1a54 100644
--- a/ext/SDBM_File/Makefile.PL
+++ b/ext/SDBM_File/Makefile.PL
@@ -16,6 +16,7 @@ WriteMakefile(
XSPROTOARG => '-noprototypes', # XXX remove later?
VERSION_FROM => 'SDBM_File.pm',
DEFINE => $define,
+ PERL_MALLOC_OK => 1,
);
sub MY::postamble {