diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-19 00:54:54 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-19 00:54:54 +0000 |
commit | 3a56419576ab2a8740a5db7b681edb7a57305773 (patch) | |
tree | b6a7e16b673c4518a86a2fd1e9f5a4da514b4d2b /config_h.SH | |
parent | 8e6b7a5b29d2cce43fbae7f9e70e1ea6a9a0b5ce (diff) | |
download | perl-3a56419576ab2a8740a5db7b681edb7a57305773.tar.gz |
Move the strftime() wrapper from POSIX.xs to util.c
as my_strftime(), requires HAS_STRFTIME.
p4raw-id: //depot/perl@9746
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 0b828e6fa1..9188b7991c 100644 --- a/config_h.SH +++ b/config_h.SH @@ -3346,6 +3346,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$d_sockatmark HAS_SOCKATMARK /**/ +/* HAS_STRFTIME: + * This symbol, if defined, indicates that the strftime routine is + * available to do time formatting. + */ +#$d_strftime HAS_STRFTIME /**/ + /* U32_ALIGNMENT_REQUIRED: * This symbol, if defined, indicates that you must access * character data through U32-aligned pointers. |