summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-01-12 19:23:43 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-12 19:23:43 +0000
commite561a5ff419561cc42b44a5d536b80ca5c0f268d (patch)
treea04efb6edf3a639a4aac8a593497571e85e9a9f4 /uconfig.h
parent983dbef61c17529a7ab294e05f4421fd5b1e2a3a (diff)
downloadperl-e561a5ff419561cc42b44a5d536b80ca5c0f268d.tar.gz
Forgot the microperl config from the #8421.
p4raw-id: //depot/perl@8422
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/uconfig.h b/uconfig.h
index 9a213509bf..03bffe2027 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