Exclude signal-related symbols on VMS without home-grown signalling.
authorCraig A. Berry <craigberry@mac.com>
Sat, 20 Oct 2012 22:27:01 +0000 (17:27 -0500)
committerCraig A. Berry <craigberry@mac.com>
Sat, 20 Oct 2012 22:27:01 +0000 (17:27 -0500)
commitdc2a396bba8663b0124f0368814efac7cc73496e
tree649ad8452dcd79d2c4a09f9fb46648f90640a625
parente2a80cb510d52963a6daffd5dec140417f3b625e
Exclude signal-related symbols on VMS without home-grown signalling.

config.h defines KILL_BY_SIGPRC when we are using our own signal
handling functions based on the sys$sigprc system service.  But
when *not* doing that, and since using makedef.pl to define our
exportable symbols, we have not properly excluded the symbols
involved in the home-grown implementation.  It's not a common
configuration, but since it's configurable, it should work, and
now it will.
makedef.pl