From 992ceae386cc9452d5961c20e1ce23e57260fed2 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 5 Aug 2010 16:27:39 +0200 Subject: build: fix libssh2_scp_send64() availability --- lib/ssh.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/ssh.h') diff --git a/lib/ssh.h b/lib/ssh.h index d0882e956..406220cc4 100644 --- a/lib/ssh.h +++ b/lib/ssh.h @@ -151,8 +151,6 @@ struct ssh_conn { #endif #if defined(LIBSSH2_VERSION_NUM) && (LIBSSH2_VERSION_NUM >= 0x010000) -/* libssh2_sftp_seek64() has only ever been provided by libssh2 1.0 or - later */ # define HAVE_LIBSSH2_SFTP_SEEK64 1 #else # undef HAVE_LIBSSH2_SFTP_SEEK64 @@ -161,7 +159,7 @@ struct ssh_conn { #if defined(LIBSSH2_VERSION_NUM) && (LIBSSH2_VERSION_NUM >= 0x010206) # define HAVE_LIBSSH2_SCP_SEND64 1 #else -# undef HAVE_LIBSSH2_SFTP_SEEK64 +# undef HAVE_LIBSSH2_SCP_SEND64 #endif -- cgit v1.2.3