From aaacdc8b9b7d69c04e33245ec8de73f4e74bbd69 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Sun, 9 Jan 2000 18:51:50 +0000 Subject: Configure changes for new-style version numbers (from Andy Dougherty, slightly altered) p4raw-id: //depot/perl@4771 --- perl.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'perl.h') diff --git a/perl.h b/perl.h index 98c6265fd0..be2bf4fbc8 100644 --- a/perl.h +++ b/perl.h @@ -23,6 +23,17 @@ #define VOIDUSED 1 #include "config.h" +#if defined(USE_ITHREADS) && defined(USE_5005THREADS) +# include "error: USE_ITHREADS and USE_5005THREADS are incompatible" +#endif + +/* XXX This next guard can disappear if the sources are revised + to use USE_5005THREADS throughout. -- A.D 1/6/2000 +*/ +#if defined(USE_ITHREADS) && defined(USE_THREADS) +# include "error: USE_ITHREADS and USE_THREADS are incompatible" +#endif + /* See L for detailed notes on * PERL_IMPLICIT_CONTEXT and PERL_IMPLICIT_SYS */ -- cgit v1.2.1