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