summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-05-24 05:57:49 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-05-24 05:57:49 +0000
commit58d975c3f477b5042b8ebb54dfefbe22116c9794 (patch)
tree629d79cad1fe00922f4c4fa339bc01ceb64c6fda /Configure
parent5838c20cbc655050024f8cc4f3747da54d859745 (diff)
downloadperl-58d975c3f477b5042b8ebb54dfefbe22116c9794.tar.gz
Add a real scan for pthread_attr_setscope().
p4raw-id: //depot/perl@19604
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure8
1 files changed, 7 insertions, 1 deletions
diff --git a/Configure b/Configure
index 201dedbf6e..8e2a765f11 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 Wed May 7 23:33:48 EET DST 2003 [metaconfig 3.0 PL70]
+# Generated on Sat May 24 10:07:39 EET DST 2003 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -580,6 +580,7 @@ procselfexe=''
d_old_pthread_create_joinable=''
old_pthread_create_joinable=''
d_pthread_atfork=''
+d_pthread_attr_setscope=''
d_pthread_yield=''
d_sched_yield=''
sched_yield=''
@@ -14707,6 +14708,10 @@ esac
set d_pthread_atfork
eval $setvar
+: see if pthread_attr_setscope exists
+set pthread_attr_setscope d_pthread_attr_setscope
+eval $inlibc
+
: see whether the various POSIXish _yields exist
$cat >try.c <<EOP
@@ -20724,6 +20729,7 @@ d_poll='$d_poll'
d_portable='$d_portable'
d_procselfexe='$d_procselfexe'
d_pthread_atfork='$d_pthread_atfork'
+d_pthread_attr_setscope='$d_pthread_attr_setscope'
d_pthread_yield='$d_pthread_yield'
d_pwage='$d_pwage'
d_pwchange='$d_pwchange'