diff --git a/conf.c b/conf.c index 0d330e8..af5da61 100644 --- a/conf.c +++ b/conf.c @@ -54,14 +54,6 @@ #include "broadcast.h" #include "util.h" -/* ================================================== */ - -#ifndef DEFAULT_CONF_DIR -#define DEFAULT_CONF_DIR "/etc" -#endif - -#define DEFAULT_CONF_FILE DEFAULT_CONF_DIR"/chrony.conf" - /* ================================================== */ /* Forward prototypes */ diff --git a/configure b/configure index 5803854..7a4443a 100755 --- a/configure +++ b/configure @@ -564,7 +564,7 @@ if [ "x$SETDOCDIR" != "x" ]; then DOCDIR=$SETDOCDIR fi -add_def DEFAULT_CONF_DIR "\"$SYSCONFDIR\"" +add_def DEFAULT_CONF_FILE "\"$SYSCONFDIR/chrony.conf\"" add_def MAIL_PROGRAM "\"$mail_program\"" if [ -f version.txt ]; then