diff options
Diffstat (limited to 'vos/config.ga.h')
-rw-r--r-- | vos/config.ga.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vos/config.ga.h b/vos/config.ga.h index 642b65b26d..da40b86011 100644 --- a/vos/config.ga.h +++ b/vos/config.ga.h @@ -3329,4 +3329,10 @@ */ #define U32_ALIGNMENT_REQUIRED /**/ +/* HAS_STRFTIME: + * This symbol, if defined, indicates that the strftime routine is + * available to do time formatting. + */ +#define HAS_STRFTIME /**/ + #endif |