From e6e5705567a73ac90b040578670d82998cc8788d Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Tue, 10 Feb 2015 23:55:25 +0100 Subject: Drop support for old tntnet versions: Removed support to read a tntnet config file. Only code internal configuration is used now. --- tntfeatures.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tntfeatures.h') 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) -- cgit v1.2.3