Automatically use C++11 features when available and remove USE_CXX11 flag

This commit is contained in:
sfan5
2016-10-06 00:08:27 +02:00
parent 13b485a75f
commit 877b514971
6 changed files with 4 additions and 26 deletions

View File

@ -1,12 +1,3 @@
/*
* =====================================================================
* Version: 1.0
* Created: 01.09.2012 12:58:02
* Author: Miroslav Bendík
* Company: LinuxOS.sk
* =====================================================================
*/
#if MSDOS || __OS2__ || __NT__ || _WIN32
#define PATH_SEPARATOR '\\'
#else
@ -21,5 +12,5 @@
#define USE_LEVELDB 0
#define USE_REDIS 0
#define USE_CXX11 0
#define SHAREDIR "/usr/share/minetest"
#endif