mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-12-06 19:46:36 +00:00
SAUDI
SCCS-file: tzfile.h SCCS-SID: 2.4
This commit is contained in:
committed by
Paul Eggert
parent
68b6273b4a
commit
e4bfaaadb2
11
tzfile.h
11
tzfile.h
@ -41,12 +41,23 @@ struct tzhead {
|
||||
*/
|
||||
|
||||
#ifndef TZ_MAX_TIMES
|
||||
#ifndef SAUDI
|
||||
#define TZ_MAX_TIMES 300 /* Maximum number of transition times */
|
||||
#endif
|
||||
#ifdef SAUDI
|
||||
#define TZ_MAX_TIMES 370 /* A bit more than a year's worth */
|
||||
#endif
|
||||
#define TZ_MAX_TIMES 300 /* Maximum number of transition times */
|
||||
#endif
|
||||
|
||||
#ifndef TZ_MAX_TYPES
|
||||
#ifndef SAUDI
|
||||
#define TZ_MAX_TYPES 10 /* Maximum number of local time types */
|
||||
#endif
|
||||
#ifdef SAUDI
|
||||
#define TZ_MAX_TYPES 370 /* A bit more than a year's worth */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef TZ_MAX_CHARS
|
||||
#define TZ_MAX_CHARS 50 /* Maximum number of abbreviation characters */
|
||||
|
||||
Reference in New Issue
Block a user