Reformat NX code with astyle-kdelibs (mostly tabs -> spaces and trailing spaces).
[kdenetwork.git] / kopete / config-kopete.h.cmake
blob3c99333e3c7d7ce8c9d4defbb15eba1f34519747
2 /* Define if you have valgrind.h installed */
3 #cmakedefine HAVE_VALGRIND_H 1
5 /* Define if you have xslt libraries and header files */
6 #cmakedefine HAVE_XSLT 1
8 /* Define if you have xmms libraries and header files. */
9 #cmakedefine HAVE_XMMS 1
11 /* Define if you have the XScreenSaver extension */
12 #cmakedefine HAVE_XSCREENSAVER 1
14 /* Define if MSN webcam support can be enabled */
15 #define MSN_WEBCAM 1
17 /* Define to compile with GSM SMS support */
18 /* #undef INCLUDE_SMSGSM */
20 /* Define to 1 if you want IDN support. */
21 #define LIBIDN 1
23 /* Jingle support is enabled */
24 /* #undef SUPPORT_JINGLE */
26 /* enable support for the smpppd */
27 /* #undef USE_SMPPPD */
29 /* Define if you have a tm_gmtoff member in struct tm */
30 #define HAVE_TM_GMTOFF 1
32 /* Defined when we have ilbc codec lib */
33 #define HAVE_ILBC 1
35 /* Defines if you have GL (Mesa, OpenGL, ...) */
36 #define HAVE_GL 1
38 /* Glib is required for oRTP code and libmimic code */
39 #define HAVE_GLIB 1
41 /* TODO */
42 /* #undef HAVE_XSHM */
44 /* Define to 1 if you have the <inttypes.h> header file. */
45 #cmakedefine HAVE_INTTYPES_H 1
47 /* Define to 1 if you have the <stdint.h> header file. */
48 #cmakedefine HAVE_STDINT_H 1
50 /* Define to 1 if you have the ANSI C header files. */
51 #define STDC_HEADERS 1
53 /* Define to 1 if your processor stores words with the most significant byte
54    first (like Motorola and SPARC, unlike Intel and VAX). */
55 #cmakedefine WORDS_BIGENDIAN ${CMAKE_WORDS_BIGENDIAN}
57 /* The size of a `long', as computed by sizeof. */
58 #define SIZEOF_LONG ${SIZEOF_LONG}
60 /* The size of a `unsigned long', as computed by sizeof. */
61 #define SIZEOF_UNSIGNED_LONG ${SIZEOF_UNSIGNED_LONG}