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 7f3f8abfa0..98150fcfba 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Sun Apr 8 02:05:27 EET DST 2001 + * Configuration time: Thu Apr 19 03:59:37 EET DST 2001 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ @@ -3326,6 +3326,12 @@ */ /*#define HAS_SOCKATMARK / **/ +/* HAS_STRFTIME: + * This symbol, if defined, indicates that the strftime routine is + * available to do time formatting. + */ +#define HAS_STRFTIME /**/ + /* U32_ALIGNMENT_REQUIRED: * This symbol, if defined, indicates that you must access * character data through U32-aligned pointers. |