Changed to use NetBSD's defaults
This commit is contained in:
parent
1fac1c1776
commit
347a7d733b
@ -24,12 +24,12 @@ static char tzfilehid[] = "@(#)tzfile.h 7.6";
|
|||||||
** Information about time zone files.
|
** Information about time zone files.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef TZDIR
|
#ifndef TZDIR /* Time zone object file directory */
|
||||||
#define TZDIR "/usr/local/etc/zoneinfo" /* Time zone object file directory */
|
#define TZDIR "/usr/share/zoneinfo"
|
||||||
#endif /* !defined TZDIR */
|
#endif /* !defined TZDIR */
|
||||||
|
|
||||||
#ifndef TZDEFAULT
|
#ifndef TZDEFAULT
|
||||||
#define TZDEFAULT "localtime"
|
#define TZDEFAULT "/etc/localtime"
|
||||||
#endif /* !defined TZDEFAULT */
|
#endif /* !defined TZDEFAULT */
|
||||||
|
|
||||||
#ifndef TZDEFRULES
|
#ifndef TZDEFRULES
|
||||||
|
Loading…
Reference in New Issue
Block a user