ICU-1211 Better fix for FreeBSD and as/400 on getting the timezone

X-SVN-Rev: 6373
This commit is contained in:
George Rhoten 2001-10-22 21:01:19 +00:00
parent 7191618976
commit ccdb4770ee

View file

@ -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 */