Do not use the Perl malloc in IRIX, suggested by
Jarkko Hietaniemi [Wed, 14 Mar 2001 22:02:10 +0000 (22:02 +0000)]
Helmus Jarausch.

p4raw-id: //depot/perl@9160

hints/irix_6.sh

index 90f4766..6f4ca17 100644 (file)
@@ -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}