summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-11-01 07:23:00 +0000
committerphintuka <phintuka>2008-11-01 07:23:00 +0000
commit132ef0582b3abfaf1727bb9b18fb4eb482183374 (patch)
tree283d78bca0a1630c13c5ee9537fb3c458a534f51
parent5565e666f73f50c14e89fd67a2727858df837799 (diff)
downloadxineliboutput-132ef0582b3abfaf1727bb9b18fb4eb482183374.tar.gz
xineliboutput-132ef0582b3abfaf1727bb9b18fb4eb482183374.tar.bz2
include features.h
-rw-r--r--config.c4
-rw-r--r--config.h4
-rw-r--r--menu.c4
-rw-r--r--menu.h4
-rw-r--r--setup_menu.c4
-rw-r--r--xine_frontend.c4
-rw-r--r--xine_frontend_main.c4
-rw-r--r--xine_sxfe_frontend.c3
-rw-r--r--xineliboutput.c4
9 files changed, 26 insertions, 9 deletions
diff --git a/config.c b/config.c
index 2cc6af2c..5de8d2eb 100644
--- a/config.c
+++ b/config.c
@@ -4,10 +4,12 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: config.c,v 1.71 2008-09-19 12:13:26 phintuka Exp $
+ * $Id: config.c,v 1.72 2008-11-01 07:23:00 phintuka Exp $
*
*/
+#include "features.h"
+
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
diff --git a/config.h b/config.h
index 446328cb..a039741a 100644
--- a/config.h
+++ b/config.h
@@ -4,13 +4,15 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h,v 1.53 2008-07-29 21:04:35 phintuka Exp $
+ * $Id: config.h,v 1.54 2008-11-01 07:23:00 phintuka Exp $
*
*/
#ifndef _XINELIB_CONFIG_H_
#define _XINELIB_CONFIG_H_
+#include "features.h"
+
#include <string.h>
#include <stdint.h>
diff --git a/menu.c b/menu.c
index 2395f223..6b5a709a 100644
--- a/menu.c
+++ b/menu.c
@@ -4,10 +4,12 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.c,v 1.57 2008-05-07 13:27:15 phintuka Exp $
+ * $Id: menu.c,v 1.58 2008-11-01 07:23:00 phintuka Exp $
*
*/
+#include "features.h"
+
#include <dirent.h>
#include <vdr/config.h>
diff --git a/menu.h b/menu.h
index 6551d971..f6817996 100644
--- a/menu.h
+++ b/menu.h
@@ -4,13 +4,15 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.h,v 1.6 2007-01-04 08:42:47 phintuka Exp $
+ * $Id: menu.h,v 1.7 2008-11-01 07:23:00 phintuka Exp $
*
*/
#ifndef __XINELIB_MENU_H
#define __XINELIB_MENU_H
+#include "features.h"
+
#include <vdr/menuitems.h>
class cMenuXinelib : public cMenuSetupPage
diff --git a/setup_menu.c b/setup_menu.c
index 84c70fd3..e2230323 100644
--- a/setup_menu.c
+++ b/setup_menu.c
@@ -4,10 +4,12 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: setup_menu.c,v 1.62 2008-10-18 10:33:17 phintuka Exp $
+ * $Id: setup_menu.c,v 1.63 2008-11-01 07:23:00 phintuka Exp $
*
*/
+#include "features.h"
+
#include <vdr/config.h>
#include <vdr/plugin.h>
#include <vdr/remote.h>
diff --git a/xine_frontend.c b/xine_frontend.c
index e69e6457..2dbb7ac7 100644
--- a/xine_frontend.c
+++ b/xine_frontend.c
@@ -4,10 +4,12 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_frontend.c,v 1.70 2008-07-04 09:58:36 phintuka Exp $
+ * $Id: xine_frontend.c,v 1.71 2008-11-01 07:23:00 phintuka Exp $
*
*/
+#include "features.h"
+
#ifndef XINE_VERSION_CODE
# define XINE_VERSION_CODE (XINE_MAJOR_VERSION*10000 + \
XINE_MINOR_VERSION*100 + \
diff --git a/xine_frontend_main.c b/xine_frontend_main.c
index 77b7d128..6c8c7205 100644
--- a/xine_frontend_main.c
+++ b/xine_frontend_main.c
@@ -4,10 +4,12 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_frontend_main.c,v 1.50 2008-10-21 15:08:37 phintuka Exp $
+ * $Id: xine_frontend_main.c,v 1.51 2008-11-01 07:23:00 phintuka Exp $
*
*/
+#include "features.h"
+
#include <termios.h>
#include <unistd.h>
#include <syslog.h>
diff --git a/xine_sxfe_frontend.c b/xine_sxfe_frontend.c
index c0263488..b17d1aa8 100644
--- a/xine_sxfe_frontend.c
+++ b/xine_sxfe_frontend.c
@@ -4,11 +4,12 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_sxfe_frontend.c,v 1.90 2008-10-28 20:08:07 phintuka Exp $
+ * $Id: xine_sxfe_frontend.c,v 1.91 2008-11-01 07:23:00 phintuka Exp $
*
*/
/*#define HAVE_XF86VIDMODE*/
+#include "features.h"
#include <errno.h>
#include <inttypes.h>
diff --git a/xineliboutput.c b/xineliboutput.c
index 1deeeb85..05319717 100644
--- a/xineliboutput.c
+++ b/xineliboutput.c
@@ -21,10 +21,12 @@
*
* xineliboutput.c: VDR Plugin interface
*
- * $Id: xineliboutput.c,v 1.35 2008-10-24 22:09:13 rofafor Exp $
+ * $Id: xineliboutput.c,v 1.36 2008-11-01 07:23:00 phintuka Exp $
*
*/
+#include "features.h"
+
#include <vdr/plugin.h>
#include "logdefs.h"