diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-09-01 09:04:37 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-09-01 09:04:37 +0200 |
commit | a8f8de9dc9fda5fc94e5bc3d98dac5785e72d7da (patch) | |
tree | 3afd0bc9751c677efe4dba5849b8e529e146cb7b /config.h | |
parent | a92b585c1ee19c74cfbc23e0096509a8101294fa (diff) | |
download | vdr-a8f8de9dc9fda5fc94e5bc3d98dac5785e72d7da.tar.gz vdr-a8f8de9dc9fda5fc94e5bc3d98dac5785e72d7da.tar.bz2 |
Implemented automatic shutdown
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.66 2001/08/26 14:46:53 kls Exp $ + * $Id: config.h 1.67 2001/09/01 07:15:26 kls Exp $ */ #ifndef __CONFIG_H @@ -19,7 +19,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "0.93" +#define VDRVERSION "0.9.4" #define MaxBuffer 10000 @@ -295,6 +295,7 @@ public: int ChannelInfoPos; int OSDwidth, OSDheight; int MaxVideoFileSize; + int MinEventTimeout, MinUserInactivity; int CurrentChannel; cSetup(void); bool Load(const char *FileName); |