1
0
鏡像自 https://github.com/minetest/minetestmapper.git 已同步 2025-07-03 00:50:21 +02:00

Move include files

此提交包含在:
sfan5
2018-03-25 14:12:39 +02:00
父節點 405951f8f6
當前提交 e543517eb8
共有 15 個檔案被更改,包括 2 行新增2 行删除

13
include/cmake_config.h.in 一般檔案
查看文件

@ -0,0 +1,13 @@
// Filled in by the build system
#ifndef CMAKE_CONFIG_H
#define CMAKE_CONFIG_H
#define USE_POSTGRESQL @USE_POSTGRESQL@
#define USE_LEVELDB @USE_LEVELDB@
#define USE_REDIS @USE_REDIS@
#define SHAREDIR "@SHAREDIR@"
#endif