From c1c4f299ff8881fe0c8d51790d49bfb5fcd632df Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 27 Apr 2009 10:58:29 +0000 Subject: Add option to build with or without sftp support. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@618 7dcaeef0-15fb-0310-b436-a5af3365683c --- config.h.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index 2ff415e..e941d10 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -62,6 +62,9 @@ /* Define to 1 if you want to enable ZLIB */ #cmakedefine WITH_LIBZ 1 +/* Define to 1 if you want to enable SSH1 */ +#cmakedefine WITH_SFTP 1 + /* Define to 1 if you want to enable SSH1 */ #cmakedefine WITH_SSH1 1 -- cgit v1.2.3