Forgot the microperl config from the #8421.
Jarkko Hietaniemi [Fri, 12 Jan 2001 19:23:43 +0000 (19:23 +0000)]
p4raw-id: //depot/perl@8422

uconfig.h
uconfig.sh

index 9a21350..03bffe2 100644 (file)
--- a/uconfig.h
+++ b/uconfig.h
 #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
index f6d64ae..05b633f 100755 (executable)
@@ -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'