|
root / base / usr / src / cmd / zic / tzdir.h
tzdir.h C 7 lines 158 B
1
2
3
4
5
6
#ifndef TZDEFAULT
# define TZDEFAULT "localtime" /* default zone */
#endif
#ifndef TZDIR
# define TZDIR "/usr/share/lib/zoneinfo" /* TZif directory */
#endif