os/ossrv/ofdbus/dbus-glib/dbus/config.h
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/ofdbus/dbus-glib/dbus/config.h	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,264 @@
     1.4 +/*
     1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +*
    1.19 +*/
    1.20 +
    1.21 +
    1.22 +
    1.23 +
    1.24 +
    1.25 +/* config.h.  Generated from config.h.in by configure.  */
    1.26 +/* config.h.in.  Generated from configure.ac by autoheader.  */
    1.27 +
    1.28 +/* Build test code */
    1.29 +#define DBUS_BUILD_TESTS 1
    1.30 +
    1.31 +/* Disable assertion checking */
    1.32 +#define DBUS_DISABLE_ASSERT 1
    1.33 +
    1.34 +/* Disable public API sanity checking */
    1.35 +/* #undef DBUS_DISABLE_CHECKS */
    1.36 +
    1.37 +/* Support a verbose mode */
    1.38 +#define DBUS_ENABLE_VERBOSE_MODE 1
    1.39 +
    1.40 +/* Defined if gcov is enabled to force a rebuild due to config.h changing */
    1.41 +/* #undef DBUS_GCOV_ENABLED */
    1.42 +
    1.43 +/* Some atomic integer implementation present */
    1.44 +#define DBUS_HAVE_ATOMIC_INT 1
    1.45 +
    1.46 +/* Defined if we have gcc 3.3 and thus the new gcov format */
    1.47 +/* #undef DBUS_HAVE_GCC33_GCOV */
    1.48 +
    1.49 +/* Where to put test sockets */
    1.50 +#define DBUS_TEST_SOCKET_DIR ""
    1.51 +
    1.52 +/* Use atomic integer implementation for 486 */
    1.53 +#define DBUS_USE_ATOMIC_INT_486 1
    1.54 +
    1.55 +/* A 'va_copy' style function */
    1.56 +#define DBUS_VA_COPY va_copy
    1.57 +
    1.58 +/* 'va_lists' cannot be copies as values */
    1.59 +/* #undef DBUS_VA_COPY_AS_ARRAY */
    1.60 +
    1.61 +/* always defined to indicate that i18n is enabled */
    1.62 +#define ENABLE_NLS 1
    1.63 +
    1.64 +/* The name of the gettext domain */
    1.65 +#define GETTEXT_PACKAGE "dbus-glib-1"
    1.66 +
    1.67 +/* Disable GLib assertion macros */
    1.68 +#define G_DISABLE_ASSERT 1
    1.69 +
    1.70 +/* Disable GLib public API sanity checking */
    1.71 +/* #undef G_DISABLE_CHECKS */
    1.72 +
    1.73 +/* Have abstract socket namespace */
    1.74 +#define HAVE_ABSTRACT_SOCKETS 1
    1.75 +
    1.76 +/* Define to 1 if you have the `backtrace' function. */
    1.77 +#define HAVE_BACKTRACE 1
    1.78 +
    1.79 +/* Define to 1 if you have the `bind_textdomain_codeset' function. */
    1.80 +#define HAVE_BIND_TEXTDOMAIN_CODESET 1
    1.81 +
    1.82 +/* Have cmsgcred structure */
    1.83 +/* #undef HAVE_CMSGCRED */
    1.84 +
    1.85 +/* Define to 1 if you have the `dcgettext' function. */
    1.86 +#define HAVE_DCGETTEXT 1
    1.87 +
    1.88 +/* Define to 1 if you have the <dlfcn.h> header file. */
    1.89 +#define HAVE_DLFCN_H 1
    1.90 +
    1.91 +/* Define to 1 if you have the <execinfo.h> header file. */
    1.92 +#define HAVE_EXECINFO_H 1
    1.93 +
    1.94 +/* Define to 1 if you have the <expat.h> header file. */
    1.95 +#define HAVE_EXPAT_H 1
    1.96 +
    1.97 +/* Define to 1 if you have the `getgrouplist' function. */
    1.98 +#define HAVE_GETGROUPLIST 1
    1.99 +
   1.100 +/* Define to 1 if you have the `getpeereid' function. */
   1.101 +/* #undef HAVE_GETPEEREID */
   1.102 +
   1.103 +/* Define to 1 if you have the `getpeerucred' function. */
   1.104 +/* #undef HAVE_GETPEERUCRED */
   1.105 +
   1.106 +/* Define if the GNU gettext() function is already present or preinstalled. */
   1.107 +#define HAVE_GETTEXT 1
   1.108 +
   1.109 +/* Have GNU-style varargs macros */
   1.110 +#define HAVE_GNUC_VARARGS 1
   1.111 +
   1.112 +/* Define to 1 if you have the <inttypes.h> header file. */
   1.113 +#define HAVE_INTTYPES_H 1
   1.114 +
   1.115 +/* Have ISO C99 varargs macros */
   1.116 +#define HAVE_ISO_VARARGS 1
   1.117 +
   1.118 +/* Define if your <locale.h> file defines LC_MESSAGES. */
   1.119 +#define HAVE_LC_MESSAGES 1
   1.120 +
   1.121 +/* Define to 1 if you have the `nsl' library (-lnsl). */
   1.122 +#define HAVE_LIBNSL 1
   1.123 +
   1.124 +/* Define to 1 if you have the `socket' library (-lsocket). */
   1.125 +/* #undef HAVE_LIBSOCKET */
   1.126 +
   1.127 +/* Define to 1 if you have the <locale.h> header file. */
   1.128 +#define HAVE_LOCALE_H 1
   1.129 +
   1.130 +/* Define to 1 if you have the <memory.h> header file. */
   1.131 +#define HAVE_MEMORY_H 1
   1.132 +
   1.133 +/* Define to 1 if you have the `nanosleep' function. */
   1.134 +#define HAVE_NANOSLEEP 1
   1.135 +
   1.136 +/* Have non-POSIX function getpwnam_r */
   1.137 +/* #undef HAVE_NONPOSIX_GETPWNAM_R */
   1.138 +
   1.139 +/* Define to 1 if you have the `poll' function. */
   1.140 +#define HAVE_POLL 1
   1.141 +
   1.142 +/* Have POSIX function getpwnam_r */
   1.143 +#define HAVE_POSIX_GETPWNAM_R 1
   1.144 +
   1.145 +/* Define to 1 if you have the `setenv' function. */
   1.146 +#define HAVE_SETENV 1
   1.147 +
   1.148 +/* Define to 1 if you have the `socketpair' function. */
   1.149 +#define HAVE_SOCKETPAIR 1
   1.150 +
   1.151 +/* Have socklen_t type */
   1.152 +#define HAVE_SOCKLEN_T 1
   1.153 +
   1.154 +/* Define to 1 if you have the <stdint.h> header file. */
   1.155 +#define HAVE_STDINT_H 1
   1.156 +
   1.157 +/* Define to 1 if you have the <stdlib.h> header file. */
   1.158 +#define HAVE_STDLIB_H 1
   1.159 +
   1.160 +/* Define to 1 if you have the <strings.h> header file. */
   1.161 +#define HAVE_STRINGS_H 1
   1.162 +
   1.163 +/* Define to 1 if you have the <string.h> header file. */
   1.164 +#define HAVE_STRING_H 1
   1.165 +
   1.166 +/* Define to 1 if you have the <sys/stat.h> header file. */
   1.167 +#define HAVE_SYS_STAT_H 1
   1.168 +
   1.169 +/* Define to 1 if you have the <sys/types.h> header file. */
   1.170 +#define HAVE_SYS_TYPES_H 1
   1.171 +
   1.172 +/* Define to 1 if you have the <sys/uio.h> header file. */
   1.173 +#define HAVE_SYS_UIO_H 1
   1.174 +
   1.175 +/* Define to 1 if you have the <unistd.h> header file. */
   1.176 +#define HAVE_UNISTD_H 1
   1.177 +
   1.178 +/* Define to 1 if you have the `unsetenv' function. */
   1.179 +#define HAVE_UNSETENV 1
   1.180 +
   1.181 +/* Define to 1 if you have the `usleep' function. */
   1.182 +#define HAVE_USLEEP 1
   1.183 +
   1.184 +/* Define to 1 if you have the `vasprintf' function. */
   1.185 +#define HAVE_VASPRINTF 1
   1.186 +
   1.187 +/* Define to 1 if you have the `vsnprintf' function. */
   1.188 +#define HAVE_VSNPRINTF 1
   1.189 +
   1.190 +/* Define to 1 if you have the `writev' function. */
   1.191 +#define HAVE_WRITEV 1
   1.192 +
   1.193 +/* Path to pregenerated xml for dbus daemon introspection */
   1.194 +/* #undef INTROSPECT_XML_PATH */
   1.195 +
   1.196 +/* Name of package */
   1.197 +#define PACKAGE "dbus-glib"
   1.198 +
   1.199 +/* Define to the address where bug reports for this package should be sent. */
   1.200 +#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
   1.201 +
   1.202 +/* Define to the full name of this package. */
   1.203 +#define PACKAGE_NAME "dbus-glib"
   1.204 +
   1.205 +/* Define to the full name and version of this package. */
   1.206 +#define PACKAGE_STRING "dbus-glib 0.74"
   1.207 +
   1.208 +/* Define to the one symbol short name of this package. */
   1.209 +#define PACKAGE_TARNAME "dbus-glib"
   1.210 +
   1.211 +/* Define to the version of this package. */
   1.212 +#define PACKAGE_VERSION "0.74"
   1.213 +
   1.214 +/* The size of `char', as computed by sizeof. */
   1.215 +#define SIZEOF_CHAR 1
   1.216 +
   1.217 +/* The size of `int', as computed by sizeof. */
   1.218 +#define SIZEOF_INT 4
   1.219 +
   1.220 +/* The size of `long', as computed by sizeof. */
   1.221 +#define SIZEOF_LONG 4
   1.222 +
   1.223 +/* The size of `long long', as computed by sizeof. */
   1.224 +#define SIZEOF_LONG_LONG 8
   1.225 +
   1.226 +/* The size of `short', as computed by sizeof. */
   1.227 +#define SIZEOF_SHORT 2
   1.228 +
   1.229 +/* The size of `void *', as computed by sizeof. */
   1.230 +#define SIZEOF_VOID_P 4
   1.231 +
   1.232 +/* The size of `__int64', as computed by sizeof. */
   1.233 +#define SIZEOF___INT64 0
   1.234 +
   1.235 +/* Define to 1 if you have the ANSI C header files. */
   1.236 +#define STDC_HEADERS 1
   1.237 +
   1.238 +/* Full path to test file test/core/test-service-glib in builddir */
   1.239 +#define TEST_CORE_SERVICE_BINARY "/home/pavan/temp/dbus-glib-0.74/test/core/test-service-glib"
   1.240 +
   1.241 +/* Full path to test file test/test-exit in builddir */
   1.242 +#define TEST_EXIT_BINARY "/home/pavan/temp/dbus-glib-0.74/test/test-exit"
   1.243 +
   1.244 +/* Full path to test file test/interfaces/test-service in builddir */
   1.245 +#define TEST_INTERFACES_SERVICE_BINARY "/home/pavan/temp/dbus-glib-0.74/test/interfaces/test-service"
   1.246 +
   1.247 +/* Full path to test file test/test-segfault in builddir */
   1.248 +#define TEST_SEGFAULT_BINARY "/home/pavan/temp/dbus-glib-0.74/test/test-segfault"
   1.249 +
   1.250 +/* Full path to test file test/test-service in builddir */
   1.251 +#define TEST_SERVICE_BINARY "/home/pavan/temp/dbus-glib-0.74/test/test-service"
   1.252 +
   1.253 +/* Full path to test file test/data/valid-service-files in builddir */
   1.254 +#define TEST_SERVICE_DIR "/home/pavan/temp/dbus-glib-0.74/test/data/valid-service-files"
   1.255 +
   1.256 +/* Full path to test file test/test-shell-service in builddir */
   1.257 +#define TEST_SHELL_SERVICE_BINARY "/home/pavan/temp/dbus-glib-0.74/test/test-shell-service"
   1.258 +
   1.259 +/* Full path to test file test/test-sleep-forever in builddir */
   1.260 +#define TEST_SLEEP_FOREVER_BINARY "/home/pavan/temp/dbus-glib-0.74/test/test-sleep-forever"
   1.261 +
   1.262 +/* Version number of package */
   1.263 +#define VERSION "0.74"
   1.264 +
   1.265 +/* Define to 1 if your processor stores words with the most significant byte
   1.266 +   first (like Motorola and SPARC, unlike Intel and VAX). */
   1.267 +/* #undef WORDS_BIGENDIAN */