diff options
Diffstat (limited to 'guilib/system.h')
-rw-r--r-- | guilib/system.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/guilib/system.h b/guilib/system.h index f8a48a8eb6..e177e46562 100644 --- a/guilib/system.h +++ b/guilib/system.h @@ -50,10 +50,6 @@ #define HAS_WEB_INTERFACE #endif -#ifdef HAVE_LIBSSH -#define HAS_FILESYSTEM_SFTP -#endif - #define HAS_JSONRPC #define HAS_HTTPAPI @@ -100,6 +96,7 @@ #define HAVE_LIBCRYSTALHD #define HAS_WEB_SERVER #define HAS_WEB_INTERFACE +#define HAVE_LIBSSH #endif /***************** @@ -147,6 +144,10 @@ #define HAS_LIBBDNAV #endif +#ifdef HAVE_LIBSSH +#define HAS_FILESYSTEM_SFTP +#endif + /***************** * SVN revision *****************/ |