summaryrefslogtreecommitdiff
path: root/Porting/config_H
diff options
context:
space:
mode:
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