This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Probe for shm* routines in configure.com.
authorCraig A. Berry <craigberry@mac.com>
Sun, 11 Aug 2013 13:45:49 +0000 (08:45 -0500)
committerCraig A. Berry <craigberry@mac.com>
Sun, 11 Aug 2013 13:45:49 +0000 (08:45 -0500)
commit3f88addd70270af60480d0d67c44b56c46f4392d
tree2a567168c3efb62f1781da5a328b3eb9c2a50a10
parent602afc9b30c2fe545c50584e70bc2bb5251a4b44
Probe for shm* routines in configure.com.

They became available in ACRTL ECO V0100 on VMS v8.4, but aren't
quite ready for prime time yet.  Specifically, shmget fails
unless IPC_CREAT is set in the third argument, but Perl has tests
that explicitly check that this is not necessary.

So construct the probe such that we won't enable these routines
until the CRTL bug has been fixed.
configure.com