1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2025-10-08 22:45:42 +02:00

PostgreSQL database support

This commit is contained in:
zeuner
2017-01-08 23:24:09 +01:00
committed by sfan5
parent d490cf0a31
commit af502f3ac2
6 changed files with 243 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
#ifndef CMAKE_CONFIG_H
#define CMAKE_CONFIG_H
#define USE_POSTGRESQL @USE_POSTGRESQL@
#define USE_LEVELDB @USE_LEVELDB@
#define USE_REDIS @USE_REDIS@