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 | |
parent | 983dbef61c17529a7ab294e05f4421fd5b1e2a3a (diff) | |
download | perl-e561a5ff419561cc42b44a5d536b80ca5c0f268d.tar.gz |
Forgot the microperl config from the #8421.
p4raw-id: //depot/perl@8422
-rw-r--r-- | uconfig.h | 7 | ||||
-rwxr-xr-x | uconfig.sh | 1 |
2 files changed, 8 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 diff --git a/uconfig.sh b/uconfig.sh index f6d64aef62..05b633f6e7 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -260,6 +260,7 @@ d_shmctl='undef' d_shmdt='undef' d_shmget='undef' d_sigaction='undef' +d_sigprocmask='undef' d_sigsetjmp='undef' d_socket='undef' d_socklen_t='undef' |