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 /config_h.SH | |
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 'config_h.SH')
-rw-r--r-- | config_h.SH | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index b3a8c7e88a..8ba725d916 100644 --- a/config_h.SH +++ b/config_h.SH @@ -3267,12 +3267,18 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un * This symbol, if defined, indicates that Perl should * be built to use the old draft POSIX threads API. */ +/* USE_REENTRANT_API: + * This symbol, if defined, indicates that Perl should + * try to use the various _r versions of library functions. + * This is extremely experimental. + */ #$use5005threads USE_5005THREADS /**/ #$useithreads USE_ITHREADS /**/ #if defined(USE_5005THREADS) && !defined(USE_ITHREADS) #define USE_THREADS /* until src is revised*/ #endif #$d_oldpthreads OLD_PTHREADS_API /**/ +#$usereentrant USE_REENTRANT_API /**/ /* PERL_VENDORARCH: * If defined, this symbol contains the name of a private library. |