summaryrefslogtreecommitdiff
path: root/Porting/config_H
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-01-12 19:05:27 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-12 19:05:27 +0000
commit983dbef61c17529a7ab294e05f4421fd5b1e2a3a (patch)
tree61e464c1ec4f70d15ed82a7dea5605a7314832b8 /Porting/config_H
parent1e94dd5d9877f4e97f6cf59a5dc1356a3e20457b (diff)
downloadperl-983dbef61c17529a7ab294e05f4421fd5b1e2a3a.tar.gz
Add sigprocmask() probe, regen Configure, regen toc.
p4raw-id: //depot/perl@8421
Diffstat (limited to 'Porting/config_H')
-rw-r--r--Porting/config_H11
1 files changed, 9 insertions, 2 deletions
diff --git a/Porting/config_H b/Porting/config_H
index 039ed258dc..da0b0adcca 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -16,8 +16,8 @@
/*
* Package name : perl5
- * Source directory : /m/fs/work/work/permanent/perl/pp4/perl
- * Configuration time: Thu Dec 21 18:13:27 EET 2000
+ * Source directory : .
+ * Configuration time: Fri Jan 12 18:21:55 EET 2001
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/
@@ -3237,4 +3237,11 @@
#define PERL_XS_APIVERSION "5.7.0"
#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