mirror of
https://github.com/luanti-org/minetestmapper.git
synced 2025-10-08 22:45:42 +02:00
15 lines
230 B
C
15 lines
230 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
|
|
#cmakedefine01 USE_ZLIB_NG
|
|
|
|
#define SHAREDIR "@SHAREDIR@"
|
|
|
|
#endif
|
|
|