p4raw-id: //depot/cfgperl@5865
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
+