mirror of
https://github.com/curl/curl.git
synced 2026-07-24 01:47:20 +03:00
- Anthony Bryan provided a set of patches that cleaned up manual language,
corrected spellings and more.
This commit is contained in:
parent
2a86817349
commit
d5bfec70af
6 changed files with 68 additions and 56 deletions
|
|
@ -30,9 +30,15 @@
|
|||
#endif
|
||||
|
||||
#if (LIBSSH2_VERSION_NUM >= 0x001300)
|
||||
/* libssh2 0.19 was the planned release version for a while before it was
|
||||
decided to instead become 1.0. Thus >= 0x001300 should still work fine
|
||||
for snapshots done during the 0.19 days as well as things released once
|
||||
it was bumped to 1.0 */
|
||||
# define HAVE_LIBSSH2_SESSION_BLOCK_DIRECTIONS 1
|
||||
# define HAVE_LIBSSH2_SFTP_SEEK2 1
|
||||
#else
|
||||
# undef HAVE_LIBSSH2_SESSION_BLOCK_DIRECTIONS
|
||||
# undef HAVE_LIBSSH2_SFTP_SEEK2 1
|
||||
#endif
|
||||
|
||||
extern const struct Curl_handler Curl_handler_scp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue