mirror of
https://github.com/curl/curl.git
synced 2026-08-05 04:36:14 +03:00
Further adjust a libssh2 preprocessor function-symbol definition check
This commit is contained in:
parent
c036f6ae2d
commit
39d0b57ebf
2 changed files with 3 additions and 7 deletions
|
|
@ -30,9 +30,9 @@
|
|||
#endif
|
||||
|
||||
#if (LIBSSH2_VERSION_NUM >= 0x001300)
|
||||
# ifndef HAVE_LIBSSH2_SESSION_BLOCK_DIRECTIONS
|
||||
# define HAVE_LIBSSH2_SESSION_BLOCK_DIRECTIONS 1
|
||||
# endif
|
||||
# define HAVE_LIBSSH2_SESSION_BLOCK_DIRECTIONS 1
|
||||
#else
|
||||
# undef HAVE_LIBSSH2_SESSION_BLOCK_DIRECTIONS
|
||||
#endif
|
||||
|
||||
extern const struct Curl_handler Curl_handler_scp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue