From b58cae86e52d1f34c8e007e04f2dbc28650d8789 Mon Sep 17 00:00:00 2001 From: bju Date: Thu, 23 Jan 2014 22:05:58 +0100 Subject: - Giving VDRMANAGER_USE_{SSL,GZIP,ZLIB}=0 (default is 1) to the make call SSL support and the compression methods can be disabled. This eliminates the compile time and also the runtime dependencies. - The Gentoo ebuils uses the USE flags "ssl", "gzip" and "zlib" to control the SSL and compress features. --- vdr-vdrmanager/sock.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vdr-vdrmanager/sock.h') diff --git a/vdr-vdrmanager/sock.h b/vdr-vdrmanager/sock.h index f9e3ebf..bc19d6d 100644 --- a/vdr-vdrmanager/sock.h +++ b/vdr-vdrmanager/sock.h @@ -8,12 +8,13 @@ #include #include #include -#include #include +#if VDRMANAGER_USE_SSL #define SSL_NO_RETRY 0 #define SSL_RETRY_READ 1 #define SSL_RETRY_WRITE 2 +#endif using namespace std; -- cgit v1.2.3