X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Porting%2Fconfig_H;h=e004bd6813b2d25fc22f2aedd689350de7bd34bf;hb=3db8f154c4c6e098a5a0bdf7932e8f86fbd2c451;hp=d2614fe088850963d72a995f4baa9a76bae34ac4;hpb=44b9449181a08e79439a4e3a78b60d92a3fe84bf;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Porting/config_H b/Porting/config_H index d2614fe..e004bd6 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Wed Sep 11 10:54:26 METDST 2002 + * Configuration time: Mon Sep 30 10:33:19 METDST 2002 * Configured by : merijn * Target system : hp-ux l1 b.11.00 u 9000800 527706567 unlimited-user license */ @@ -2018,6 +2018,12 @@ */ #define HAS_STRUCT_MSGHDR /**/ +/* HAS_NANOSLEEP: + * This symbol, if defined, indicates that the nanosleep + * system call is available to sleep with 1E-9 sec accuracy. + */ +#define HAS_NANOSLEEP /**/ + /* HAS_OFF64_T: * This symbol will be defined if the C compiler supports off64_t. */ @@ -3569,10 +3575,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. @@ -3582,11 +3584,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 / **/