summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index 8012cd2..d0f0d77 100644
--- a/config.h
+++ b/config.h
@@ -4,13 +4,12 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h 1.81 2001/09/22 13:37:05 kls Exp $
+ * $Id: config.h 1.84 2001/10/07 15:13:23 kls Exp $
*/
#ifndef __CONFIG_H
#define __CONFIG_H
-#define _GNU_SOURCE
#include <stdio.h>
#include <string.h>
#include <time.h>
@@ -19,7 +18,7 @@
#include "eit.h"
#include "tools.h"
-#define VDRVERSION "0.96"
+#define VDRVERSION "0.97"
#define MAXPRIORITY 99
#define MAXLIFETIME 99
@@ -298,6 +297,7 @@ public:
int OSDwidth, OSDheight;
int OSDMessageTime;
int MaxVideoFileSize;
+ int SplitEditedFiles;
int MinEventTimeout, MinUserInactivity;
int MultiSpeedMode;
int ShowReplayMode;