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