mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 11:50:47 -05:00
MFC after: 3 weeks Sponsored by: Klara, Inc. (cherry picked from commit 46c599340f187db577b9212ab18022f3c7380c68)
6 lines
159 B
C
6 lines
159 B
C
#ifndef TZDEFAULT
|
|
# define TZDEFAULT "/etc/localtime" /* default zone */
|
|
#endif
|
|
#ifndef TZDIR
|
|
# define TZDIR "/usr/share/zoneinfo" /* TZif directory */
|
|
#endif
|