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