Merging upstream version 3.5.5 (Closes: #1098233).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c86ae7dcba
commit
6af28b7e8e
144 changed files with 43534 additions and 11497 deletions
|
@ -19,6 +19,24 @@
|
|||
#endif
|
||||
|
||||
#define TESTS_DIR "@CMAKE_SOURCE_DIR@/tests"
|
||||
#define MODULES_DIR "@CMAKE_SOURCE_DIR@/modules"
|
||||
#define BUILD_DIR "@CMAKE_BINARY_DIR@"
|
||||
|
||||
#cmakedefine HAVE_MBEDTLS
|
||||
|
||||
@SSH_MACRO@
|
||||
@TLS_MACRO@
|
||||
|
||||
|
||||
/* nc_server.h local includes (not to use the installed ones) */
|
||||
#include "netconf.h"
|
||||
#include "log.h"
|
||||
#include "messages_server.h"
|
||||
#include "server_config.h"
|
||||
#include "session_server.h"
|
||||
#include "session_server_ch.h"
|
||||
|
||||
/* nc_client.h local includes (not to use the installed ones) */
|
||||
#include "messages_client.h"
|
||||
#include "session_client.h"
|
||||
#include "session_client_ch.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue