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 |
Lorenz Brun | 68dcee1 | 2021-08-31 13:12:07 +0200 | [diff] [blame] | 11 | #define FEAT_PRIVDROP |
| 12 | #define CAP_IS_SUPPORTED |
Serge Bazanski | 8ff4b7c | 2021-08-17 19:21:18 +0200 | [diff] [blame] | 13 | |
| 14 | #define DEFAULT_COMMAND_SOCKET "/todo/chronyd.sock" |
| 15 | #define DEFAULT_CONF_FILE "/todo/chrony.conf" |
| 16 | #define DEFAULT_HWCLOCK_FILE "" |
| 17 | #define DEFAULT_PID_FILE "/todo/chronyd.pid" |
| 18 | #define DEFAULT_RTC_DEVICE "/dev/rtc" |
| 19 | #define DEFAULT_USER "root" |
| 20 | |
| 21 | #define MAIL_PROGRAM "/todo/sendmail" |