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