summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-13 17:14:17 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-13 17:14:17 +0000
commit1a5b33f55adf4ad0debe68bbd7279638e2f1688c (patch)
treecc0d627de36b16941a8da8e72b9070c4a138f4a4 /Configure
parenta047b6f4657466c965a0119701a6073b8b6d3502 (diff)
downloadperl-1a5b33f55adf4ad0debe68bbd7279638e2f1688c.tar.gz
Add Configure directive -Dusereentrant for Artur's ithreads work,
extremely experimental, not even prompted for. p4raw-id: //depot/perl@10569
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/Configure b/Configure
index 075963f5a6..62b76854fd 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 Tue Jun 12 02:31:11 EET DST 2001 [metaconfig 3.0 PL70]
+# Generated on Wed Jun 13 21:10:05 EET DST 2001 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -963,6 +963,7 @@ usesocks=''
d_oldpthreads=''
use5005threads=''
useithreads=''
+usereentrant=''
usethreads=''
incpath=''
mips_type=''
@@ -17016,6 +17017,7 @@ usenm='$usenm'
useopcode='$useopcode'
useperlio='$useperlio'
useposix='$useposix'
+usereentrant='$usereentrant'
usesfio='$usesfio'
useshrplib='$useshrplib'
usesocks='$usesocks'