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:
parent
100f15b699
commit
6baa904039
10 changed files with 171 additions and 95 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue