mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 01:05:14 +02:00
cleanup config declarations
This commit is contained in:
parent
9215a127ba
commit
f0d05b5fec
@ -102,7 +102,6 @@
|
|||||||
|
|
||||||
/* Define if your platform needs to skip post auth
|
/* Define if your platform needs to skip post auth
|
||||||
file descriptor passing */
|
file descriptor passing */
|
||||||
/* #undef DISABLE_FD_PASSING */
|
|
||||||
#define DISABLE_FD_PASSING
|
#define DISABLE_FD_PASSING
|
||||||
|
|
||||||
/* Define if you don't want to use lastlog */
|
/* Define if you don't want to use lastlog */
|
||||||
@ -1768,4 +1767,3 @@
|
|||||||
#define HAVE_EVP_PKEY_GET0_RSA 1
|
#define HAVE_EVP_PKEY_GET0_RSA 1
|
||||||
#define HAVE_EVP_MD_CTX_NEW 1
|
#define HAVE_EVP_MD_CTX_NEW 1
|
||||||
#define HAVE_EVP_MD_CTX_FREE 1
|
#define HAVE_EVP_MD_CTX_FREE 1
|
||||||
#define WITH_DSA 1
|
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
#define W32_SIGUSR2 19
|
#define W32_SIGUSR2 19
|
||||||
#define W32_SIGBUS 20
|
#define W32_SIGBUS 20
|
||||||
#define W32_SIGTRAP 21
|
#define W32_SIGTRAP 21
|
||||||
#define W32_SIGSYS 22
|
#define W32_SIGSYS 22
|
||||||
|
|
||||||
/* singprocmask "how" codes*/
|
/* singprocmask "how" codes*/
|
||||||
#define SIG_BLOCK 0
|
#define SIG_BLOCK 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user