diff options
Diffstat (limited to 'lib/config.h')
-rw-r--r-- | lib/config.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/config.h b/lib/config.h index 026d9f7..4389c58 100644 --- a/lib/config.h +++ b/lib/config.h @@ -42,10 +42,13 @@ struct cEPG2VDRConfig int seriesPort; int storeSeriesToFs; -#ifdef VDR_PLUGIN + // for VDR_PLUGIN + int activeOnEpgd; int scheduleBoot; -#else + + // for epgd + char cachePath[256+TB]; char httpPath[256+TB]; char pluginPath[256+TB]; @@ -54,7 +57,8 @@ struct cEPG2VDRConfig int updateThreshold; int maintanance; int httpPort; -#endif + + // char dbHost[100+TB]; int dbPort; |