Browse Source

Add config option to enable 'struct tm' timezone extension fields

Eric Andersen 22 years ago
parent
commit
ea3abe244d
1 changed files with 13 additions and 0 deletions
  1. 13 0
      extra/Configs/Config.in

+ 13 - 0
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