summaryrefslogtreecommitdiff
path: root/config_h.SH
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
commit92d2da67ed795d35d7705ccb50cdad39a88f5201 (patch)
treeb646898b871af71b53e38d0abbe98185da059d61 /config_h.SH
parent2765fb7c0dbbfa1099fcdee49144669f5bc5cc37 (diff)
downloadperl-92d2da67ed795d35d7705ccb50cdad39a88f5201.tar.gz
Add HAS_PTHREAD_ATFORK.
p4raw-id: //depot/perl@11334
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH6
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index d80ccda73b..e3c4a06b4a 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -3477,5 +3477,11 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$i_langinfo I_LANGINFO /**/
+/* HAS_PTHREAD_ATFORK:
+ * This symbol, if defined, indicates that the pthread_atfork routine
+ * is available setup fork handlers.
+ */
+#$d_pthread_atfork HAS_PTHREAD_ATFORK /**/
+
#endif
!GROK!THIS!