diff options
-rw-r--r-- | src/include/utmps/utmpx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/utmps/utmpx.h b/src/include/utmps/utmpx.h index d0f3457..450d54a 100644 --- a/src/include/utmps/utmpx.h +++ b/src/include/utmps/utmpx.h @@ -69,6 +69,9 @@ extern void logwtmp (char const *, char const *, char const *) ; #define UT_NAMESIZE UTMPS_UT_NAMESIZE #define UT_HOSTSIZE UTMPS_UT_HOSTSIZE +/* Unused, but some packages require this macro to be present */ +#define UTMPX_FILE "/run/utmps/utmp" + #ifdef __cplusplus } #endif |