aboutsummaryrefslogtreecommitdiff
path: root/contrib/tzcode/tzdir.h
blob: be0faaee2e7e9fe82fb12bb2a266fcd0e5a51864 (plain) (blame)
1
2
3
4
5
6
#ifndef TZDEFAULT
# define TZDEFAULT "/etc/localtime" /* default zone */
#endif
#ifndef TZDIR
# define TZDIR "/usr/share/zoneinfo" /* TZif directory */
#endif