diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-13 17:14:17 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-13 17:14:17 +0000 |
commit | 1a5b33f55adf4ad0debe68bbd7279638e2f1688c (patch) | |
tree | cc0d627de36b16941a8da8e72b9070c4a138f4a4 /Configure | |
parent | a047b6f4657466c965a0119701a6073b8b6d3502 (diff) | |
download | perl-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-x | Configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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' |