diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-06-27 09:12:38 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-06-27 09:12:38 +0000 |
commit | ea3abe244d9ad2ec59d00b29152fc457571d2d37 (patch) | |
tree | 201c58f2e88a19c31890c1a4623bb74bba6467fb /extra/Configs/Config.in | |
parent | 41748e27c65310c83968cbd2f99e9a61c4a43e81 (diff) |
Add config option to enable 'struct tm' timezone extension fields
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
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 |