Go to the source code of this file.
|
#define | TZ_MAGIC "TZif" |
|
#define | TZ_MAX_CHARS 50 /* Maximum number of abbreviation characters */ |
|
#define | TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */ |
|
#define | TZ_MAX_TIMES 2000 |
|
#define | TZ_MAX_TYPES 256 /* Limited by what (unsigned char)'s can hold */ |
|
#define | TZDEFAULT "/etc/localtime" |
|
#define | TZDEFRULES "posixrules" |
|
#define | TZDIR "/usr/share/zoneinfo" /* Time zone object file directory */ |
|
#define TZ_MAX_CHARS 50 /* Maximum number of abbreviation characters */ |
#define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */ |
#define TZ_MAX_TIMES 2000 |
#define TZ_MAX_TYPES 256 /* Limited by what (unsigned char)'s can hold */ |
#define TZDEFAULT "/etc/localtime" |
#define TZDEFRULES "posixrules" |
#define TZDIR "/usr/share/zoneinfo" /* Time zone object file directory */ |