diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2021-09-09 23:04:10 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2021-09-10 00:16:14 +0000 |
| commit | 1f290c707a19d1695c303e6c8ead9cc414ccc6dc (patch) | |
| tree | 6d52d19f60b838d4faba25adb8d40e3324c0befd | |
| parent | cd165c8bf05452d38ce552ae819d87378fecf52f (diff) | |
openssh: regen config.h
Fixes: 19261079b743 ("openssh: update to OpenSSH v8.7p1")
Reported by: O. Hartmann
Sponsored by: The FreeBSD Foundation
| -rw-r--r-- | crypto/openssh/config.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h index 43ec7ab6b3fe..966e2679bd17 100644 --- a/crypto/openssh/config.h +++ b/crypto/openssh/config.h @@ -857,7 +857,7 @@ /* #undef HAVE_LIBCRYPT */ /* Define to 1 if you have the `dl' library (-ldl). */ -/* #undef HAVE_LIBDL */ +#define HAVE_LIBDL 1 /* Define to 1 if you have the <libgen.h> header file. */ #define HAVE_LIBGEN_H 1 @@ -869,7 +869,7 @@ /* #undef HAVE_LIBNETWORK */ /* Define to 1 if you have the `pam' library (-lpam). */ -/* #undef HAVE_LIBPAM */ +#define HAVE_LIBPAM 1 /* Define to 1 if you have the <libproc.h> header file. */ /* #undef HAVE_LIBPROC_H */ @@ -1033,13 +1033,13 @@ /* #undef HAVE_OSF_SIA */ /* Define to 1 if you have the `pam_getenvlist' function. */ -/* #undef HAVE_PAM_GETENVLIST */ +#define HAVE_PAM_GETENVLIST 1 /* Define to 1 if you have the <pam/pam_appl.h> header file. */ /* #undef HAVE_PAM_PAM_APPL_H */ /* Define to 1 if you have the `pam_putenv' function. */ -/* #undef HAVE_PAM_PUTENV */ +#define HAVE_PAM_PUTENV 1 /* Define to 1 if you have the <paths.h> header file. */ #define HAVE_PATHS_H 1 @@ -1970,16 +1970,16 @@ /* #undef USE_BTMP */ /* Use libedit for sftp */ -/* #undef USE_LIBEDIT */ +#define USE_LIBEDIT 1 /* Use Linux audit module */ /* #undef USE_LINUX_AUDIT */ /* Enable OpenSSL engine support */ -/* #undef USE_OPENSSL_ENGINE */ +#define USE_OPENSSL_ENGINE 1 /* Define if you want to enable PAM support */ -/* #undef USE_PAM */ +#define USE_PAM 1 /* Use PIPES instead of a socketpair() */ /* #undef USE_PIPES */ |
