summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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);