mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 23:32:52 -04:00
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
|