perl5.000 patch.0l: MakeMaker 4.085 and upgrade Configure to dist3 PL 51.
[p5sagit/p5-mst-13.2.git] / hints / unicos.sh
1 case `uname -r` in
2 6.1*) shellflags="-m+65536" ;;
3 esac
4 ccflags="$ccflags -DHZ=__hertz"
5 optimize="-O1"
6 libswanted=m
7 d_setregid='undef'
8 d_setreuid='undef'
9
10 # Pick up dbm.h in <rpcsvc/dbm.h>
11 if test -f /usr/include/rpcsvc/dbm.h; then
12     ccflags="$ccflags -I/usr/include/rpcsvc"
13 fi