]> git.mxchange.org Git - flightgear.git/blob - src/Include/config_cmake.h.in
use http_proxy environment variable
[flightgear.git] / src / Include / config_cmake.h.in
1
2
3 #cmakedefine FG_NDEBUG
4 #cmakedefine ENABLE_SP_FDM
5
6 // JSBSim needs this, to switch from standalone to in-FG mode
7 #define FGFS
8
9 #define PU_USE_NONE // PLIB needs this to avoid linking to GLUT
10
11 #cmakedefine ENABLE_PLIB_JOYSTICK
12
13 // threads are required (used to be optional)
14 #define ENABLE_THREADS 1
15
16 // audio support is assumed
17 #define ENABLE_AUDIO_SUPPORT 1
18
19 #cmakedefine HAVE_SYS_TIME_H
20 #cmakedefine HAVE_WINDOWS_H
21 #cmakedefine HAVE_CULLSETTINGS_CLEAR_MASK
22
23 #define VERSION "@FLIGHTGEAR_VERSION@"
24
25 #define HAVE_VERSION_H 1 // version.h is assumed for CMake builds
26
27 #cmakedefine ENABLE_UIUC_MODEL
28 #cmakedefine ENABLE_LARCSIM
29 #cmakedefine ENABLE_YASIM
30 #cmakedefine ENABLE_JSBSIM
31
32 #cmakedefine HAVE_SVN_CLIENT_H
33 #cmakedefine HAVE_LIBSVN_CLIENT_1
34
35 #define PKGLIBDIR "@PKGLIBDIR"
36
37 #cmakedefine FG_HAVE_HLA