diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-12 19:23:43 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-12 19:23:43 +0000 |
commit | e561a5ff419561cc42b44a5d536b80ca5c0f268d (patch) | |
tree | a04efb6edf3a639a4aac8a593497571e85e9a9f4 /uconfig.h | |
parent | 983dbef61c17529a7ab294e05f4421fd5b1e2a3a (diff) | |
download | perl-e561a5ff419561cc42b44a5d536b80ca5c0f268d.tar.gz |
Forgot the microperl config from the #8421.
p4raw-id: //depot/perl@8422
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -3233,4 +3233,11 @@ #define PERL_XS_APIVERSION "5.005" #define PERL_PM_APIVERSION "5.005" +/* 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. + */ +/*#define HAS_SIGPROCMASK / **/ + #endif |