diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index 75a2f5a..ca9f7d8 100644 --- a/config.h.in +++ b/config.h.in @@ -389,6 +389,14 @@ don't. */ #undef HAVE_DECL_OFFSETOF +/* Define to 1 if you have the declaration of `OPENSSL_IS_BORINGSSL', and to 0 + if you don't. */ +#undef HAVE_DECL_OPENSSL_IS_BORINGSSL + +/* Define to 1 if you have the declaration of `OPENSSL_NO_DSA', and to 0 if + you don't. */ +#undef HAVE_DECL_OPENSSL_NO_DSA + /* Define to 1 if you have the declaration of `O_NONBLOCK', and to 0 if you don't. */ #undef HAVE_DECL_O_NONBLOCK @@ -1909,6 +1917,9 @@ /* syslog_r function is safe to use in in a signal handler */ #undef SYSLOG_R_SAFE_IN_SIGHAND +/* Have sshd notify systemd on start/reload */ +#undef SYSTEMD_NOTIFY + /* Support routing domains using Linux VRF */ #undef SYS_RDOMAIN_LINUX @@ -1963,7 +1974,7 @@ /* Define if you want to enable AIX4's authenticate function */ #undef WITH_AIXAUTHENTICATE -/* Define if to enable DSA keys. */ +/* DSA keys explicitly enabled */ #undef WITH_DSA /* Define if you have/want arrays (cluster-wide session management, not C |