[uClibc-cvs] uClibc/extra/Configs Config.in,1.18,1.19

Erik Andersen andersen at uclibc.org
Fri Jun 27 09:12:42 UTC 2003


Update of /var/cvs/uClibc/extra/Configs
In directory winder:/tmp/cvs-serv25536/extra/Configs

Modified Files:
	Config.in 
Log Message:
Add config option to enable 'struct tm' timezone extension fields


Index: Config.in
===================================================================
RCS file: /var/cvs/uClibc/extra/Configs/Config.in,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Config.in	4 Mar 2003 20:56:00 -0000	1.18
+++ Config.in	27 Jun 2003 09:12:38 -0000	1.19
@@ -247,6 +247,19 @@
 
 	  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
 
 



More information about the uClibc-cvs mailing list