diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-06 14:39:18 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-06 14:39:18 +0000 |
commit | 14b90194d129e316cc8dba5adb663fd79d32785c (patch) | |
tree | c9e1f30c33667d9ae2f9c8b16cd3e2d8b2289ed3 /config_h.SH | |
parent | 37fd6f6cd79488ff77f8a47a7e9a8f1cc62aeeea (diff) | |
download | perl-14b90194d129e316cc8dba5adb663fd79d32785c.tar.gz |
Scan for tm_zone (and tm_gmtoff, while we are at it).
p4raw-id: //depot/perl@15065
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 26206b0ce2..2088967fd8 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2669,9 +2669,14 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un * This symbol, if defined, indicates to the C program that it should * include <sys/time.h> with KERNEL defined. */ +/* HAS_TM_TM_ZONE: + * This symbol, if defined, indicates to the C program that + * the struct tm has a tm_zone field. + */ #$i_time I_TIME /**/ #$i_systime I_SYS_TIME /**/ #$i_systimek I_SYS_TIME_KERNEL /**/ +#$d_tm_tm_zone HAS_TM_TM_ZONE /**/ /* I_USTAT: * This symbol, if defined, indicates that <ustat.h> exists and |