This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
resync with mainline
[perl5.git] / hints / unicos.sh
CommitLineData
68decaef
LW
1case `uname -r` in
26.1*) shellflags="-m+65536" ;;
3esac
c4f23d77
AD
4case "$optimize" in
5'') optimize="-O1" ;;
6esac
85e6fe83
LW
7d_setregid='undef'
8d_setreuid='undef'
693762b4 9case "$usemymalloc" in
5283c38d
JH
10'') # The perl malloc.c SHOULD work says Ilya.
11 # But for the time being (5.004_68), alas, it doesn't.
12 # usemymalloc='y'
13 # ccflags="$ccflags -DNO_RCHECK"
14 usemymalloc='n'
c4f23d77 15 ;;
693762b4 16esac
c529f79d
CB
17# Configure gets fooled for some reason. There is no getpgid().
18d_getpgid='undef'