From 14b90194d129e316cc8dba5adb663fd79d32785c Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 6 Mar 2002 14:39:18 +0000 Subject: Scan for tm_zone (and tm_gmtoff, while we are at it). p4raw-id: //depot/perl@15065 --- config_h.SH | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config_h.SH') 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 <$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un * This symbol, if defined, indicates to the C program that it should * include 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 exists and -- cgit v1.2.1