remove actions which are not supported, this way they are also not visible in shortcu...
[kdenetwork.git] / kopete / config-kopete.h.cmake
bloba3d5e41b31b71671601cf2954334e849e6f0beec
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 /* Defines the executable of xmllint */
24 #define XMLLINT "/usr/bin/xmllint"
26 /* Jingle support is enabled */
27 /* #undef SUPPORT_JINGLE */
29 /* enable support for the smpppd */
30 /* #undef USE_SMPPPD */
32 /* Define if you have a tm_gmtoff member in struct tm */
33 #define HAVE_TM_GMTOFF 1
35 /* Defined when we have ilbc codec lib */
36 #define HAVE_ILBC 1
38 /* Defines if you have GL (Mesa, OpenGL, ...) */
39 #define HAVE_GL 1
41 /* Glib is required for oRTP code and libmimic code */
42 #define HAVE_GLIB 1
44 /* TODO */
45 /* #undef HAVE_XSHM */
47 /* Define to 1 if you have the <inttypes.h> header file. */
48 #cmakedefine HAVE_INTTYPES_H 1
50 /* Define to 1 if you have the <stdint.h> header file. */
51 #cmakedefine HAVE_STDINT_H 1
53 /* Define to 1 if you have the ANSI C header files. */
54 #define STDC_HEADERS 1
56 /* Define to 1 if your processor stores words with the most significant byte
57    first (like Motorola and SPARC, unlike Intel and VAX). */
58 #cmakedefine WORDS_BIGENDIAN ${CMAKE_WORDS_BIGENDIAN}
60 /* The size of a `long', as computed by sizeof. */
61 #define SIZEOF_LONG ${SIZEOF_LONG}
63 /* The size of a `unsigned long', as computed by sizeof. */
64 #define SIZEOF_UNSIGNED_LONG ${SIZEOF_UNSIGNED_LONG}