[win32] add AS patch#24, remove one other instance of error_no
[p5sagit/p5-mst-13.2.git] / hints / unicos.sh
index 6c43129..111cbb9 100644 (file)
@@ -1,13 +1,13 @@
 case `uname -r` in
 6.1*) shellflags="-m+65536" ;;
 esac
-ccflags="$ccflags -DHZ=__hertz"
-optimize="-O1"
-libswanted=m
+case "$optimize" in
+'') optimize="-O1" ;;
+esac
 d_setregid='undef'
 d_setreuid='undef'
-
-# Pick up dbm.h in <rpcsvc/dbm.h>
-if test -f /usr/include/rpcsvc/dbm.h; then
-    ccflags="$ccflags -I/usr/include/rpcsvc"
-fi
+case "$usemymalloc" in
+'') usemymalloc='y'
+    ccflags="$ccflags -DNO_RCHECK"
+    ;;
+esac