/games/devtest/mods/testnodes/models/

/'>minetest.git
modified minetest for gpcfs purposesgpcf
aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
blob: 54b89a060902ab1ac03a826330d85576d7a35334 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/*
	If CMake is used, includes the cmake-generated cmake_config.h.
	Otherwise use default values
*/

#ifndef CONFIG_H
#define CONFIG_H

#ifdef USE_CMAKE_CONFIG_H
	#include "cmake_config.h"
#else
	#define PROJECT_NAME "minetest"

	//#define INSTALL_PREFIX ""
	#define VERSION_STRING "unknown"