Finish up CMake support, created a couple scripts to handle messages.pot generation...
[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 #define APPDATADIR "${APPDATADIR}"
9
10 #define SIZEOF_VOID_P ${SIZEOF_VOID_P}
11 #if SIZEOF_VOID_P == 8
12 #define _SQ64
13 #endif
14
15 #cmakedefine HAVE_ICONV_CONST
16 #ifdef HAVE_ICONV_CONST
17 #define ICONV_CONST const
18 #else
19 #define ICONV_CONST
20 #endif
21
22 #cmakedefine HAVE_OPENGL