/* config.h.in.  Generated from configure.in by autoheader.  */

/* Directory for installing the binaries */
#undef DBUS_BINDIR

/* Build test code */
#undef DBUS_BUILD_TESTS

/* Build X11-dependent code */
#undef DBUS_BUILD_X11

/* whether -export-dynamic was passed to libtool */
#undef DBUS_BUILT_R_DYNAMIC

/* Use dnotify on Linux */
#undef DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX

/* Use kqueue */
#undef DBUS_BUS_ENABLE_KQUEUE

/* Directory to check for console ownerhip */
#undef DBUS_CONSOLE_AUTH_DIR

/* File to check for console ownerhip */
#undef DBUS_CONSOLE_OWNER_FILE

/* Directory for installing the DBUS daemon */
#undef DBUS_DAEMONDIR

/* Directory for installing DBUS data files */
#undef DBUS_DATADIR

/* Disable assertion checking */
#undef DBUS_DISABLE_ASSERT

/* Disable public API sanity checking */
#undef DBUS_DISABLE_CHECKS

/* Support a verbose mode */
#undef DBUS_ENABLE_VERBOSE_MODE

/* Defined if gcov is enabled to force a rebuild due to config.h changing */
#undef DBUS_GCOV_ENABLED

/* Some atomic integer implementation present */
#undef DBUS_HAVE_ATOMIC_INT


        #if (defined(__i386__) || defined(__x86_64__))
        # define DBUS_HAVE_ATOMIC_INT 1
        #endif
      

/* Defined if we have gcc 3.3 and thus the new gcov format */
#undef DBUS_HAVE_GCC33_GCOV

/* Where per-session bus puts its sockets */
#undef DBUS_SESSION_SOCKET_DIR

/* The default D-Bus address of the system bus */
#undef DBUS_SYSTEM_BUS_DEFAULT_ADDRESS

/* The name of the socket the system bus listens on by default */
#undef DBUS_SYSTEM_SOCKET

/* Where to put test sockets */
#undef DBUS_TEST_SOCKET_DIR

/* User for running the system BUS daemon */
#undef DBUS_USER

/* Use atomic integer implementation for 486 */
#undef DBUS_USE_ATOMIC_INT_486


              #if (defined(__i386__) || defined(__x86_64__))
              # define DBUS_USE_ATOMIC_INT_486 1
              #endif
            

/* A 'va_copy' style function */
#undef DBUS_VA_COPY

/* 'va_lists' cannot be copies as values */
#undef DBUS_VA_COPY_AS_ARRAY

/* The name of the gettext domain */
#undef GETTEXT_PACKAGE

/* Disable GLib assertion macros */
#undef G_DISABLE_ASSERT

/* Disable GLib public API sanity checking */
#undef G_DISABLE_CHECKS

/* Have abstract socket namespace */
#undef HAVE_ABSTRACT_SOCKETS

/* Define to 1 if you have the `backtrace' function. */
#undef HAVE_BACKTRACE

/* Have cmsgcred structure */
#undef HAVE_CMSGCRED

/* Have console owner file */
#undef HAVE_CONSOLE_OWNER_FILE

/* Have the ddfd member of DIR */
#undef HAVE_DDFD

/* Have dirfd function */
#undef HAVE_DIRFD

/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H

/* Define to 1 if you have the <execinfo.h> header file. */
#undef HAVE_EXECINFO_H

/* Define to 1 if you have the <expat.h> header file. */
#undef HAVE_EXPAT_H

/* Define to 1 if you have the `fpathconf' function. */
#undef HAVE_FPATHCONF

/* Define to 1 if you have the `getgrouplist' function. */
#undef HAVE_GETGROUPLIST

/* Define to 1 if you have the `getpeereid' function. */
#undef HAVE_GETPEEREID

/* Define to 1 if you have the `getpeerucred' function. */
#undef HAVE_GETPEERUCRED

/* Have GNU-style varargs macros */
#undef HAVE_GNUC_VARARGS

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Have ISO C99 varargs macros */
#undef HAVE_ISO_VARARGS

/* Define to 1 if you have the `nsl' library (-lnsl). */
#undef HAVE_LIBNSL

/* Define to 1 if you have the `socket' library (-lsocket). */
#undef HAVE_LIBSOCKET

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define to 1 if you have the `nanosleep' function. */
#undef HAVE_NANOSLEEP

/* Have non-POSIX function getpwnam_r */
#undef HAVE_NONPOSIX_GETPWNAM_R

/* Define to 1 if you have the `poll' function. */
#undef HAVE_POLL

/* Have POSIX function getpwnam_r */
#undef HAVE_POSIX_GETPWNAM_R

/* SELinux support */
#undef HAVE_SELINUX

/* Define to 1 if you have the `setenv' function. */
#undef HAVE_SETENV

/* Define to 1 if you have the `socketpair' function. */
#undef HAVE_SOCKETPAIR

/* Have socklen_t type */
#undef HAVE_SOCKLEN_T

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/syslimits.h> header file. */
#undef HAVE_SYS_SYSLIMITS_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the <sys/uio.h> header file. */
#undef HAVE_SYS_UIO_H

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to 1 if you have the `unsetenv' function. */
#undef HAVE_UNSETENV

/* Define to 1 if you have the `usleep' function. */
#undef HAVE_USLEEP

/* Define to 1 if you have the `vasprintf' function. */
#undef HAVE_VASPRINTF

/* Define to 1 if you have the `vsnprintf' function. */
#undef HAVE_VSNPRINTF

/* Define to 1 if you have the `writev' function. */
#undef HAVE_WRITEV

/* Name of package */
#undef PACKAGE

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* The size of a `char', as computed by sizeof. */
#undef SIZEOF_CHAR

/* The size of a `int', as computed by sizeof. */
#undef SIZEOF_INT

/* The size of a `long', as computed by sizeof. */
#undef SIZEOF_LONG

/* The size of a `long long', as computed by sizeof. */
#undef SIZEOF_LONG_LONG

/* The size of a `short', as computed by sizeof. */
#undef SIZEOF_SHORT

/* The size of a `void *', as computed by sizeof. */
#undef SIZEOF_VOID_P

/* The size of a `__int64', as computed by sizeof. */
#undef SIZEOF___INT64

/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS

/* Full path to the daemon in the builddir */
#undef TEST_BUS_BINARY

/* Full path to test file test/test-exit in builddir */
#undef TEST_EXIT_BINARY

/* Full path to test file test/test-segfault in builddir */
#undef TEST_SEGFAULT_BINARY

/* Full path to test file test/test-service in builddir */
#undef TEST_SERVICE_BINARY

/* Full path to test file test/data/valid-service-files in builddir */
#undef TEST_SERVICE_DIR

/* Full path to test file test/test-shell-service in builddir */
#undef TEST_SHELL_SERVICE_BINARY

/* Full path to test file test/test-sleep-forever in builddir */
#undef TEST_SLEEP_FOREVER_BINARY

/* Version number of package */
#undef VERSION

/* Define to 1 if your processor stores words with the most significant byte
   first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN


			/* Use the compiler-provided endianness defines to allow universal compiling. */
			#if defined(__BIG_ENDIAN__)
			#define WORDS_BIGENDIAN 1
			#endif
		

/* Define to 1 if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING