From 4dcf58d554d18650396856ef90d92ba379c6e184 Mon Sep 17 00:00:00 2001 From: Artur Bergman Date: Wed, 29 Aug 2001 09:07:03 +0000 Subject: make sure USE_THREADS is defined so external apps work p4raw-id: //depot/perl@11785 --- config_h.SH | 1 + 1 file changed, 1 insertion(+) (limited to 'config_h.SH') 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 <$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 /**/ -- cgit v1.2.1