From: Jarkko Hietaniemi Date: Tue, 21 Mar 2000 21:38:20 +0000 (+0000) Subject: The SysV shm*() are in libc but unimplemented. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2220a07647482cb163ce6787c70ef1e59ae78241;p=p5sagit%2Fp5-mst-13.2.git The SysV shm*() are in libc but unimplemented. p4raw-id: //depot/cfgperl@5865 --- diff --git a/hints/unicosmk.sh b/hints/unicosmk.sh index 6113cc3..1e6f0f0 100644 --- a/hints/unicosmk.sh +++ b/hints/unicosmk.sh @@ -16,3 +16,12 @@ case ":$PATH:" in esac ;; esac +# As of UNICOS/mk 2.0.5.24 the shm* are in libc but unimplemented +# (an attempt to use them causes a runtime error) +# XXX Configure probe for really functional shm*() is needed XXX +if test "$d_shm" = ""; then + test "$d_shmctl" = "" && d_shmctl="$undef" + test "$d_shmget" = "" && d_shmget="$undef" + d_shm="$undef" +fi +