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