summaryrefslogtreecommitdiff
path: root/Configure
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 /Configure
parent23ba2776be77727c92aae8a457da21461a9125f3 (diff)
downloadperl-d6483fcc6b9636fb9ad881a6e0c80aace64f8f99.tar.gz
Add HAS_PTHREAD_ATFORK.
p4raw-id: //depot/perl@11334
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure8
1 files changed, 7 insertions, 1 deletions
diff --git a/Configure b/Configure
index 8a29a8426d..69e7246794 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Thu Jul 12 07:32:38 EET DST 2001 [metaconfig 3.0 PL70]
+# Generated on Fri Jul 13 03:14:01 EET DST 2001 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -477,6 +477,7 @@ d_poll=''
d_portable=''
d_old_pthread_create_joinable=''
old_pthread_create_joinable=''
+d_pthread_atfork=''
d_pthread_yield=''
d_sched_yield=''
sched_yield=''
@@ -11328,6 +11329,10 @@ eval $inlibc
set poll d_poll
eval $inlibc
+: see if pthread_atfork exists
+set pthread_atfork d_pthread_atfork
+eval $inlibc
+
: see whether the various POSIXish _yields exist
$cat >try.c <<EOP
@@ -16803,6 +16808,7 @@ d_phostname='$d_phostname'
d_pipe='$d_pipe'
d_poll='$d_poll'
d_portable='$d_portable'
+d_pthread_atfork='$d_pthread_atfork'
d_pthread_yield='$d_pthread_yield'
d_pwage='$d_pwage'
d_pwchange='$d_pwchange'