summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorArtur Bergman <sky@nanisky.com>2001-08-29 09:07:03 +0000
committerArtur Bergman <sky@nanisky.com>2001-08-29 09:07:03 +0000
commit4dcf58d554d18650396856ef90d92ba379c6e184 (patch)
tree5369bd924642f2f99f33e902554cbaf2b0064f20 /config_h.SH
parente66df07321b4a66bafe24ee0eb6883a0274bbb47 (diff)
downloadperl-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.SH1
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 /**/