Message-Id: <
199806240937.MAA01669@alpha.hut.fi>
Subject: [PATCH] 5.004_68: UNICOS hints
p4raw-id: //depot/perl@1234
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