blob: f9b9183567bc452e7519fb1361034b6f72ff8755 [file] [log] [blame]
Emeric Vigier42a220a2012-08-06 13:29:20 -04001/* config.h.in. Generated from configure.in by autoheader. */
2#ifdef ANDROID_MANAGED_SOCKET
3#include <cutils/sockets.h>
4#endif
5
6#define ANDROID_SOCKET_DIR "/dev/socket"
7
8/* Directory for installing the binaries */
9#define DBUS_BINDIR "/system/bin"
10
11/* Build test code */
12#undef DBUS_BUILD_TESTS
13
14/* Build X11-dependent code */
15#undef DBUS_BUILD_X11
16
17/* whether -export-dynamic was passed to libtool */
18#undef DBUS_BUILT_R_DYNAMIC
19
20/* Use dnotify on Linux */
21#undef DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX
22
23/* Use kqueue */
24#undef DBUS_BUS_ENABLE_KQUEUE
25
26/* Directory to check for console ownerhip */
27#define DBUS_CONSOLE_AUTH_DIR "/etc"
28
29/* File to check for console ownerhip */
30#undef DBUS_CONSOLE_OWNER_FILE
31
32/* Directory for installing the DBUS daemon */
33#define DBUS_DAEMONDIR "/system/bin"
34
35/* Directory for installing DBUS data files */
36#define DBUS_DATADIR "/data"
37
38/* Disable assertion checking */
39#undef DBUS_DISABLE_ASSERT
40
41/* Disable public API sanity checking */
42#undef DBUS_DISABLE_CHECKS
43
44/* Support a verbose mode */
45#undef DBUS_ENABLE_VERBOSE_MODE
46
47/* Defined if gcov is enabled to force a rebuild due to config.h changing */
48#undef DBUS_GCOV_ENABLED
49
50/* Some atomic integer implementation present */
51#undef DBUS_HAVE_ATOMIC_INT
52
53
54 #if (defined(__i386__) || defined(__x86_64__))
55 # define DBUS_HAVE_ATOMIC_INT 1
56 #endif
57
58
59/* Defined if we have gcc 3.3 and thus the new gcov format */
60#undef DBUS_HAVE_GCC33_GCOV
61
62/* Where per-session bus puts its sockets */
63#define DBUS_SESSION_SOCKET_DIR "/data"
64
65/* The default D-Bus address of the system bus */
66#define DBUS_SYSTEM_BUS_DEFAULT_ADDRESS "unix:path="DBUS_SYSTEM_SOCKET
67
68/* The name of the socket the system bus listens on by default */
69#define DBUS_SYSTEM_SOCKET ANDROID_SOCKET_DIR"/dbus"
70
71/* Where to put test sockets */
72#define DBUS_TEST_SOCKET_DIR "/data"
73
74/* User for running the system BUS daemon */
75#undef DBUS_USER
76
77/* Use atomic integer implementation for 486 */
78#undef DBUS_USE_ATOMIC_INT_486
79
80
81 #if (defined(__i386__) || defined(__x86_64__))
82 # define DBUS_USE_ATOMIC_INT_486 1
83 #endif
84
85
86/* A 'va_copy' style function */
87#define DBUS_VA_COPY va_copy
88
89/* 'va_lists' cannot be copies as values */
90#undef DBUS_VA_COPY_AS_ARRAY
91
92/* The name of the gettext domain */
93#undef GETTEXT_PACKAGE
94
95/* Disable GLib assertion macros */
96#undef G_DISABLE_ASSERT
97
98/* Disable GLib public API sanity checking */
99#undef G_DISABLE_CHECKS
100
101/* Have abstract socket namespace */
102#undef HAVE_ABSTRACT_SOCKETS
103
104/* Define to 1 if you have the `backtrace' function. */
105#undef HAVE_BACKTRACE
106
107/* Have cmsgcred structure */
108#undef HAVE_CMSGCRED
109
110/* Have console owner file */
111#undef HAVE_CONSOLE_OWNER_FILE
112
113/* Have the ddfd member of DIR */
114#undef HAVE_DDFD
115
116/* Have dirfd function */
117#undef HAVE_DIRFD
118
119/* Define to 1 if you have the <dlfcn.h> header file. */
120#define HAVE_DLFCN_H 1
121
122/* Define to 1 if you have the <errno.h> header file. */
123#define HAVE_ERRNO_H 1
124
125/* Define to 1 if you have the <execinfo.h> header file. */
126#define HAVE_EXECINFO_H 1
127
128/* Define to 1 if you have the <expat.h> header file. */
129#define HAVE_EXPAT_H 1
130
131/* Define to 1 if you have the `fpathconf' function. */
132#undef HAVE_FPATHCONF
133
134/* Define to 1 if you have the `getgrouplist' function. */
135#define HAVE_GETGROUPLIST 1
136
137/* Define to 1 if you have the `getpeereid' function. */
138#undef HAVE_GETPEEREID
139
140/* Define to 1 if you have the `getpeerucred' function. */
141#undef HAVE_GETPEERUCRED
142
143/* Have GNU-style varargs macros */
144#undef HAVE_GNUC_VARARGS
145
146/* Define to 1 if you have the <inttypes.h> header file. */
147#define HAVE_INTTYPES_H 1
148
149/* Have ISO C99 varargs macros */
150#define HAVE_ISO_VARARGS 1
151
152/* Define to 1 if you have the `nsl' library (-lnsl). */
153#undef HAVE_LIBNSL
154
155/* Define to 1 if you have the `socket' library (-lsocket). */
156#undef HAVE_LIBSOCKET
157
158/* Define to 1 if you have the <memory.h> header file. */
159#define HAVE_MEMORY_H 1
160
161/* Define to 1 if you have the `nanosleep' function. */
162#define HAVE_NANOSLEEP 1
163
164/* Have non-POSIX function getpwnam_r */
165#undef HAVE_NONPOSIX_GETPWNAM_R
166
167/* Define to 1 if you have the `poll' function. */
168#define HAVE_POLL 1
169
170/* Have POSIX function getpwnam_r */
171#undef HAVE_POSIX_GETPWNAM_R
172
173/* SELinux support */
174#undef HAVE_SELINUX
175
176/* Define to 1 if you have the `setenv' function. */
177#define HAVE_SETENV 1
178
179/* Define to 1 if you have the `socketpair' function. */
180#define HAVE_SOCKETPAIR 1
181
182/* Have socklen_t type */
183#define HAVE_SOCKLEN_T 1
184
185/* Define to 1 if you have the <stdint.h> header file. */
186#define HAVE_STDINT_H 1
187
188/* Define to 1 if you have the <stdlib.h> header file. */
189#define HAVE_STDLIB_H 1
190
191/* Define to 1 if you have the <strings.h> header file. */
192#define HAVE_STRINGS_H 1
193
194/* Define to 1 if you have the <string.h> header file. */
195#define HAVE_STRING_H 1
196
197/* Define to 1 if you have the <sys/stat.h> header file. */
198#define HAVE_SYS_STAT_H 1
199
200/* Define to 1 if you have the <sys/syslimits.h> header file. */
201#define HAVE_SYS_SYSLIMITS_H 1
202
203/* Define to 1 if you have the <sys/types.h> header file. */
204#define HAVE_SYS_TYPES_H 1
205
206/* Define to 1 if you have the <sys/uio.h> header file. */
207/* actually defined by AndroidConfig.h, commented to get rid of compiler warnings #define HAVE_SYS_UIO_H 1 */
208
209/* Define to 1 if you have the <unistd.h> header file. */
210#define HAVE_UNISTD_H 1
211
212/* Define to 1 if you have the `unsetenv' function. */
213#define HAVE_UNSETENV 1
214
215/* Define to 1 if you have the `usleep' function. */
216#define HAVE_USLEEP 1
217
218/* Define to 1 if you have the `vasprintf' function. */
219#define HAVE_VASPRINTF 1
220
221/* Define to 1 if you have the `vsnprintf' function. */
222#define HAVE_VSNPRINTF 1
223
224/* Define to 1 if you have the `writev' function. */
225#define HAVE_WRITEV 1
226
227/* Name of package */
228#define PACKAGE "dbus"
229
230/* Define to the address where bug reports for this package should be sent. */
231#undef PACKAGE_BUGREPORT
232
233/* Define to the full name of this package. */
234#define PACKAGE_NAME "dbus"
235
236/* Define to the full name and version of this package. */
237#define PACKAGE_STRING "dbus-0.95"
238
239/* Define to the one symbol short name of this package. */
240#undef PACKAGE_TARNAME
241
242/* Define to the version of this package. */
243#define PACKAGE_VERSION "0.95"
244
245/* The size of a `char', as computed by sizeof. */
246#define SIZEOF_CHAR sizeof(char)
247
248/* The size of a `int', as computed by sizeof. */
249#define SIZEOF_INT sizeof(int)
250
251/* The size of a `long', as computed by sizeof. */
252#define SIZEOF_LONG sizeof(long)
253
254/* The size of a `long long', as computed by sizeof. */
255#define SIZEOF_LONG_LONG sizeof(long long)
256
257/* The size of a `short', as computed by sizeof. */
258#define SIZEOF_SHORT sizeof(short)
259
260/* The size of a `void *', as computed by sizeof. */
261#define SIZEOF_VOID_P sizeof(void *)
262
263/* The size of a `__int64', as computed by sizeof. */
264#define SIZEOF___INT64 sizeof(long long)
265
266/* Define to 1 if you have the ANSI C header files. */
267#define STDC_HEADERS 1
268
269/* Full path to the daemon in the builddir */
270#define TEST_BUS_BINARY "/system/bin/dbus-test"
271
272/* Full path to test file test/test-exit in builddir */
273#define TEST_EXIT_BINARY "/system/bin/dbus-test-exit"
274
275/* Full path to test file test/test-segfault in builddir */
276#define TEST_SEGFAULT_BINARY "/system/bin/dbus-test-segfault"
277
278/* Full path to test file test/test-service in builddir */
279#define TEST_SERVICE_BINARY "/system/bin/dbus-test-service"
280
281/* Full path to test file test/data/valid-service-files in builddir */
282#define TEST_SERVICE_DIR "/etc/dbus-test-data/valid-service-files"
283
284/* Full path to test file test/test-shell-service in builddir */
285#define TEST_SHELL_SERVICE_BINARY "/system/bin/dbus-shell-service"
286
287/* Full path to test file test/test-sleep-forever in builddir */
288#define TEST_SLEEP_FOREVER_BINARY "/system/bin/dbus-sleep-forever"
289
290/* Version number of package */
291#define VERSION "0.95"
292
293/* Define to 1 if your processor stores words with the most significant byte
294 first (like Motorola and SPARC, unlike Intel and VAX). */
295#undef WORDS_BIGENDIAN
296
297
298 /* Use the compiler-provided endianness defines to allow universal compiling. */
299 #if defined(__BIG_ENDIAN__)
300 #define WORDS_BIGENDIAN 1
301 #endif
302
303
304/* Define to 1 if the X Window System is missing or not being used. */
305#define X_DISPLAY_MISSING 1
306
307#define HAVE_UNIX_FD_PASSING 1