summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-02-04 09:18:30 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-02-04 09:18:30 +0100
commite1acb774c63fbd22487b6b36eb558348774951c2 (patch)
tree74f10f9e78ad8010684507c9281b72cb81a397e0 /config.h
parentde6d37134cf8625ddae2c7a47b63ed697286f506 (diff)
downloadvdr-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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index 97a0088c..c6c45dcd 100644
--- a/config.h
+++ b/config.h
@@ -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)