Minetest  5.4.0
cmake_config.h
Go to the documentation of this file.
1 // Filled in by the build system
2 
3 #pragma once
4 
5 #define PROJECT_NAME "minetest"
6 #define PROJECT_NAME_C "Minetest"
7 #define VERSION_MAJOR 5
8 #define VERSION_MINOR 4
9 #define VERSION_PATCH 0
10 #define VERSION_EXTRA ""
11 #define VERSION_STRING "5.4.0"
12 #define PRODUCT_VERSION_STRING "5.4"
13 #define STATIC_SHAREDIR "."
14 #define STATIC_LOCALEDIR "locale"
15 #define BUILD_TYPE "Release"
16 #define ICON_DIR "unix/icons"
17 #define RUN_IN_PLACE 1
18 #define USE_GETTEXT 0
19 #define USE_CURL 1
20 #define USE_SOUND 0
21 #define USE_FREETYPE 1
22 #define USE_CURSES 1
23 #define USE_LEVELDB 1
24 #define USE_LUAJIT 1
25 #define USE_POSTGRESQL 1
26 #define USE_PROMETHEUS 0
27 #define USE_SPATIAL 0
28 #define USE_SYSTEM_GMP 1
29 #define USE_REDIS 0
30 #define ENABLE_GLES 0
31 #define HAVE_ENDIAN_H 1
32 #define CURSES_HAVE_CURSES_H 1
33 #define CURSES_HAVE_NCURSES_H 1
34 #define CURSES_HAVE_NCURSES_NCURSES_H 0
35 #define CURSES_HAVE_NCURSES_CURSES_H 0
36 #define CURSES_HAVE_NCURSESW_NCURSES_H 0
37 #define CURSES_HAVE_NCURSESW_CURSES_H 0
38 #define BUILD_UNITTESTS 1