diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-09-08 10:35:48 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-09-10 10:28:11 +0200 |
commit | 1755228446177f0026aa201ff2cc37653bca01a3 (patch) | |
tree | 80a55ff3de1dad9588afa66f6fa4a1e59fce64b7 | |
parent | 332c2eacbbe33d99076d34256aa32351d41421c9 (diff) | |
download | perl-1755228446177f0026aa201ff2cc37653bca01a3.tar.gz |
Add HOMEGROWN_POSIX_SIGNALS to PL_non_bincompat_options, and hence -V output.
HOMEGROWN_POSIX_SIGNALS is only relevant on VMS.
-rw-r--r-- | perl.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1659,6 +1659,9 @@ S_Internals_V(pTHX_ CV *cv) # ifdef DEBUGGING " DEBUGGING" # endif +# ifdef HOMEGROWN_POSIX_SIGNALS + " HOMEGROWN_POSIX_SIGNALS" +# endif # ifdef NO_MATHOMS " NO_MATHOMS" # endif |