The SysV shm*() are in libc but unimplemented.
[p5sagit/p5-mst-13.2.git] / hints / unicosmk.sh
1 case "$optimize" in
2 '') optimize="-O1" ;;
3 esac
4 d_setregid='undef'
5 d_setreuid='undef'
6 case "$usemymalloc" in
7 '') usemymalloc='y'
8     ccflags="$ccflags -DNO_RCHECK"
9     ;;
10 esac
11 # If somebody ignores the Cray PATH.
12 case ":$PATH:" in
13 *:/opt/ctl/bin:*) ;;
14 '') case "$cc" in
15     '') test -x /opt/ctl/bin/cc && cc=/opt/ctl/bin/cc ;;
16     esac
17     ;;
18 esac
19 # As of UNICOS/mk 2.0.5.24 the shm* are in libc but unimplemented
20 # (an attempt to use them causes a runtime error)
21 # XXX Configure probe for really functional shm*() is needed XXX
22 if test "$d_shm" = ""; then
23     test "$d_shmctl" = "" && d_shmctl="$undef"
24     test "$d_shmget" = "" && d_shmget="$undef"
25     d_shm="$undef"
26 fi
27