sl@0: /* sl@0: * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * sl@0: */ sl@0: sl@0: sl@0: sl@0: sl@0: sl@0: /* config.h. Generated from config.h.in by configure. */ sl@0: /* config.h.in. Generated from configure.ac by autoheader. */ sl@0: sl@0: /* Build test code */ sl@0: #define DBUS_BUILD_TESTS 1 sl@0: sl@0: /* Disable assertion checking */ sl@0: #define DBUS_DISABLE_ASSERT 1 sl@0: sl@0: /* Disable public API sanity checking */ sl@0: /* #undef DBUS_DISABLE_CHECKS */ sl@0: sl@0: /* Support a verbose mode */ sl@0: #define DBUS_ENABLE_VERBOSE_MODE 1 sl@0: sl@0: /* Defined if gcov is enabled to force a rebuild due to config.h changing */ sl@0: /* #undef DBUS_GCOV_ENABLED */ sl@0: sl@0: /* Some atomic integer implementation present */ sl@0: #define DBUS_HAVE_ATOMIC_INT 1 sl@0: sl@0: /* Defined if we have gcc 3.3 and thus the new gcov format */ sl@0: /* #undef DBUS_HAVE_GCC33_GCOV */ sl@0: sl@0: /* Where to put test sockets */ sl@0: #define DBUS_TEST_SOCKET_DIR "" sl@0: sl@0: /* Use atomic integer implementation for 486 */ sl@0: #define DBUS_USE_ATOMIC_INT_486 1 sl@0: sl@0: /* A 'va_copy' style function */ sl@0: #define DBUS_VA_COPY va_copy sl@0: sl@0: /* 'va_lists' cannot be copies as values */ sl@0: /* #undef DBUS_VA_COPY_AS_ARRAY */ sl@0: sl@0: /* always defined to indicate that i18n is enabled */ sl@0: #define ENABLE_NLS 1 sl@0: sl@0: /* The name of the gettext domain */ sl@0: #define GETTEXT_PACKAGE "dbus-glib-1" sl@0: sl@0: /* Disable GLib assertion macros */ sl@0: #define G_DISABLE_ASSERT 1 sl@0: sl@0: /* Disable GLib public API sanity checking */ sl@0: /* #undef G_DISABLE_CHECKS */ sl@0: sl@0: /* Have abstract socket namespace */ sl@0: #define HAVE_ABSTRACT_SOCKETS 1 sl@0: sl@0: /* Define to 1 if you have the `backtrace' function. */ sl@0: #define HAVE_BACKTRACE 1 sl@0: sl@0: /* Define to 1 if you have the `bind_textdomain_codeset' function. */ sl@0: #define HAVE_BIND_TEXTDOMAIN_CODESET 1 sl@0: sl@0: /* Have cmsgcred structure */ sl@0: /* #undef HAVE_CMSGCRED */ sl@0: sl@0: /* Define to 1 if you have the `dcgettext' function. */ sl@0: #define HAVE_DCGETTEXT 1 sl@0: sl@0: /* Define to 1 if you have the header file. */ sl@0: #define HAVE_DLFCN_H 1 sl@0: sl@0: /* Define to 1 if you have the header file. */ sl@0: #define HAVE_EXECINFO_H 1 sl@0: sl@0: /* Define to 1 if you have the header file. */ sl@0: #define HAVE_EXPAT_H 1 sl@0: sl@0: /* Define to 1 if you have the `getgrouplist' function. */ sl@0: #define HAVE_GETGROUPLIST 1 sl@0: sl@0: /* Define to 1 if you have the `getpeereid' function. */ sl@0: /* #undef HAVE_GETPEEREID */ sl@0: sl@0: /* Define to 1 if you have the `getpeerucred' function. */ sl@0: /* #undef HAVE_GETPEERUCRED */ sl@0: sl@0: /* Define if the GNU gettext() function is already present or preinstalled. */ sl@0: #define HAVE_GETTEXT 1 sl@0: sl@0: /* Have GNU-style varargs macros */ sl@0: #define HAVE_GNUC_VARARGS 1 sl@0: sl@0: /* Define to 1 if you have the header file. */ sl@0: #define HAVE_INTTYPES_H 1 sl@0: sl@0: /* Have ISO C99 varargs macros */ sl@0: #define HAVE_ISO_VARARGS 1 sl@0: sl@0: /* Define if your file defines LC_MESSAGES. */ sl@0: #define HAVE_LC_MESSAGES 1 sl@0: sl@0: /* Define to 1 if you have the `nsl' library (-lnsl). */ sl@0: #define HAVE_LIBNSL 1 sl@0: sl@0: /* Define to 1 if you have the `socket' library (-lsocket). */ sl@0: /* #undef HAVE_LIBSOCKET */ sl@0: sl@0: /* Define to 1 if you have the header file. */ sl@0: #define HAVE_LOCALE_H 1 sl@0: sl@0: /* Define to 1 if you have the header file. */ sl@0: #define HAVE_MEMORY_H 1 sl@0: sl@0: /* Define to 1 if you have the `nanosleep' function. */ sl@0: #define HAVE_NANOSLEEP 1 sl@0: sl@0: /* Have non-POSIX function getpwnam_r */ sl@0: /* #undef HAVE_NONPOSIX_GETPWNAM_R */ sl@0: sl@0: /* Define to 1 if you have the `poll' function. */ sl@0: #define HAVE_POLL 1 sl@0: sl@0: /* Have POSIX function getpwnam_r */ sl@0: #define HAVE_POSIX_GETPWNAM_R 1 sl@0: sl@0: /* Define to 1 if you have the `setenv' function. */ sl@0: #define HAVE_SETENV 1 sl@0: sl@0: /* Define to 1 if you have the `socketpair' function. */ sl@0: #define HAVE_SOCKETPAIR 1 sl@0: sl@0: /* Have socklen_t type */ sl@0: #define HAVE_SOCKLEN_T 1 sl@0: sl@0: /* Define to 1 if you have the header file. */ sl@0: #define HAVE_STDINT_H 1 sl@0: sl@0: /* Define to 1 if you have the header file. */ sl@0: #define HAVE_STDLIB_H 1 sl@0: sl@0: /* Define to 1 if you have the header file. */ sl@0: #define HAVE_STRINGS_H 1 sl@0: sl@0: /* Define to 1 if you have the header file. */ sl@0: #define HAVE_STRING_H 1 sl@0: sl@0: /* Define to 1 if you have the header file. */ sl@0: #define HAVE_SYS_STAT_H 1 sl@0: sl@0: /* Define to 1 if you have the header file. */ sl@0: #define HAVE_SYS_TYPES_H 1 sl@0: sl@0: /* Define to 1 if you have the header file. */ sl@0: #define HAVE_SYS_UIO_H 1 sl@0: sl@0: /* Define to 1 if you have the header file. */ sl@0: #define HAVE_UNISTD_H 1 sl@0: sl@0: /* Define to 1 if you have the `unsetenv' function. */ sl@0: #define HAVE_UNSETENV 1 sl@0: sl@0: /* Define to 1 if you have the `usleep' function. */ sl@0: #define HAVE_USLEEP 1 sl@0: sl@0: /* Define to 1 if you have the `vasprintf' function. */ sl@0: #define HAVE_VASPRINTF 1 sl@0: sl@0: /* Define to 1 if you have the `vsnprintf' function. */ sl@0: #define HAVE_VSNPRINTF 1 sl@0: sl@0: /* Define to 1 if you have the `writev' function. */ sl@0: #define HAVE_WRITEV 1 sl@0: sl@0: /* Path to pregenerated xml for dbus daemon introspection */ sl@0: /* #undef INTROSPECT_XML_PATH */ sl@0: sl@0: /* Name of package */ sl@0: #define PACKAGE "dbus-glib" sl@0: sl@0: /* Define to the address where bug reports for this package should be sent. */ sl@0: #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus" sl@0: sl@0: /* Define to the full name of this package. */ sl@0: #define PACKAGE_NAME "dbus-glib" sl@0: sl@0: /* Define to the full name and version of this package. */ sl@0: #define PACKAGE_STRING "dbus-glib 0.74" sl@0: sl@0: /* Define to the one symbol short name of this package. */ sl@0: #define PACKAGE_TARNAME "dbus-glib" sl@0: sl@0: /* Define to the version of this package. */ sl@0: #define PACKAGE_VERSION "0.74" sl@0: sl@0: /* The size of `char', as computed by sizeof. */ sl@0: #define SIZEOF_CHAR 1 sl@0: sl@0: /* The size of `int', as computed by sizeof. */ sl@0: #define SIZEOF_INT 4 sl@0: sl@0: /* The size of `long', as computed by sizeof. */ sl@0: #define SIZEOF_LONG 4 sl@0: sl@0: /* The size of `long long', as computed by sizeof. */ sl@0: #define SIZEOF_LONG_LONG 8 sl@0: sl@0: /* The size of `short', as computed by sizeof. */ sl@0: #define SIZEOF_SHORT 2 sl@0: sl@0: /* The size of `void *', as computed by sizeof. */ sl@0: #define SIZEOF_VOID_P 4 sl@0: sl@0: /* The size of `__int64', as computed by sizeof. */ sl@0: #define SIZEOF___INT64 0 sl@0: sl@0: /* Define to 1 if you have the ANSI C header files. */ sl@0: #define STDC_HEADERS 1 sl@0: sl@0: /* Full path to test file test/core/test-service-glib in builddir */ sl@0: #define TEST_CORE_SERVICE_BINARY "/home/pavan/temp/dbus-glib-0.74/test/core/test-service-glib" sl@0: sl@0: /* Full path to test file test/test-exit in builddir */ sl@0: #define TEST_EXIT_BINARY "/home/pavan/temp/dbus-glib-0.74/test/test-exit" sl@0: sl@0: /* Full path to test file test/interfaces/test-service in builddir */ sl@0: #define TEST_INTERFACES_SERVICE_BINARY "/home/pavan/temp/dbus-glib-0.74/test/interfaces/test-service" sl@0: sl@0: /* Full path to test file test/test-segfault in builddir */ sl@0: #define TEST_SEGFAULT_BINARY "/home/pavan/temp/dbus-glib-0.74/test/test-segfault" sl@0: sl@0: /* Full path to test file test/test-service in builddir */ sl@0: #define TEST_SERVICE_BINARY "/home/pavan/temp/dbus-glib-0.74/test/test-service" sl@0: sl@0: /* Full path to test file test/data/valid-service-files in builddir */ sl@0: #define TEST_SERVICE_DIR "/home/pavan/temp/dbus-glib-0.74/test/data/valid-service-files" sl@0: sl@0: /* Full path to test file test/test-shell-service in builddir */ sl@0: #define TEST_SHELL_SERVICE_BINARY "/home/pavan/temp/dbus-glib-0.74/test/test-shell-service" sl@0: sl@0: /* Full path to test file test/test-sleep-forever in builddir */ sl@0: #define TEST_SLEEP_FOREVER_BINARY "/home/pavan/temp/dbus-glib-0.74/test/test-sleep-forever" sl@0: sl@0: /* Version number of package */ sl@0: #define VERSION "0.74" sl@0: sl@0: /* Define to 1 if your processor stores words with the most significant byte sl@0: first (like Motorola and SPARC, unlike Intel and VAX). */ sl@0: /* #undef WORDS_BIGENDIAN */