xref: /freebsd/contrib/tzcode/tzdir.h (revision 745c6c0431d01b4fc3247f4eac08a2181d71e008)
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