1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-12-06 23:12:33 +00:00

various enhancements

SCCS-file: tzfile.h
SCCS-SID: 1.5
This commit is contained in:
Arthur David Olson
1986-01-21 09:12:11 -05:00
committed by Paul Eggert
parent 33180a055e
commit 49f24200f7

View File

@ -4,11 +4,25 @@
** Format of time zone information files.
*/
#ifndef TZDIR
#define TZDIR "/etc/tzdir" /* Time zone object file directory */
#endif
#ifndef TZDEFAULT
#define TZDEFAULT "localtime"
#endif
#ifndef TZ_MAX_RULES
#define TZ_MAX_RULES 170 /* Maximum number of rules */
#endif
#ifndef TZ_MAX_TYPES
#define TZ_MAX_TYPES 10 /* Maximum number of Saving Times */
#endif
#ifndef TZ_ABBR_LEN
#define TZ_ABBR_LEN 7 /* Maximum Time Zone abbr. length */
#endif
struct dsinfo {
long ds_gmtoff; /* Offset from GMT in seconds */