fill gaps in sig_* entries in win32/config.?c
[p5sagit/p5-mst-13.2.git] / hints / unicosmk.sh
index 90784b5..f0b63cb 100644 (file)
@@ -1,3 +1,10 @@
-optimize="-O1"
+case "$optimize" in
+'') optimize="-O1" ;;
+esac
 d_setregid='undef'
 d_setreuid='undef'
+case "$usemymalloc" in
+'') usemymalloc='y'
+    ccflags="$ccflags -DNO_RCHECK"
+    ;;
+esac