diff options
Diffstat (limited to 'tntfeatures.h')
-rw-r--r-- | tntfeatures.h | 4 |
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) |