config: change DEFAULT_MESSAGE_UNIX_FDS to 16
[platform/upstream/dbus.git] / cmake / config.h.cmake
1 /* config.h. Generated by cmake from config.h.cmake */
2
3 #ifndef _DBUS_CONFIG_H
4 #define _DBUS_CONFIG_H
5 /****************************/
6 /* indicate that we are building with cmake */
7 #define DBUS_CMAKE 1
8
9 @AUTOPACKAGE_CONFIG_H_TEMPLATE@
10
11 /*
12  * Variables defined by AC_DEFINE in ../configure.ac
13  * should be placed in this file
14 */
15 #cmakedefine HAVE_GNUC_VARARGS 1
16
17 #cmakedefine DBUS_CONSOLE_AUTH_DIR "@DBUS_CONSOLE_AUTH_DIR@"
18 #cmakedefine DBUS_DATADIR  "@DBUS_DATADIR@"
19 #cmakedefine DBUS_BINDIR   "@DBUS_BINDIR@"
20 #cmakedefine DBUS_SYSTEM_CONFIG_FILE  "@DBUS_SYSTEM_CONFIG_FILE@"
21 #cmakedefine DBUS_SESSION_CONFIG_FILE "@DBUS_SESSION_CONFIG_FILE@"
22 #cmakedefine DBUS_DAEMON_NAME "@DBUS_DAEMON_NAME@"
23 #cmakedefine DBUS_SYSTEM_BUS_DEFAULT_ADDRESS  "@DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@"
24 #cmakedefine DBUS_SESSION_BUS_CONNECT_ADDRESS  "@DBUS_SESSION_BUS_CONNECT_ADDRESS@"
25 #cmakedefine DBUS_MACHINE_UUID_FILE "@DBUS_MACHINE_UUID_FILE@"
26 #cmakedefine DBUS_DAEMONDIR "@DBUS_DAEMONDIR@"
27
28 #cmakedefine DBUS_ENABLE_STATS
29
30 #define TEST_LISTEN       "@TEST_LISTEN@"
31
32 // test binaries
33 #define DBUS_TEST_EXEC "@DBUS_TEST_EXEC@"
34 #define DBUS_EXEEXT "@EXEEXT@"
35 #cmakedefine TEST_BUS_LAUNCH_BINARY "@TEST_BUS_LAUNCH_BINARY@"
36
37 /* Some dbus features */
38 #cmakedefine DBUS_ENABLE_ANSI 1
39 #cmakedefine DBUS_ENABLE_VERBOSE_MODE 1
40 #cmakedefine DBUS_DISABLE_ASSERT 1
41 #ifndef DBUS_DISABLE_ASSERT
42 #  define DBUS_ENABLE_ASSERT 1
43 #endif
44 #cmakedefine DBUS_DISABLE_CHECKS 1
45 #ifndef DBUS_DISABLE_CHECKS
46 #  define DBUS_ENABLE_CHECKS 1
47 #endif
48 /* xmldocs */
49 /* doxygen */
50 #cmakedefine DBUS_GCOV_ENABLED 1
51
52 /* abstract-sockets */
53
54 #cmakedefine HAVE_ABSTRACT_SOCKETS 1
55
56 #cmakedefine DBUS_PATH_OR_ABSTRACT_VALUE 1
57
58 #if (defined DBUS_PATH_OR_ABSTRACT_VALUE)
59 #define DBUS_PATH_OR_ABSTRACT @DBUS_PATH_OR_ABSTRACT_VALUE@
60 #endif
61
62 #ifdef DBUS_PATH_OR_ABSTRACT_VALUE
63 #undef DBUS_PATH_OR_ABSTRACT_VALUE
64 #endif
65
66 /* selinux */
67 /* kqueue */
68 #cmakedefine HAVE_CONSOLE_OWNER_FILE 1
69 #define DBUS_CONSOLE_OWNER_FILE "@DBUS_CONSOLE_OWNER_FILE@"
70
71 #cmakedefine DBUS_HAVE_ATOMIC_INT 1
72 #cmakedefine DBUS_USE_ATOMIC_INT_486 1
73 #if (defined(__i386__) || defined(__x86_64__))
74 # define DBUS_HAVE_ATOMIC_INT 1
75 # define DBUS_USE_ATOMIC_INT_486 1
76 #endif
77
78 #cmakedefine DBUS_BUILD_X11 1
79 /* For the moment, the cmake build system doesn't have an equivalent of
80  * the autoconf build system's --disable-x11-autolaunch */
81 #ifdef DBUS_BUILD_X11
82 # define DBUS_ENABLE_X11_AUTOLAUNCH 1
83 #endif
84
85 #define _DBUS_VA_COPY_ASSIGN(a1,a2) { a1 = a2; }
86
87 #cmakedefine DBUS_VA_COPY_FUNC
88 #if (defined DBUS_VA_COPY_FUNC)
89 # define DBUS_VA_COPY @DBUS_VA_COPY_FUNC@
90 #endif
91
92 #ifdef DBUS_VA_COPY_FUNC
93 #undef DBUS_VA_COPY_FUNC
94 #endif
95
96 #cmakedefine DBUS_VA_COPY_AS_ARRAY @DBUS_VA_COPY_AS_ARRAY@
97
98 // headers
99 /* Define to 1 if you have dirent.h */
100 #cmakedefine   HAVE_DIRENT_H 1
101
102 /* Define to 1 if you have io.h */
103 #cmakedefine   HAVE_IO_H 1
104
105 /* Define to 1 if you have grp.h */
106 #cmakedefine   HAVE_GRP_H 1
107
108 /* Define to 1 if you have sys/poll.h */
109 #cmakedefine    HAVE_POLL 1
110
111 /* Define to 1 if you have sys/time.h */
112 #cmakedefine    HAVE_SYS_TIME 1
113
114 /* Define to 1 if you have sys/wait.h */
115 #cmakedefine    HAVE_SYS_WAIT 1
116
117 /* Define to 1 if you have time.h */
118 #cmakedefine   HAVE_TIME_H 1
119
120 /* Define to 1 if you have ws2tcpip.h */
121 #cmakedefine   HAVE_WS2TCPIP_H
122
123 /* Define to 1 if you have unistd.h */
124 #cmakedefine   HAVE_UNISTD_H 1
125
126 /* Define to 1 if you have stdio.h */
127 #cmakedefine   HAVE_STDIO_H 1
128
129 /* Define to 1 if you have sys/syslimits.h */
130 #cmakedefine   HAVE_SYS_SYSLIMITS_H 1
131
132 /* Define to 1 if you have errno.h */
133 #cmakedefine   HAVE_ERRNO_H 1
134
135 /* Define to 1 if you have signal.h */
136 #cmakedefine   HAVE_SIGNAL_H 1
137
138 /* Define to 1 if you have locale.h */
139 #cmakedefine   HAVE_LOCALE_H 1
140
141 /* Define to 1 if you have inttypes.h */
142 #cmakedefine   HAVE_INTTYPES_H 1
143
144 /* Define to 1 if you have stdint.h */
145 #cmakedefine   HAVE_STDINT_H 1
146
147 // symbols
148 /* Define to 1 if you have backtrace */
149 #cmakedefine   HAVE_BACKTRACE 1
150
151 /* Define to 1 if you have getgrouplist */
152 #cmakedefine   HAVE_GETGROUPLIST 1
153
154 /* Define to 1 if you have getpeerucred */
155 #cmakedefine   HAVE_GETPEERUCRED 1
156
157 /* Define to 1 if you have nanosleep */
158 #cmakedefine   HAVE_NANOSLEEP 1
159
160 /* Define to 1 if you have getpwnam_r */
161 #cmakedefine   HAVE_POSIX_GETPWNAM_R 1
162
163 /* Define to 1 if you have socketpair */
164 #cmakedefine   HAVE_SOCKETPAIR 1
165
166 /* Define to 1 if you have setenv */
167 #cmakedefine   HAVE_SETENV 1
168
169 /* Define to 1 if you have unsetenv */
170 #cmakedefine   HAVE_UNSETENV 1
171
172 /* Define to 1 if you have clearenv */
173 #cmakedefine   HAVE_CLEARENV 1
174
175 /* Define to 1 if you have writev */
176 #cmakedefine   HAVE_WRITEV 1
177
178 /* Define to 1 if you have socklen_t */
179 #cmakedefine   HAVE_SOCKLEN_T 1
180
181 /* Define to 1 if you have setlocale */
182 #cmakedefine   HAVE_SETLOCALE 1
183
184 /* Define to 1 if you have localeconv */
185 #cmakedefine   HAVE_LOCALECONV 1
186
187 /* Define to 1 if you have strtoll */
188 #cmakedefine   HAVE_STRTOLL 1
189
190 /* Define to 1 if you have strtoull */
191 #cmakedefine   HAVE_STRTOULL 1
192
193 // structs
194 /* Define to 1 if you have struct cmsgred */
195 #cmakedefine    HAVE_CMSGCRED 1
196
197 #cmakedefine FD_SETSIZE @FD_SETSIZE@
198
199 // system type defines
200 #if defined(_WIN32) || defined(_WIN64) || defined (_WIN32_WCE)
201 # define DBUS_WIN
202 # define DBUS_WIN_FIXME 1
203 # ifdef _WIN32_WCE
204 #  define DBUS_WINCE
205 # else
206 #  define DBUS_WIN32
207 # endif
208 #else
209 # define DBUS_UNIX
210 #endif 
211
212 #if defined(_WIN32) || defined(_WIN64)
213 // mingw mode_t
214 # ifdef HAVE_STDIO_H
215 #  include <stdio.h>
216 # endif
217 # ifndef _MSC_VER
218 #  define uid_t int
219 #  define gid_t int
220 # else
221 #  define snprintf _snprintf
222    typedef int mode_t;
223 #  if !defined(_WIN32_WCE)
224 #    define strtoll _strtoi64
225 #    define strtoull _strtoui64
226 #    define HAVE_STRTOLL 1
227 #    define HAVE_STRTOULL 1
228 #  endif
229 # endif
230 #endif  // defined(_WIN32) || defined(_WIN64)
231
232 #ifdef interface
233 #undef interface
234 #endif
235
236 #ifndef SIGHUP
237 #define SIGHUP  1
238 #endif
239
240 #cmakedefine DBUS_VERBOSE_C_S 1
241 #ifdef DBUS_VERBOSE_C_S
242 #define _dbus_verbose_C_S printf
243 #else
244 #define _dbus_verbose_C_S _dbus_verbose
245 #endif 
246
247 # if defined(_MSC_VER) && !defined(inline)
248 #define inline __inline
249 #endif
250
251 #endif  // _DBUS_CONFIG_H