fda85c87ee169c3e08c739fd23b0f4c77501ae62
[supertux.git] / config.h.cmake
1 #define PACKAGE_NAME "supertux"
2 #define PACKAGE_VERSION "0.3.0"
3
4 #cmakedefine DEBUG
5 #cmakedefine ENABLE_SQDBG
6
7 #cmakedefine ENABLE_BINRELOC
8 #ifdef ENABLE_BINRELOC
9 #define APPDATADIR ${APPDATADIR}
10 #endif
11
12 #define SIZEOF_VOID_P ${SIZEOF_VOID_P}
13 #if SIZEOF_VOID_P == 8
14 #define _SQ64
15 #endif
16
17 #cmakedefine HAVE_ICONV_CONST
18 #ifdef HAVE_ICONV_CONST
19 #define ICONV_CONST const
20 #else
21 #define ICONV_CONST
22 #endif
23
24 #cmakedefine HAVE_OPENGL