From 042724e30d5690ab67a6c04aea48a16b9a3b085b Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Fri, 3 May 2013 01:37:41 +0200 Subject: =?UTF-8?q?Make=20LIVE=20compile=20and=20work=20with=20Tntnet=20an?= =?UTF-8?q?d=20cxxtools=20version=202.2.=20Thanks=20to=20Tommi=20M=C3=A4ki?= =?UTF-8?q?talo=20for=20his=20help=20on=20resolving=20the=20issues.=20This?= =?UTF-8?q?=20problem=20was=20reported=20by=20Martin=20Gansser=20and=20by?= =?UTF-8?q?=20the=20user=20'varas'=20in=20the=20bugtracker=20as=20bug=20#1?= =?UTF-8?q?351.=20This=20commit=20fixes=20that=20bug.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tntfeatures.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'tntfeatures.h') diff --git a/tntfeatures.h b/tntfeatures.h index 6de1f88..76d3757 100644 --- a/tntfeatures.h +++ b/tntfeatures.h @@ -17,6 +17,9 @@ // Query params are now in tntnet and not in cxxtools #define TNT_HAS_QUERYPARAMS (TNTVERSION >= 16060) +// 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) @@ -26,4 +29,13 @@ // version of TNTNET that binds ipv6 addresses with IPV6_V6ONLY flag set to true #define TNT_IPV6_V6ONLY (CXXTOOLVER >= 21000) +// version of TNTNET with properties deserializer for logger configuration args. +#define TNT_LOG_SERINFO (CXXTOOLVER >= 22000) + +// version of TNTNET wich expects name, value mappings for Url-Mapper arguments. +#define TNT_MAPURL_NAMED_ARGS (TNTVERSION >= 22000) + +// version of TNTNET where configuration is global +#define TNT_GLOBAL_TNTCONFIG (TNTVERSION >= 22000) + #endif // VDR_LIVE_TNTFEATURES_H -- cgit v1.2.3