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 | 9514c62b63b7afca8bfb22c2e26cd3413f1fa007 (patch) | |
tree | cc0d627de36b16941a8da8e72b9070c4a138f4a4 /Porting | |
parent | fd89e497d9261f4c36b30a96d9f5e9fe67facce5 (diff) | |
download | perl-9514c62b63b7afca8bfb22c2e26cd3413f1fa007.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 'Porting')
-rw-r--r-- | Porting/Glossary | 7 | ||||
-rw-r--r-- | Porting/config.sh | 9 | ||||
-rw-r--r-- | Porting/config_H | 2 |
3 files changed, 13 insertions, 5 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 6995d08014..7a5e580b73 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -3756,6 +3756,13 @@ useposix (Extensions.U): for hints files to indicate that POSIX will not compile on a particular system. +usereentrant (usethreads.U): + This variable conditionally defines the USE_REENTRANT_API symbol, + which indicates that the thread code may try to use the various + _r versions of library functions. This is only potentially + meaningful if usethreads is set and is very experimental, it is + not even prompted for. + usesfio (d_sfio.U): This variable is set to true when the user agrees to use sfio. It is set to false when sfio is not available or when the user diff --git a/Porting/config.sh b/Porting/config.sh index f225a7b2e8..a7c490c582 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -8,7 +8,7 @@ # Package name : perl5 # Source directory : . -# Configuration time: Fri Jun 8 18:08:58 EET DST 2001 +# Configuration time: Wed Jun 13 21:04:31 EET DST 2001 # Configured by : jhi # Target system : osf1 alpha.hut.fi v4.0 878 alpha @@ -63,7 +63,7 @@ ccsymbols='__alpha=1 __LANGUAGE_C__=1 __osf__=1 __unix__=1 _LONGLONG=1 _SYSTYPE_ ccversion='V5.6-082' cf_by='jhi' cf_email='yourname@yourhost.yourplace.com' -cf_time='Fri Jun 8 18:08:58 EET DST 2001' +cf_time='Wed Jun 13 21:04:31 EET DST 2001' charsize='1' chgrp='' chmod='' @@ -670,7 +670,7 @@ patchlevel='7' path_sep=':' perl5='/u/vieraat/vieraat/jhi/Perl/bin/perl' perl='' -perl_patchlevel='10475' +perl_patchlevel='10537' perladmin='yourname@yourhost.yourplace.com' perllibs='-lm -liconv -lutil -lpthread -lexc' perlpath='/opt/perl/bin/perl' @@ -809,6 +809,7 @@ usenm='true' useopcode='true' useperlio='define' useposix='true' +usereentrant='' usesfio='false' useshrplib='true' usesocks='undef' @@ -865,7 +866,7 @@ PERL_SUBVERSION=1 PERL_API_REVISION=5 PERL_API_VERSION=5 PERL_API_SUBVERSION=0 -PERL_PATCHLEVEL=10475 +PERL_PATCHLEVEL=10537 PERL_CONFIG_SH=true # Variables propagated from previous config.sh file. pp_sys_cflags='ccflags="$ccflags -DNO_EFF_ONLY_OK"' diff --git a/Porting/config_H b/Porting/config_H index fa60e914a7..3e85c17e2e 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Fri Jun 8 18:08:58 EET DST 2001 + * Configuration time: Wed Jun 13 21:04:31 EET DST 2001 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ |