Skip to content

Commit

Permalink
Revert "cleanup config declarations"
Browse files Browse the repository at this point in the history
This reverts commit dffb195.
  • Loading branch information
tgauth committed Sep 12, 2024
1 parent dffb195 commit c557f41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions contrib/win32/openssh/config.h.vs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@

/* Define if your platform needs to skip post auth
file descriptor passing */
/* #undef DISABLE_FD_PASSING */
#define DISABLE_FD_PASSING

/* Define if you don't want to use lastlog */
Expand Down Expand Up @@ -1767,3 +1768,4 @@
#define HAVE_EVP_PKEY_GET0_RSA 1
#define HAVE_EVP_MD_CTX_NEW 1
#define HAVE_EVP_MD_CTX_FREE 1
#define WITH_DSA 1
2 changes: 1 addition & 1 deletion contrib/win32/win32compat/inc/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define W32_SIGUSR2 19
#define W32_SIGBUS 20
#define W32_SIGTRAP 21
#define W32_SIGSYS 22
#define W32_SIGSYS 22

/* singprocmask "how" codes*/
#define SIG_BLOCK 0
Expand Down

0 comments on commit c557f41

Please sign in to comment.