~ubuntu-branches/ubuntu/saucy/kopete/saucy-proposed

« back to all changes in this revision

Viewing changes to config-kopete.h.cmake

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-06-21 02:22:39 UTC
  • Revision ID: package-import@ubuntu.com-20130621022239-63l3zc8p0nf26pt6
Tags: upstream-4.10.80
ImportĀ upstreamĀ versionĀ 4.10.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/* Define if you have valgrind.h installed */
 
3
#cmakedefine HAVE_VALGRIND_H 1
 
4
 
 
5
/* Define if you have xslt libraries and header files */
 
6
#cmakedefine HAVE_XSLT 1
 
7
 
 
8
/* Define if you have xmms libraries and header files. */
 
9
#cmakedefine HAVE_XMMS 1
 
10
 
 
11
/* Define if you have the XScreenSaver extension */
 
12
#cmakedefine HAVE_XSCREENSAVER 1
 
13
 
 
14
/* Define if MSN webcam support can be enabled */
 
15
#define MSN_WEBCAM 1
 
16
 
 
17
/* Define to compile with GSM SMS support */
 
18
/* #undef INCLUDE_SMSGSM */
 
19
 
 
20
/* Define to 1 if you want IDN support. */
 
21
#define LIBIDN 1
 
22
 
 
23
/* Jingle support is enabled */
 
24
/* #undef SUPPORT_JINGLE */
 
25
 
 
26
/* enable support for the smpppd */
 
27
/* #undef USE_SMPPPD */
 
28
 
 
29
/* Define if you have a tm_gmtoff member in struct tm */
 
30
#define HAVE_TM_GMTOFF 1
 
31
 
 
32
/* Defines if you have GL (Mesa, OpenGL, ...) */
 
33
#define HAVE_GL 1
 
34
 
 
35
/* Glib is required for oRTP code and libmimic code */
 
36
#define HAVE_GLIB 1
 
37
 
 
38
/* TODO */
 
39
/* #undef HAVE_XSHM */
 
40
 
 
41
/* Define to 1 if you have the <inttypes.h> header file. */
 
42
#cmakedefine HAVE_INTTYPES_H 1
 
43
 
 
44
/* Define to 1 if you have the <stdint.h> header file. */
 
45
#cmakedefine HAVE_STDINT_H 1
 
46
 
 
47
/* Define to 1 if you have the ANSI C header files. */
 
48
#define STDC_HEADERS 1
 
49
 
 
50
/* Define to 1 if your processor stores words with the most significant byte
 
51
   first (like Motorola and SPARC, unlike Intel and VAX). */
 
52
#cmakedefine WORDS_BIGENDIAN ${CMAKE_WORDS_BIGENDIAN}
 
53
 
 
54
/* The size of a `long', as computed by sizeof. */
 
55
#define SIZEOF_LONG ${SIZEOF_LONG}
 
56
 
 
57
/* The size of a `unsigned long', as computed by sizeof. */
 
58
#define SIZEOF_UNSIGNED_LONG ${SIZEOF_UNSIGNED_LONG}
 
59
 
 
60
/* Define to 1 if you want libv4l support */
 
61
#cmakedefine HAVE_LIBV4L2 1
 
62
 
 
63
#cmakedefine HAVE_V4L 1