diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-12 19:05:27 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-12 19:05:27 +0000 |
commit | 983dbef61c17529a7ab294e05f4421fd5b1e2a3a (patch) | |
tree | 61e464c1ec4f70d15ed82a7dea5605a7314832b8 /config_h.SH | |
parent | 1e94dd5d9877f4e97f6cf59a5dc1356a3e20457b (diff) | |
download | perl-983dbef61c17529a7ab294e05f4421fd5b1e2a3a.tar.gz |
Add sigprocmask() probe, regen Configure, regen toc.
p4raw-id: //depot/perl@8421
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 596faf9cb9..292320ad3d 100644 --- a/config_h.SH +++ b/config_h.SH @@ -3257,5 +3257,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #define PERL_XS_APIVERSION "$xs_apiversion" #define PERL_PM_APIVERSION "$pm_apiversion" +/* HAS_SIGPROCMASK: + * This symbol, if defined, indicates that the sigprocmask + * system call is available to examine or change the signal mask + * of the calling process. + */ +#$d_sigprocmask HAS_SIGPROCMASK /**/ + #endif !GROK!THIS! |