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