mirror of
https://github.com/minetest/minetestmapper.git
synced 2024-11-14 06:30:27 +01:00
6f1b8284f4
Locations (in order): * <world path>/colors.txt * $HOME/.minetest/colors.txt (Linux only) * <share dir>/colors.txt (Linux only for now, defaults to /usr/local/share/minetest) * current directory (<< this is the old behavior)
15 lines
216 B
C
15 lines
216 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@
|
|
|
|
#define SHAREDIR "@SHAREDIR@"
|
|
|
|
#endif
|
|
|