minetestmapper/cmake_config.h.in

13 lines
185 B
C
Raw Permalink Normal View History

2014-03-05 21:41:27 +01:00
// Filled in by the build system
#ifndef CMAKE_CONFIG_H
#define CMAKE_CONFIG_H
#define USE_LEVELDB @USE_LEVELDB@
2014-04-26 15:01:35 +02:00
#define USE_REDIS @USE_REDIS@
2014-03-05 21:41:27 +01:00
#define SHAREDIR "@SHAREDIR@"
2014-03-05 21:41:27 +01:00
#endif