xref: /freebsd/contrib/tzcode/tzdir.h (revision 95eb4b873b6a8b527c5bd78d7191975dfca38998)
1 #ifndef TZDEFAULT
2 # define TZDEFAULT "/etc/localtime" /* default zone */
3 #endif
4 #ifndef TZDIR
5 # define TZDIR "/usr/share/zoneinfo" /* TZif directory */
6 #endif
7