summaryrefslogtreecommitdiff
path: root/tntfeatures.h
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2015-02-10 23:55:25 +0100
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2015-02-10 23:55:25 +0100
commite6e5705567a73ac90b040578670d82998cc8788d (patch)
treee3139734c1d1090691c44082553e96cc5c267568 /tntfeatures.h
parent948c21d5907c78adf00b382d4dc7010b1db5346b (diff)
downloadvdr-plugin-live-e6e5705567a73ac90b040578670d82998cc8788d.tar.gz
vdr-plugin-live-e6e5705567a73ac90b040578670d82998cc8788d.tar.bz2
Drop support for old tntnet versions: Removed support to read a tntnet config file.
Only code internal configuration is used now.
Diffstat (limited to 'tntfeatures.h')
-rw-r--r--tntfeatures.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tntfeatures.h b/tntfeatures.h
index 76d3757..d28281a 100644
--- a/tntfeatures.h
+++ b/tntfeatures.h
@@ -10,10 +10,6 @@
// SSL-Support works from tntnet version 1.6.1 onwards.
#define TNT_SSL_SUPPORT (TNTVERSION >= 16100)
-// Configuration of tntnet from within the source code and not with a
-// dedicated config file.
-#define TNT_CONFIG_INTERNAL (TNTVERSION >= 16060)
-
// Query params are now in tntnet and not in cxxtools
#define TNT_HAS_QUERYPARAMS (TNTVERSION >= 16060)