From: Jarkko Hietaniemi Date: Wed, 14 Mar 2001 22:02:10 +0000 (+0000) Subject: Do not use the Perl malloc in IRIX, suggested by X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d1a954cb3a213379e3d3b6075d04c763491a7276;p=p5sagit%2Fp5-mst-13.2.git Do not use the Perl malloc in IRIX, suggested by Helmus Jarausch. p4raw-id: //depot/perl@9160 --- diff --git a/hints/irix_6.sh b/hints/irix_6.sh index 90f4766..6f4ca17 100644 --- a/hints/irix_6.sh +++ b/hints/irix_6.sh @@ -343,3 +343,6 @@ $define|true|[yY]*) ;; *) d_casti32='undef' ;; esac +# Helmut Jarausch reports that Perl's malloc is rather unusable +# with IRIX, and SGI confirms the problem. +usemymalloc=${usemymalloc:-false}