From 3578e1d4a711a32e2e768dcc6ff207ffc1bccbad Mon Sep 17 00:00:00 2001 From: Ilya Zhuravlev Date: Fri, 14 Dec 2012 15:30:17 +0400 Subject: Added ability to fetch media from remote server (using cURL library) --- src/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index aedca8b20..f37ec0fed 100644 --- a/src/config.h +++ b/src/config.h @@ -11,6 +11,7 @@ #define RUN_IN_PLACE 0 #define USE_GETTEXT 0 #define USE_SOUND 0 +#define USE_CURL 0 #define STATIC_SHAREDIR "" #define BUILD_INFO "non-cmake" @@ -26,6 +27,8 @@ #define USE_GETTEXT CMAKE_USE_GETTEXT #undef USE_SOUND #define USE_SOUND CMAKE_USE_SOUND + #undef USE_CURL + #define USE_CURL CMAKE_USE_CURL #undef STATIC_SHAREDIR #define STATIC_SHAREDIR CMAKE_STATIC_SHAREDIR #undef BUILD_INFO -- cgit v1.2.3