Changed to use NetBSD's defaults

This commit is contained in:
jtc 1995-03-09 23:25:36 +00:00
parent 1fac1c1776
commit 347a7d733b
1 changed files with 3 additions and 3 deletions

View File

@ -24,12 +24,12 @@ static char tzfilehid[] = "@(#)tzfile.h 7.6";
** Information about time zone files.
*/
#ifndef TZDIR
#define TZDIR "/usr/local/etc/zoneinfo" /* Time zone object file directory */
#ifndef TZDIR /* Time zone object file directory */
#define TZDIR "/usr/share/zoneinfo"
#endif /* !defined TZDIR */
#ifndef TZDEFAULT
#define TZDEFAULT "localtime"
#define TZDEFAULT "/etc/localtime"
#endif /* !defined TZDEFAULT */
#ifndef TZDEFRULES