summaryrefslogtreecommitdiff
path: root/hints/unicosmk.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-03-21 21:38:20 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-03-21 21:38:20 +0000
commit2220a07647482cb163ce6787c70ef1e59ae78241 (patch)
treee5a9bd479ea330ce6971ac9ff9d5d5bbb7a1f802 /hints/unicosmk.sh
parent6e78e524783f410880cc8a5a8d1bfb1c1c2d360c (diff)
downloadperl-2220a07647482cb163ce6787c70ef1e59ae78241.tar.gz
The SysV shm*() are in libc but unimplemented.
p4raw-id: //depot/cfgperl@5865
Diffstat (limited to 'hints/unicosmk.sh')
-rw-r--r--hints/unicosmk.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/hints/unicosmk.sh b/hints/unicosmk.sh
index 6113cc300b..1e6f0f06ac 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
+