diff -ur a/files.h.in b/files.h.in --- a/files.h.in 2019-12-03 11:53:24.000000000 +0100 +++ b/files.h.in 2019-12-03 12:19:10.003236655 +0100 @@ -102,10 +102,10 @@ # endif #endif -#define WTMP_FILE_LOC "@WTMP_FILE_LOC@" -#define ACCT_FILE_LOC "@ACCT_FILE_LOC@" -#define SAVACCT_FILE_LOC "@SAVACCT_FILE_LOC@" -#define USRACCT_FILE_LOC "@USRACCT_FILE_LOC@" +#define WTMP_FILE_LOC "/var/log/wtmp" +#define ACCT_FILE_LOC "/var/account/pacct" +#define SAVACCT_FILE_LOC "/var/account/savacct" +#define USRACCT_FILE_LOC "/var/account/usracct" /* Workaround for a kernel includes problem */ #if defined(__linux__) && defined(__alpha__)