[ID 19991104.005] modified hints file for UnixWare7 ( svr5)
[p5sagit/p5-mst-13.2.git] / hints / unicos.sh
index 111cbb9..7ffd73f 100644 (file)
@@ -7,7 +7,12 @@ 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
+# Configure gets fooled for some reason.  There is no getpgid().
+d_getpgid='undef'