mirror of
https://github.com/minetest/minetestmapper.git
synced 2024-11-12 13:40:32 +01:00
13 lines
185 B
C
13 lines
185 B
C
// Filled in by the build system
|
|
|
|
#ifndef CMAKE_CONFIG_H
|
|
#define CMAKE_CONFIG_H
|
|
|
|
#define USE_LEVELDB @USE_LEVELDB@
|
|
#define USE_REDIS @USE_REDIS@
|
|
|
|
#define USE_CXX11 @USE_CXX11@
|
|
|
|
#endif
|
|
|