summaryrefslogtreecommitdiff
path: root/Porting/config_H
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-07-12 23:22:42 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-12 23:22:42 +0000
commitd6483fcc6b9636fb9ad881a6e0c80aace64f8f99 (patch)
treeb646898b871af71b53e38d0abbe98185da059d61 /Porting/config_H
parent23ba2776be77727c92aae8a457da21461a9125f3 (diff)
downloadperl-d6483fcc6b9636fb9ad881a6e0c80aace64f8f99.tar.gz
Add HAS_PTHREAD_ATFORK.
p4raw-id: //depot/perl@11334
Diffstat (limited to 'Porting/config_H')
-rw-r--r--Porting/config_H8
1 files changed, 7 insertions, 1 deletions
diff --git a/Porting/config_H b/Porting/config_H
index 5c4e8dceb5..6110ca4b20 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Thu Jul 12 21:13:57 EET DST 2001
+ * Configuration time: Fri Jul 13 03:15:46 EET DST 2001
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/
@@ -3457,4 +3457,10 @@
*/
#define I_LANGINFO /**/
+/* HAS_PTHREAD_ATFORK:
+ * This symbol, if defined, indicates that the pthread_atfork routine
+ * is available setup fork handlers.
+ */
+#define HAS_PTHREAD_ATFORK /**/
+
#endif