mirror of
https://github.com/minetest/minetestmapper.git
synced 2024-11-14 06:30:27 +01:00
11 lines
154 B
C
11 lines
154 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@
|
|
|
|
#endif
|
|
|