From ea3abe244d9ad2ec59d00b29152fc457571d2d37 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 27 Jun 2003 09:12:38 +0000 Subject: Add config option to enable 'struct tm' timezone extension fields --- extra/Configs/Config.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'extra/Configs') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 5baad8a32..bbfbc854d 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -247,6 +247,19 @@ config ASSUME_DEVPTS Most people should answer Y. +config UCLIBC_HAS_TM_EXTENSIONS + bool "Support 'struct tm' timezone extension fields" + default y + help + Enabling this option adds fields to 'struct tm' in time.h for + tracking the number of seconds east of UTC, and an abbreviation for + the current timezone. These fields are not specified by the SuSv3 + standard, but they are commonly used in both GNU and BSD application + code. + + To strictly follow the SuSv3 standard, leave this disabled. + Most people will probably want to answer Y. + endmenu -- cgit v1.2.3