mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 09:45:26 +00:00
ICU-1211 Better fix for FreeBSD and as/400 on getting the timezone
X-SVN-Rev: 6373
This commit is contained in:
parent
7191618976
commit
ccdb4770ee
1 changed files with 6 additions and 3 deletions
|
@ -116,9 +116,12 @@ typedef unsigned short uint16_t;
|
|||
/* Information about POSIX support */
|
||||
/*===========================================================================*/
|
||||
|
||||
#define U_TZSET _tzset
|
||||
#define U_TIMEZONE _timezone
|
||||
#define U_TZNAME _tzname
|
||||
#define U_TZSET _tzset
|
||||
#define U_HAVE_TIMEZONE 1
|
||||
#if U_HAVE_TIMEZONE
|
||||
# define U_TIMEZONE _timezone
|
||||
#endif
|
||||
#define U_TZNAME _tzname
|
||||
|
||||
/*===========================================================================*/
|
||||
/* Symbol import-export control */
|
||||
|
|
Loading…
Add table
Reference in a new issue