summaryrefslogtreecommitdiff
path: root/hints/unicos.sh
blob: 1d828550cc2378825cedea3d97039ebdfd545f17 (plain)
1
2
3
4
5
6
7
8
9
10
case `uname -r` in
6.1*) shellflags="-m+65536" ;;
esac
optimize="-O1"
d_setregid='undef'
d_setreuid='undef'
case "$usemymalloc" in
'') usemymalloc='n' ;;
esac