diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-13 17:26:05 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-13 17:26:05 +0000 |
commit | f4decfed12e60ccb75ed75a63157ae65f695d5a4 (patch) | |
tree | e11aea5491ba20fe02ad4bdd0cfb8e2574a1d2b0 | |
parent | 9514c62b63b7afca8bfb22c2e26cd3413f1fa007 (diff) | |
download | perl-f4decfed12e60ccb75ed75a63157ae65f695d5a4.tar.gz |
A non-empty default is a good thing.
p4raw-id: //depot/perl@10571
-rwxr-xr-x | Configure | 3 |
1 files changed, 2 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 Wed Jun 13 21:10:05 EET DST 2001 [metaconfig 3.0 PL70] +# Generated on Wed Jun 13 21:24:27 EET DST 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -1057,6 +1057,7 @@ libswanted_uselargefiles='' : set usemultiplicity on the Configure command line to enable multiplicity. : set usesocks on the Configure command line to enable socks. : set usethreads on the Configure command line to enable threads. +:usereentrant='undef' : full support for void wanted by default defvoidused=15 |