mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-04-08 18:35:05 +02:00
V8 9 test (#574)
This commit is contained in:
parent
9a85082806
commit
2d3ca752f9
@ -149,6 +149,8 @@
|
||||
#define HAVE_FIDO_DEV_SUPPORTS_CRED_PROT
|
||||
#define HAVE_FIDO_DEV_GET_TOUCH_BEGIN
|
||||
#define HAVE_FIDO_DEV_GET_TOUCH_STATUS
|
||||
#define HAVE_FIDO_CRED_SET_CLIENTDATA
|
||||
#define HAVE_FIDO_ASSERT_SET_CLIENTDATA
|
||||
|
||||
/* File names may not contain backslash characters */
|
||||
/* #undef FILESYSTEM_NO_BACKSLASH */
|
||||
@ -1729,4 +1731,4 @@
|
||||
#define HAVE_DECL_MEMMEM 0
|
||||
#define WITH_ZLIB
|
||||
#define _PATH_TTY "conin$"
|
||||
#define HAVE_STRUCT_POLLFD_FD 1
|
||||
#define HAVE_STRUCT_POLLFD_FD 1
|
||||
|
@ -1074,7 +1074,7 @@ spawn_child_internal(const char* cmd, char *const argv[], HANDLE in, HANDLE out,
|
||||
if (strstr(cmd, "sshd.exe")) {
|
||||
flags |= DETACHED_PROCESS;
|
||||
}
|
||||
if (strstr(cmd, "ssh-sk-helper.exe") || strstr(cmd, "ssh-pkcs11-helper.exe")) {
|
||||
if (strstr(cmd, "ssh-pkcs11-helper.exe")) {
|
||||
flags |= CREATE_NO_WINDOW;
|
||||
}
|
||||
if (is_bash_test_env()) {
|
||||
@ -1325,4 +1325,4 @@ int
|
||||
posix_spawnp_as_user(pid_t *pidp, const char *file, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t *attrp, char *const argv[], char *const envp[], HANDLE user_token)
|
||||
{
|
||||
return posix_spawn_internal(pidp, file, file_actions, attrp, argv, envp, user_token, FALSE);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user