Serge Bazanski | 8ff4b7c | 2021-08-17 19:21:18 +0200 | [diff] [blame] | 1 | #define LINUX |
| 2 | #define DEBUG 0 |
| 3 | #define USE_PTHREAD_ASYNCDNS |
| 4 | |
| 5 | #define CHRONY_VERSION "%CHRONY_VERSION%" |
| 6 | #define CHRONYD_FEATURES "NTP RTC SCFILTER ASYNCDNS" |
| 7 | #define FEAT_NTP |
| 8 | #define FEAT_RTC |
| 9 | #define FEAT_SCFILTER |
| 10 | #define FEAT_ASYNCDNS |
| 11 | |
| 12 | #define DEFAULT_COMMAND_SOCKET "/todo/chronyd.sock" |
| 13 | #define DEFAULT_CONF_FILE "/todo/chrony.conf" |
| 14 | #define DEFAULT_HWCLOCK_FILE "" |
| 15 | #define DEFAULT_PID_FILE "/todo/chronyd.pid" |
| 16 | #define DEFAULT_RTC_DEVICE "/dev/rtc" |
| 17 | #define DEFAULT_USER "root" |
| 18 | |
| 19 | #define MAIL_PROGRAM "/todo/sendmail" |