Ported changes from 0.3.1 and bumped version to 0.3.2-SVN
[supertux.git] / config.h.cmake
1 #define PACKAGE_NAME "supertux"
2 #define PACKAGE_VERSION "0.3.2-SVN"
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 WORDS_BIGENDIAN
23
24 #cmakedefine HAVE_OPENGL
25
26 #cmakedefine HAVE_LIBCURL