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 9fa28d831f..5420ae8248 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Sun Nov 22 19:19:34 EET 1998 + * Configuration time: Sun Nov 29 18:17:40 EET 1998 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ @@ -2110,6 +2110,12 @@ /*#define I_INTTYPES / **/ /*#define HAS_INT64_T / **/ +/* I_POLL: + * This symbol, if defined, indicates that <poll.h> exists and + * should be included. + */ +#define I_POLL /**/ + /* HAS_FSTAT64: * This symbol, if defined, indicates that the fstat64 routine is * available to stat files (fds) larger than 2 gigabytes. |