summaryrefslogtreecommitdiff
path: root/hints/unicos.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-06-24 15:37:14 +0300
committerGurusamy Sarathy <gsar@cpan.org>1998-06-28 19:13:05 +0000
commit5283c38dd940ecd0ecd0d109b776570da14aafb4 (patch)
tree660891169e4d0c31a897b7d2fa39406c7f4ad13b /hints/unicos.sh
parentd4217c7e457268e98e8711256888e15d5de11f46 (diff)
downloadperl-5283c38dd940ecd0ecd0d109b776570da14aafb4.tar.gz
disable perl malloc on UNICOS for now
Message-Id: <199806240937.MAA01669@alpha.hut.fi> Subject: [PATCH] 5.004_68: UNICOS hints p4raw-id: //depot/perl@1234
Diffstat (limited to 'hints/unicos.sh')
-rw-r--r--hints/unicos.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/hints/unicos.sh b/hints/unicos.sh
index 111cbb9fc7..ab0203bec6 100644
--- a/hints/unicos.sh
+++ b/hints/unicos.sh
@@ -7,7 +7,10 @@ esac
d_setregid='undef'
d_setreuid='undef'
case "$usemymalloc" in
-'') usemymalloc='y'
- ccflags="$ccflags -DNO_RCHECK"
+'') # The perl malloc.c SHOULD work says Ilya.
+ # But for the time being (5.004_68), alas, it doesn't.
+ # usemymalloc='y'
+ # ccflags="$ccflags -DNO_RCHECK"
+ usemymalloc='n'
;;
esac