Added CLIXON_CLIENT_SSH to client API to communicate remotely via SSH netconf sub-system

configure: stringified SSH_BIN
C-API: Added `sock_flags` parameter to `clixon_proc_socket()`
This commit is contained in:
Olof Hagsand 2022-12-08 13:26:39 +01:00
parent 100f15b699
commit 6baa904039
10 changed files with 171 additions and 95 deletions

View file

@ -149,7 +149,7 @@ fi
# SSH binary path
AC_PATH_PROG(SSH_BIN, ssh)
AC_DEFINE_UNQUOTED(SSH_BIN, $SSH_BIN, [SSH binary])
AC_DEFINE_UNQUOTED(SSH_BIN, "$SSH_BIN", [SSH binary])
# Get "bison" from bison -y or other string
if test "$YACC" = "${YACC##bison}" ; then