Changed to use NetBSD's defaults

This commit is contained in:
jtc 1995-03-09 23:25:36 +00:00
parent 1fac1c1776
commit 347a7d733b

View File

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