disable perl malloc on UNICOS for now
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 24 Jun 1998 12:37:14 +0000 (15:37 +0300)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 28 Jun 1998 19:13:05 +0000 (19:13 +0000)
Message-Id: <199806240937.MAA01669@alpha.hut.fi>
Subject: [PATCH] 5.004_68: UNICOS hints

p4raw-id: //depot/perl@1234

hints/unicos.sh

index 111cbb9..ab0203b 100644 (file)
@@ -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