Confusion over the meaning of the REXEC (rexec/2 pred) vs HAVE_REXEC (BSD sys call)
feature flags caused rexec/2 to be completely disabled on Darwin (macOS).
Darwin doesn't ship with the rexec/rexecd system, but it does support the
fork/exec-ing used by the local form of rexec/2. Thus REXEC is on, but
HAVE_REXEC is off.
Confusion over the meaning of the REXEC (rexec/2 pred) vs HAVE_REXEC (BSD sys call) feature flags caused rexec/2 to be completely disabled on Darwin (macOS). Darwin doesn't ship with the rexec/rexecd system, but it does support the fork/exec-ing used by the local form of rexec/2. Thus REXEC is on, but HAVE_REXEC is off.
Resolves #134