From 531e0e32004b01c0d83ed65698945a8cb774faf6 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Wed, 11 Feb 2015 00:28:20 +0100 Subject: 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. --- tntfeatures.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'tntfeatures.h') 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) -- cgit v1.2.3