mirror of
https://github.com/minetest/minetestmapper.git
synced 2024-11-14 06:30:27 +01:00
14 lines
225 B
C
14 lines
225 B
C
// Filled in by the build system
|
|
|
|
#ifndef CMAKE_CONFIG_H
|
|
#define CMAKE_CONFIG_H
|
|
|
|
#define USE_POSTGRESQL @USE_POSTGRESQL@
|
|
#define USE_LEVELDB @USE_LEVELDB@
|
|
#define USE_REDIS @USE_REDIS@
|
|
|
|
#define SHAREDIR "@SHAREDIR@"
|
|
|
|
#endif
|
|
|