diff options
Diffstat (limited to 'crypto/openssh/config.h')
-rw-r--r-- | crypto/openssh/config.h | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h index 926475f50c99..07a016fb79fc 100644 --- a/crypto/openssh/config.h +++ b/crypto/openssh/config.h @@ -364,10 +364,22 @@ don't. */ #define HAVE_DECL_HOWMANY 1 +/* Define to 1 if you have the declaration of 'htole64', and to 0 if you + don't. */ +#define HAVE_DECL_HTOLE64 1 + /* Define to 1 if you have the declaration of 'h_errno', and to 0 if you don't. */ #define HAVE_DECL_H_ERRNO 1 +/* Define to 1 if you have the declaration of 'le32toh', and to 0 if you + don't. */ +#define HAVE_DECL_LE32TOH 1 + +/* Define to 1 if you have the declaration of 'le64toh', and to 0 if you + don't. */ +#define HAVE_DECL_LE64TOH 1 + /* Define to 1 if you have the declaration of 'loginfailed', and to 0 if you don't. */ /* #undef HAVE_DECL_LOGINFAILED */ @@ -1708,6 +1720,9 @@ EOPNOTSUPP. */ /* #undef LINK_OPNOTSUPP_ERRNO */ +/* Lock all memory to protect sshd against Linux kcompactd */ +/* #undef LINUX_MEMLOCK_ONFAULT */ + /* Adjust Linux out-of-memory killer */ /* #undef LINUX_OOM_ADJUST */ @@ -1732,6 +1747,9 @@ /* Set this to your mail directory if you do not have _PATH_MAILDIR */ /* #undef MAIL_DIRECTORY */ +/* Define if your compiler lacks __builtin_popcount */ +/* #undef MISSING_BUILTIN_POPCOUNT */ + /* Need setpgrp to for controlling tty */ /* #undef NEED_SETPGRP */ @@ -1823,9 +1841,6 @@ /* no privsep sandboxing */ /* #undef SANDBOX_NULL */ -/* Sandbox using pledge(2) */ -/* #undef SANDBOX_PLEDGE */ - /* Sandbox using setrlimit(2) */ /* #undef SANDBOX_RLIMIT */ @@ -1841,9 +1856,6 @@ /* Sandbox using Solaris/Illumos privileges */ /* #undef SANDBOX_SOLARIS */ -/* Sandbox using systrace(4) */ -/* #undef SANDBOX_SYSTRACE */ - /* Specify the system call convention in use */ /* #undef SECCOMP_AUDIT_ARCH */ @@ -1971,6 +1983,9 @@ /* Define if you have Solaris projects */ /* #undef USE_SOLARIS_PROJECTS */ +/* Use libwtmpdb for sshd */ +/* #undef USE_WTMPDB */ + /* compiler variable declarations after code */ #define VARIABLE_DECLARATION_AFTER_CODE 1 |