From 450c8fd4a7ec7eb878abfce0e4a499e03762b4f8 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Mon, 9 May 2005 20:22:29 +0000 Subject: - added TS compatibility mode --- common.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'common.h') diff --git a/common.h b/common.h index 461f636..065521e 100644 --- a/common.h +++ b/common.h @@ -1,5 +1,5 @@ /* - * $Id: common.h,v 1.5 2005/02/11 16:44:14 lordjaxom Exp $ + * $Id: common.h,v 1.6 2005/05/09 20:22:29 lordjaxom Exp $ */ #ifndef VDR_STREAMDEV_COMMON_H @@ -50,9 +50,6 @@ const cChannel *ChannelFromString(const char *String, int *Apid = NULL); #define BUFOVERTIME 5000 #define BUFOVERCOUNT 100 -#define STREAMDEVHOSTS (const char*)AddDirectory(cPlugin::ConfigDirectory(), \ - "streamdevhosts.conf") - #define POLLFAIL esyslog("Streamdev: Polling failed: %s", strerror(errno)) #define WRITEFAIL esyslog("Streamdev: Writing failed: %s", strerror(errno)) #define READFAIL esyslog("Streamdev: Reading failed: %s", strerror(errno)) -- cgit v1.2.3