summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMarkus Ehrnsperger <markus@vdr1.(none)>2011-01-23 22:20:57 +0100
committerMarkus Ehrnsperger <markus@vdr1.(none)>2011-01-23 22:20:57 +0100
commitac9d15a2a4e62971aee7932e55aa2d924f9b0261 (patch)
tree094246c234bce8f91e226d758f8437d62d095990 /config.h
parent58db02442b375f5669416e6e744a8325ed363f99 (diff)
downloadvdr-patch-lnbsharing-lnb-sharing-0.1.0.tar.gz
vdr-patch-lnbsharing-lnb-sharing-0.1.0.tar.bz2
lnb-sharing 0.1.0lnb-sharing-0.1.0
Diffstat (limited to 'config.h')
-rw-r--r--config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.h b/config.h
index 7c28d41..39498d2 100644
--- a/config.h
+++ b/config.h
@@ -291,6 +291,16 @@ public:
int InitialVolume;
int ChannelsWrap;
int EmergencyExit;
+
+//ML
+ #define LNB_SHARING_VERSION "0.1.0"
+ int VerboseLNBlog;
+ #define MAXDEVICES 16 // Since VDR 1.3.32 we can not #include "device.h" for MAXDEVICES anymore.
+ // With this workaround a warning will be shown during compilation if
+ // MAXDEVICES changes in device.h.
+ int CardUsesLnbNr[MAXDEVICES];
+//ML-Ende
+
int __EndData__;
cSetup(void);
cSetup& operator= (const cSetup &s);