root/trunk/config.h.cmake

Revision 586, 2.4 kB (checked in by dgollub, 3 months ago)

Don't build with OpenOBEX TCP transport by default.
Introduce cmake variable to tune OpenOBEX TCP build.
Revert this once new version of OpenOBEX got released.

Line 
1 /* config.h.cmake */
2
3 /* Bluetooth Transport */
4 #cmakedefine ENABLE_BLUETOOTH
5
6 /* Http Transport */
7 #cmakedefine ENABLE_HTTP
8
9 /* libsoup version in use */
10 #cmakedefine HAVE_LIBSOUP22
11 #cmakedefine HAVE_LIBSOUP24
12
13 /* Obex Transport */
14 #cmakedefine ENABLE_OBEX
15
16 /* Obex Transport via TCP */
17 /* TODO: Remove this on next OpenOBEX */
18 #cmakedefine ENABLE_OPENOBEX_TCP
19
20 /* Tracing */
21 #cmakedefine ENABLE_TRACE
22
23 /* Defined if the correct libwbxml2 version exists. */
24 #cmakedefine ENABLE_WBXML
25
26 /* Define to 1 if you have the <dlfcn.h> header file. */
27 #cmakedefine HAVE_DLFCN_H 1
28
29 /* Define to 1 if you have the <inttypes.h> header file. */
30 #cmakedefine HAVE_INTTYPES_H 1
31
32 /* Define to 1 if you have the <memory.h> header file. */
33 #cmakedefine HAVE_MEMORY_H 1
34
35 /* Define to 1 if you have the <stdint.h> header file. */
36 #cmakedefine HAVE_STDINT_H 1
37
38 /* Define to 1 if you have the <stdlib.h> header file. */
39 #cmakedefine HAVE_STDLIB_H 1
40
41 /* Define to 1 if you have the <strings.h> header file. */
42 #cmakedefine HAVE_STRINGS_H 1
43
44 /* Define to 1 if you have the <string.h> header file. */
45 #cmakedefine HAVE_STRING_H 1
46
47 /* Define to 1 if you have the <sys/stat.h> header file. */
48 #cmakedefine HAVE_SYS_STAT_H 1
49
50 /* Define to 1 if you have the <sys/types.h> header file. */
51 #cmakedefine HAVE_SYS_TYPES_H 1
52
53 /* Define to 1 if the system has the type `uint16_t'. */
54 #cmakedefine HAVE_UINT16_T 1
55
56 /* Define to 1 if the system has the type `uint32_t'. */
57 #cmakedefine HAVE_UINT32_T 1
58
59 /* Define to 1 if the system has the type `uint8_t'. */
60 #cmakedefine HAVE_UINT8_T 1
61
62 /* Define to 1 if you have the <unistd.h> header file. */
63 #cmakedefine HAVE_UNISTD_H 1
64
65 /* Name of package */
66 #cmakedefine PACKAGE "${PACKAGE}"
67
68 /* Define to the address where bug reports for this package should be sent. */
69 #cmakedefine PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
70
71 /* Define to the full name of this package. */
72 #cmakedefine PACKAGE_NAME "${PACKAGE_NAME}"
73
74 /* Define to the full name and version of this package. */
75 #cmakedefine PACKAGE_STRING "${PACKAGE_STRING}"
76
77 /* Define to the one symbol short name of this package. */
78 #cmakedefine PACKAGE_TARNAME "${PACKAGE_TARNAME}"
79
80 /* Define to the version of this package. */
81 #cmakedefine PACKAGE_VERSION "${PACKAGE_VERSION}"
82
83 /* Define to 1 if you have the ANSI C header files. */
84 /* #undef STDC_HEADERS 1 */
85
86 /* Version number of package */
87 #cmakedefine VERSION "${VERSION}"
88
89 /* wbxml */
90 /* #undef WBXML_LIBS */
Note: See TracBrowser for help on using the browser.