This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The SysV shm*() are in libc but unimplemented.
[perl5.git] / hints / unicos.sh
1 case `uname -r` in
2 6.1*) shellflags="-m+65536" ;;
3 esac
4 case "$optimize" in
5 '') optimize="-O1" ;;
6 esac
7 d_setregid='undef'
8 d_setreuid='undef'
9 case "$usemymalloc" in
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'
15     ;;
16 esac
17 # Configure gets fooled for some reason.  There is no getpgid().
18 d_getpgid='undef'