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