freebsd-src/contrib/tzcode/tzdir.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
159 B
C
Raw Normal View History

#ifndef TZDEFAULT
# define TZDEFAULT "/etc/localtime" /* default zone */
#endif
#ifndef TZDIR
# define TZDIR "/usr/share/zoneinfo" /* TZif directory */
#endif