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