diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h index 4b0f29e0c8e6..fc1a45a0b751 100644 --- a/crypto/openssh/config.h +++ b/crypto/openssh/config.h @@ -392,7 +392,7 @@ #define HAVE_HEADER_AD 1 /* Define if you have ut_host in utmp.h */ -/* #undef HAVE_HOST_IN_UTMP */ +#define HAVE_HOST_IN_UTMP 1 /* Define if you have ut_host in utmpx.h */ /* #undef HAVE_HOST_IN_UTMPX */ @@ -897,7 +897,7 @@ #define HAVE_TIME_H 1 /* Define if you have ut_time in utmp.h */ -/* #undef HAVE_TIME_IN_UTMP */ +#define HAVE_TIME_IN_UTMP 1 /* Define if you have ut_time in utmpx.h */ /* #undef HAVE_TIME_IN_UTMPX */