This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add descriptions for $^E and $^O, and squash a typo.
[perl5.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