]> git.mxchange.org Git - flightgear.git/blob - src/Include/config_cmake.h.in
Remove conditional compilation of ATCDCL
[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_CULLSETTINGS_CLEAR_MASK
21
22 #define VERSION "@FLIGHTGEAR_VERSION"
23
24 #cmakedefine ENABLE_UIUC_MODEL
25 #cmakedefine ENABLE_LARCSIM
26 #cmakedefine ENABLE_YASIM
27 #cmakedefine ENABLE_JSBSIM
28
29 #define PKGLIBDIR "@PKGLIBDIR"