1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-12-06 17:52:59 +00:00
SCCS-file: tzfile.h
SCCS-SID: 2.4
This commit is contained in:
Arthur David Olson
1986-11-19 19:39:03 -05:00
committed by Paul Eggert
parent 68b6273b4a
commit e4bfaaadb2

View File

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