os/ossrv/ofdbus/dbus-glib/dbus/config.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    11 *
    12 * Contributors:
    13 *
    14 * Description: 
    15 *
    16 */
    17 
    18 
    19 
    20 
    21 
    22 /* config.h.  Generated from config.h.in by configure.  */
    23 /* config.h.in.  Generated from configure.ac by autoheader.  */
    24 
    25 /* Build test code */
    26 #define DBUS_BUILD_TESTS 1
    27 
    28 /* Disable assertion checking */
    29 #define DBUS_DISABLE_ASSERT 1
    30 
    31 /* Disable public API sanity checking */
    32 /* #undef DBUS_DISABLE_CHECKS */
    33 
    34 /* Support a verbose mode */
    35 #define DBUS_ENABLE_VERBOSE_MODE 1
    36 
    37 /* Defined if gcov is enabled to force a rebuild due to config.h changing */
    38 /* #undef DBUS_GCOV_ENABLED */
    39 
    40 /* Some atomic integer implementation present */
    41 #define DBUS_HAVE_ATOMIC_INT 1
    42 
    43 /* Defined if we have gcc 3.3 and thus the new gcov format */
    44 /* #undef DBUS_HAVE_GCC33_GCOV */
    45 
    46 /* Where to put test sockets */
    47 #define DBUS_TEST_SOCKET_DIR ""
    48 
    49 /* Use atomic integer implementation for 486 */
    50 #define DBUS_USE_ATOMIC_INT_486 1
    51 
    52 /* A 'va_copy' style function */
    53 #define DBUS_VA_COPY va_copy
    54 
    55 /* 'va_lists' cannot be copies as values */
    56 /* #undef DBUS_VA_COPY_AS_ARRAY */
    57 
    58 /* always defined to indicate that i18n is enabled */
    59 #define ENABLE_NLS 1
    60 
    61 /* The name of the gettext domain */
    62 #define GETTEXT_PACKAGE "dbus-glib-1"
    63 
    64 /* Disable GLib assertion macros */
    65 #define G_DISABLE_ASSERT 1
    66 
    67 /* Disable GLib public API sanity checking */
    68 /* #undef G_DISABLE_CHECKS */
    69 
    70 /* Have abstract socket namespace */
    71 #define HAVE_ABSTRACT_SOCKETS 1
    72 
    73 /* Define to 1 if you have the `backtrace' function. */
    74 #define HAVE_BACKTRACE 1
    75 
    76 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
    77 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
    78 
    79 /* Have cmsgcred structure */
    80 /* #undef HAVE_CMSGCRED */
    81 
    82 /* Define to 1 if you have the `dcgettext' function. */
    83 #define HAVE_DCGETTEXT 1
    84 
    85 /* Define to 1 if you have the <dlfcn.h> header file. */
    86 #define HAVE_DLFCN_H 1
    87 
    88 /* Define to 1 if you have the <execinfo.h> header file. */
    89 #define HAVE_EXECINFO_H 1
    90 
    91 /* Define to 1 if you have the <expat.h> header file. */
    92 #define HAVE_EXPAT_H 1
    93 
    94 /* Define to 1 if you have the `getgrouplist' function. */
    95 #define HAVE_GETGROUPLIST 1
    96 
    97 /* Define to 1 if you have the `getpeereid' function. */
    98 /* #undef HAVE_GETPEEREID */
    99 
   100 /* Define to 1 if you have the `getpeerucred' function. */
   101 /* #undef HAVE_GETPEERUCRED */
   102 
   103 /* Define if the GNU gettext() function is already present or preinstalled. */
   104 #define HAVE_GETTEXT 1
   105 
   106 /* Have GNU-style varargs macros */
   107 #define HAVE_GNUC_VARARGS 1
   108 
   109 /* Define to 1 if you have the <inttypes.h> header file. */
   110 #define HAVE_INTTYPES_H 1
   111 
   112 /* Have ISO C99 varargs macros */
   113 #define HAVE_ISO_VARARGS 1
   114 
   115 /* Define if your <locale.h> file defines LC_MESSAGES. */
   116 #define HAVE_LC_MESSAGES 1
   117 
   118 /* Define to 1 if you have the `nsl' library (-lnsl). */
   119 #define HAVE_LIBNSL 1
   120 
   121 /* Define to 1 if you have the `socket' library (-lsocket). */
   122 /* #undef HAVE_LIBSOCKET */
   123 
   124 /* Define to 1 if you have the <locale.h> header file. */
   125 #define HAVE_LOCALE_H 1
   126 
   127 /* Define to 1 if you have the <memory.h> header file. */
   128 #define HAVE_MEMORY_H 1
   129 
   130 /* Define to 1 if you have the `nanosleep' function. */
   131 #define HAVE_NANOSLEEP 1
   132 
   133 /* Have non-POSIX function getpwnam_r */
   134 /* #undef HAVE_NONPOSIX_GETPWNAM_R */
   135 
   136 /* Define to 1 if you have the `poll' function. */
   137 #define HAVE_POLL 1
   138 
   139 /* Have POSIX function getpwnam_r */
   140 #define HAVE_POSIX_GETPWNAM_R 1
   141 
   142 /* Define to 1 if you have the `setenv' function. */
   143 #define HAVE_SETENV 1
   144 
   145 /* Define to 1 if you have the `socketpair' function. */
   146 #define HAVE_SOCKETPAIR 1
   147 
   148 /* Have socklen_t type */
   149 #define HAVE_SOCKLEN_T 1
   150 
   151 /* Define to 1 if you have the <stdint.h> header file. */
   152 #define HAVE_STDINT_H 1
   153 
   154 /* Define to 1 if you have the <stdlib.h> header file. */
   155 #define HAVE_STDLIB_H 1
   156 
   157 /* Define to 1 if you have the <strings.h> header file. */
   158 #define HAVE_STRINGS_H 1
   159 
   160 /* Define to 1 if you have the <string.h> header file. */
   161 #define HAVE_STRING_H 1
   162 
   163 /* Define to 1 if you have the <sys/stat.h> header file. */
   164 #define HAVE_SYS_STAT_H 1
   165 
   166 /* Define to 1 if you have the <sys/types.h> header file. */
   167 #define HAVE_SYS_TYPES_H 1
   168 
   169 /* Define to 1 if you have the <sys/uio.h> header file. */
   170 #define HAVE_SYS_UIO_H 1
   171 
   172 /* Define to 1 if you have the <unistd.h> header file. */
   173 #define HAVE_UNISTD_H 1
   174 
   175 /* Define to 1 if you have the `unsetenv' function. */
   176 #define HAVE_UNSETENV 1
   177 
   178 /* Define to 1 if you have the `usleep' function. */
   179 #define HAVE_USLEEP 1
   180 
   181 /* Define to 1 if you have the `vasprintf' function. */
   182 #define HAVE_VASPRINTF 1
   183 
   184 /* Define to 1 if you have the `vsnprintf' function. */
   185 #define HAVE_VSNPRINTF 1
   186 
   187 /* Define to 1 if you have the `writev' function. */
   188 #define HAVE_WRITEV 1
   189 
   190 /* Path to pregenerated xml for dbus daemon introspection */
   191 /* #undef INTROSPECT_XML_PATH */
   192 
   193 /* Name of package */
   194 #define PACKAGE "dbus-glib"
   195 
   196 /* Define to the address where bug reports for this package should be sent. */
   197 #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
   198 
   199 /* Define to the full name of this package. */
   200 #define PACKAGE_NAME "dbus-glib"
   201 
   202 /* Define to the full name and version of this package. */
   203 #define PACKAGE_STRING "dbus-glib 0.74"
   204 
   205 /* Define to the one symbol short name of this package. */
   206 #define PACKAGE_TARNAME "dbus-glib"
   207 
   208 /* Define to the version of this package. */
   209 #define PACKAGE_VERSION "0.74"
   210 
   211 /* The size of `char', as computed by sizeof. */
   212 #define SIZEOF_CHAR 1
   213 
   214 /* The size of `int', as computed by sizeof. */
   215 #define SIZEOF_INT 4
   216 
   217 /* The size of `long', as computed by sizeof. */
   218 #define SIZEOF_LONG 4
   219 
   220 /* The size of `long long', as computed by sizeof. */
   221 #define SIZEOF_LONG_LONG 8
   222 
   223 /* The size of `short', as computed by sizeof. */
   224 #define SIZEOF_SHORT 2
   225 
   226 /* The size of `void *', as computed by sizeof. */
   227 #define SIZEOF_VOID_P 4
   228 
   229 /* The size of `__int64', as computed by sizeof. */
   230 #define SIZEOF___INT64 0
   231 
   232 /* Define to 1 if you have the ANSI C header files. */
   233 #define STDC_HEADERS 1
   234 
   235 /* Full path to test file test/core/test-service-glib in builddir */
   236 #define TEST_CORE_SERVICE_BINARY "/home/pavan/temp/dbus-glib-0.74/test/core/test-service-glib"
   237 
   238 /* Full path to test file test/test-exit in builddir */
   239 #define TEST_EXIT_BINARY "/home/pavan/temp/dbus-glib-0.74/test/test-exit"
   240 
   241 /* Full path to test file test/interfaces/test-service in builddir */
   242 #define TEST_INTERFACES_SERVICE_BINARY "/home/pavan/temp/dbus-glib-0.74/test/interfaces/test-service"
   243 
   244 /* Full path to test file test/test-segfault in builddir */
   245 #define TEST_SEGFAULT_BINARY "/home/pavan/temp/dbus-glib-0.74/test/test-segfault"
   246 
   247 /* Full path to test file test/test-service in builddir */
   248 #define TEST_SERVICE_BINARY "/home/pavan/temp/dbus-glib-0.74/test/test-service"
   249 
   250 /* Full path to test file test/data/valid-service-files in builddir */
   251 #define TEST_SERVICE_DIR "/home/pavan/temp/dbus-glib-0.74/test/data/valid-service-files"
   252 
   253 /* Full path to test file test/test-shell-service in builddir */
   254 #define TEST_SHELL_SERVICE_BINARY "/home/pavan/temp/dbus-glib-0.74/test/test-shell-service"
   255 
   256 /* Full path to test file test/test-sleep-forever in builddir */
   257 #define TEST_SLEEP_FOREVER_BINARY "/home/pavan/temp/dbus-glib-0.74/test/test-sleep-forever"
   258 
   259 /* Version number of package */
   260 #define VERSION "0.74"
   261 
   262 /* Define to 1 if your processor stores words with the most significant byte
   263    first (like Motorola and SPARC, unlike Intel and VAX). */
   264 /* #undef WORDS_BIGENDIAN */