[win32] merge change#896 from maintbranch
[p5sagit/p5-mst-13.2.git] / hints / unicos.sh
1 case `uname -r` in
2 6.1*) shellflags="-m+65536" ;;
3 esac
4 optimize="-O1"
5 d_setregid='undef'
6 d_setreuid='undef'
7 case "$usemymalloc" in
8 '') usemymalloc='y' ;;
9 esac
10