From: Jarkko Hietaniemi Date: Fri, 12 Jan 2001 19:23:43 +0000 (+0000) Subject: Forgot the microperl config from the #8421. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e561a5ff419561cc42b44a5d536b80ca5c0f268d;p=p5sagit%2Fp5-mst-13.2.git Forgot the microperl config from the #8421. p4raw-id: //depot/perl@8422 --- diff --git a/uconfig.h b/uconfig.h index 9a21350..03bffe2 100644 --- a/uconfig.h +++ b/uconfig.h @@ -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 f6d64ae..05b633f 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'