diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-02-04 09:18:30 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-02-04 09:18:30 +0100 |
commit | e1acb774c63fbd22487b6b36eb558348774951c2 (patch) | |
tree | 74f10f9e78ad8010684507c9281b72cb81a397e0 /config.h | |
parent | de6d37134cf8625ddae2c7a47b63ed697286f506 (diff) | |
download | vdr-e1acb774c63fbd22487b6b36eb558348774951c2.tar.gz vdr-e1acb774c63fbd22487b6b36eb558348774951c2.tar.bz2 |
Added "NORDIG" to the list of "DVB/Standard compliance" options and using it to restrict the LCN (Logical Channel Numbers) parsing to networks that actually use this non-standard feature
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 3.15 2015/02/02 12:21:13 kls Exp $ + * $Id: config.h 3.16 2015/02/04 09:13:54 kls Exp $ */ #ifndef __CONFIG_H @@ -65,6 +65,7 @@ #define STANDARD_DVB 0 #define STANDARD_ANSISCTE 1 +#define STANDARD_NORDIG 2 typedef uint32_t in_addr_t; //XXX from /usr/include/netinet/in.h (apparently this is not defined on systems with glibc < 2.2) |