diff options
Diffstat (limited to 'Porting/config_H')
-rw-r--r-- | Porting/config_H | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Porting/config_H b/Porting/config_H index d2614fe088..f1919a022b 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. */ |