diff options
author | Markus Ehrnsperger <markus@vdr1.(none)> | 2011-01-23 22:20:57 +0100 |
---|---|---|
committer | Markus Ehrnsperger <markus@vdr1.(none)> | 2011-01-23 22:20:57 +0100 |
commit | ac9d15a2a4e62971aee7932e55aa2d924f9b0261 (patch) | |
tree | 094246c234bce8f91e226d758f8437d62d095990 /config.h | |
parent | 58db02442b375f5669416e6e744a8325ed363f99 (diff) | |
download | vdr-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.h | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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); |