Unicos tweaks from Mark P. Lutz.
[p5sagit/p5-mst-13.2.git] / hints / unicos.sh
1 case `uname -r` in
2 6.1*) shellflags="-m+65536" ;;
3 esac
4 case "$optimize" in
5 # if we used fastmd (the default) integer values would be limited to 43 bits
6 # --Mark P. Lutz
7 '') optimize="-h nofastmd" ;;
8 esac
9 # Avoid an optimizer bug where a volatile variables
10 # isn't correctly saved and restored --Mark P. Lutz 
11 pp_ctl_cflags='ccflags="$ccflags -h scalar0 -h vector0"'
12 case "$usemymalloc" in
13 '') # The perl malloc.c SHOULD work says Ilya.
14     # But for the time being (5.004_68), alas, it doesn't. --jhi
15     # usemymalloc='y'
16     # ccflags="$ccflags -DNO_RCHECK"
17     usemymalloc='n'
18     ;;
19 esac
20 # Configure gets fooled for some reason.  There is no getpgid().
21 d_getpgid='undef'
22 # These exist but do not really work.
23 d_setregid='undef'
24 d_setreuid='undef'