diff options
author | Artur Bergman <sky@nanisky.com> | 2001-08-29 09:07:03 +0000 |
---|---|---|
committer | Artur Bergman <sky@nanisky.com> | 2001-08-29 09:07:03 +0000 |
commit | 4dcf58d554d18650396856ef90d92ba379c6e184 (patch) | |
tree | 5369bd924642f2f99f33e902554cbaf2b0064f20 /config_h.SH | |
parent | e66df07321b4a66bafe24ee0eb6883a0274bbb47 (diff) | |
download | perl-4dcf58d554d18650396856ef90d92ba379c6e184.tar.gz |
make sure USE_THREADS is defined so external apps work
p4raw-id: //depot/perl@11785
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 7c1eed1d5f..1668589fc7 100644 --- a/config_h.SH +++ b/config_h.SH @@ -3369,6 +3369,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #$useithreads USE_ITHREADS /**/ #if defined(USE_5005THREADS) && !defined(USE_ITHREADS) #define USE_5005THREADS /* until src is revised*/ +#define USE_THREADS /* backward compatability */ #endif #$d_oldpthreads OLD_PTHREADS_API /**/ #$usereentrant USE_REENTRANT_API /**/ |