summaryrefslogtreecommitdiff
path: root/tntfeatures.h
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2015-02-11 00:28:20 +0100
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2015-02-11 00:28:20 +0100
commit531e0e32004b01c0d83ed65698945a8cb774faf6 (patch)
treea814da7e7a23bdae0629cdb846ac38591cb92f9d /tntfeatures.h
parentd7f68025b95d8ecd42808d519bcce4f50acff3d5 (diff)
downloadvdr-plugin-live-531e0e32004b01c0d83ed65698945a8cb774faf6.tar.gz
vdr-plugin-live-531e0e32004b01c0d83ed65698945a8cb774faf6.tar.bz2
Drop support for old tntnet versions: add support to extract host from request url.
Tntnet versions which did not allow to get the host from the request url are now unsupported.
Diffstat (limited to 'tntfeatures.h')
-rw-r--r--tntfeatures.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tntfeatures.h b/tntfeatures.h
index 0aabaca..d3404ec 100644
--- a/tntfeatures.h
+++ b/tntfeatures.h
@@ -13,9 +13,6 @@
// Query params without boolean parameter
#define TNT_QUERYPARAMS_NO_BOOL (TNTVERSION >= 22000)
-// One can request the host part of the request url
-#define TNT_HAS_GETHOST (TNTVERSION >= 16060)
-
// new version of TNTNET allow the request watchdog to be silenced.
#define TNT_WATCHDOG_SILENCE (TNTVERSION >= 16900)