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