X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=wince%2Fconfig_H.ce;h=aaff6d2b21341ff0ebe09a31891da9872ae0513d;hb=3db8f154c4c6e098a5a0bdf7932e8f86fbd2c451;hp=b246ce69bd25a03aa9df314692b5c3c998cca40b;hpb=efc41c8ef9279ab1e5f723c2c73a85333a96e0e2;p=p5sagit%2Fp5-mst-13.2.git diff --git a/wince/config_H.ce b/wince/config_H.ce index b246ce6..aaff6d2 100644 --- a/wince/config_H.ce +++ b/wince/config_H.ce @@ -3493,10 +3493,6 @@ * This symbol, if defined, indicates that Perl should be built to * use the interpreter-based threading implementation. */ -/* USE_5005THREADS: - * This symbol, if defined, indicates that Perl should be built to - * use the 5.005-based threading implementation. - */ /* OLD_PTHREADS_API: * This symbol, if defined, indicates that Perl should * be built to use the old draft POSIX threads API. @@ -3506,11 +3502,7 @@ * try to use the various _r versions of library functions. * This is extremely experimental. */ -/*#define USE_5005THREADS /**/ /*#define USE_ITHREADS /**/ -#if defined(USE_5005THREADS) && !defined(USE_ITHREADS) -#define USE_THREADS /* until src is revised*/ -#endif /*#define OLD_PTHREADS_API /**/ /*#define USE_REENTRANT_API /**/