summaryrefslogtreecommitdiff
path: root/NetWare
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 /NetWare
parent23ba2776be77727c92aae8a457da21461a9125f3 (diff)
downloadperl-d6483fcc6b9636fb9ad881a6e0c80aace64f8f99.tar.gz
Add HAS_PTHREAD_ATFORK.
p4raw-id: //depot/perl@11334
Diffstat (limited to 'NetWare')
-rw-r--r--NetWare/config.wc1
-rw-r--r--NetWare/config_H.wc8
2 files changed, 8 insertions, 1 deletions
diff --git a/NetWare/config.wc b/NetWare/config.wc
index c4492baaaf..d47f3a68e2 100644
--- a/NetWare/config.wc
+++ b/NetWare/config.wc
@@ -246,6 +246,7 @@ d_phostname='undef'
d_pipe='define'
d_poll='undef'
d_portable='define'
+d_pthread_atfork='undef'
d_pthread_yield='undef'
d_pwage='undef'
d_pwchange='undef'
diff --git a/NetWare/config_H.wc b/NetWare/config_H.wc
index c3428f777b..eb3c2e0e5f 100644
--- a/NetWare/config_H.wc
+++ b/NetWare/config_H.wc
@@ -2933,7 +2933,7 @@
* This macro is to be used to generate uniformly distributed
* random numbers over the range [0., 1.[. You may have to supply
* an 'extern double drand48();' in your program since SunOS 4.1.3
- * doesn't provide you with anything relevant in it's headers.
+ * doesn't provide you with anything relevant in its headers.
* See HAS_DRAND48_PROTO.
*/
/* Rand_seed_t:
@@ -3446,4 +3446,10 @@
*/
/*#define HAS_USLEEP_PROTO /**/
+/* HAS_PTHREAD_ATFORK:
+ * This symbol, if defined, indicates that the pthread_atfork routine
+ * is available setup fork handlers.
+ */
+/*#define HAS_PTHREAD_ATFORK /**/
+
#endif