diff options
Diffstat (limited to 'win32/config_H.bc')
-rw-r--r-- | win32/config_H.bc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc index 85c051f9c6..6d942cd9b0 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -13,7 +13,7 @@ /* * Package name : perl5 * Source directory : - * Configuration time: Fri Apr 6 21:55:47 2001 + * Configuration time: Wed May 9 16:33:25 2001 * Configured by : nick * Target system : */ @@ -3322,6 +3322,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. |