diff options
author | Slaven Rezic <slaven@rezic.de> | 2002-11-10 00:21:16 +0100 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-12-09 00:10:09 +0000 |
commit | c473feecc28308679db0cf6f8fc1f902de2584d6 (patch) | |
tree | 7c43bf78c2a4049273009e21fdfded345add8ca1 /config_h.SH | |
parent | ada6e8a992d3696f2a5e84c5e93d2fce8998ecfb (diff) | |
download | perl-c473feecc28308679db0cf6f8fc1f902de2584d6.tar.gz |
Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime() are sometimes wrong
Message-ID: <874raqz8o3.fsf@vran.herceg.de>
p4raw-id: //depot/perl@18267
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 05d8ec2403..6bd2039c1a 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2994,10 +2994,15 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un * This symbol, if defined, indicates to the C program that * the struct tm has a tm_zone field. */ +/* HAS_TM_TM_GMTOFF: + * This symbol, if defined, indicates to the C program that + * the struct tm has a tm_gmtoff field. + */ #$i_time I_TIME /**/ #$i_systime I_SYS_TIME /**/ #$i_systimek I_SYS_TIME_KERNEL /**/ #$d_tm_tm_zone HAS_TM_TM_ZONE /**/ +#$d_tm_tm_gmtoff HAS_TM_TM_GMTOFF /**/ /* I_USTAT: * This symbol, if defined, indicates that <ustat.h> exists and |