Change 11785 by sky@sky-lab on 2001/08/29 09:07:03
make sure USE_THREADS is defined so external apps work
Affected files ...
... //depot/perl/config_h.SH#227 edit
Differences ...
==== //depot/perl/config_h.SH#227 (text) ====
Index: perl/config_h.SH
--- perl/config_h.SH.~1~ Wed Aug 29 03:15:05 2001
+++ perl/config_h.SH Wed Aug 29 03:15:05 2001
@@ -3369,6 +3369,7 @@
#$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 /**/
End of Patch.