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