Deleted Added
full compact
tzfile.h (2709) tzfile.h (2713)
1#ifndef TZFILE_H
2
3#define TZFILE_H
4
5/*
6** This header is for use ONLY with the time conversion code.
7** There is no guarantee that it will remain unchanged,
8** or that it will remain at all.

--- 11 unchanged lines hidden (view full) ---

20#endif /* !defined NOID */
21#endif /* !defined lint */
22
23/*
24** Information about time zone files.
25*/
26
27#ifndef TZDIR
1#ifndef TZFILE_H
2
3#define TZFILE_H
4
5/*
6** This header is for use ONLY with the time conversion code.
7** There is no guarantee that it will remain unchanged,
8** or that it will remain at all.

--- 11 unchanged lines hidden (view full) ---

20#endif /* !defined NOID */
21#endif /* !defined lint */
22
23/*
24** Information about time zone files.
25*/
26
27#ifndef TZDIR
28#define TZDIR "/usr/local/etc/zoneinfo" /* Time zone object file directory */
28#define TZDIR "/usr/share/zoneinfo" /* Time zone object file directory */
29#endif /* !defined TZDIR */
30
31#ifndef TZDEFAULT
29#endif /* !defined TZDIR */
30
31#ifndef TZDEFAULT
32#define TZDEFAULT "localtime"
32#define TZDEFAULT "/etc/localtime"
33#endif /* !defined TZDEFAULT */
34
35#ifndef TZDEFRULES
36#define TZDEFRULES "posixrules"
37#endif /* !defined TZDEFRULES */
38
39/*
40** Each file begins with. . .

--- 130 unchanged lines hidden ---
33#endif /* !defined TZDEFAULT */
34
35#ifndef TZDEFRULES
36#define TZDEFRULES "posixrules"
37#endif /* !defined TZDEFRULES */
38
39/*
40** Each file begins with. . .

--- 130 unchanged lines hidden ---