WvStreams
|
00001 /* config.h. Generated by configure. */ 00002 /* config.h.in. Generated from configure.in by autoheader. */ 00003 00004 /* Build test code */ 00005 /* #undef DBUS_BUILD_TESTS */ 00006 00007 /* Build X11-dependent code */ 00008 /* #undef DBUS_BUILD_X11 */ 00009 00010 /* Use dnotify on Linux */ 00011 #define DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX 1 00012 00013 /* Directory to check for console ownerhip */ 00014 #define DBUS_CONSOLE_AUTH_DIR "/var/run/console/" 00015 00016 /* Disable assertion checking */ 00017 #define DBUS_DISABLE_ASSERT 1 00018 00019 /* Disable public API sanity checking */ 00020 /* #undef DBUS_DISABLE_CHECKS */ 00021 00022 /* Support a verbose mode */ 00023 /* #undef DBUS_ENABLE_VERBOSE_MODE */ 00024 00025 /* Defined if gcov is enabled to force a rebuild due to config.h changing */ 00026 /* #undef DBUS_GCOV_ENABLED */ 00027 00028 /* Some atomic integer implementation present */ 00029 #define DBUS_HAVE_ATOMIC_INT 1 00030 00031 /* Defined if we have gcc 3.3 and thus the new gcov format */ 00032 /* #undef DBUS_HAVE_GCC33_GCOV */ 00033 00034 /* Where per-session bus puts its sockets */ 00035 #define DBUS_SESSION_SOCKET_DIR "/tmp" 00036 00037 /* The default D-BUS address of the system bus */ 00038 #define DBUS_SYSTEM_BUS_DEFAULT_ADDRESS "unix:path=/usr/local/var/run/dbus/system_bus_socket" 00039 00040 /* The name of the socket the system bus listens on by default */ 00041 #define DBUS_SYSTEM_SOCKET "/usr/local/var/run/dbus/system_bus_socket" 00042 00043 /* Where to put test sockets */ 00044 #define DBUS_TEST_SOCKET_DIR "/tmp" 00045 00046 /* User for running the system BUS daemon */ 00047 #define DBUS_USER "messagebus" 00048 00049 /* Use atomic integer implementation for 486 */ 00050 #define DBUS_USE_ATOMIC_INT_486 1 00051 00052 /* A 'va_copy' style function */ 00053 #define DBUS_VA_COPY va_copy 00054 00055 /* 'va_lists' cannot be copies as values */ 00056 /* #undef DBUS_VA_COPY_AS_ARRAY */ 00057 00058 /* always defined to indicate that i18n is enabled */ 00059 #define ENABLE_NLS 1 00060 00061 /* The name of the gettext domain */ 00062 #define GETTEXT_PACKAGE "dbus-1" 00063 00064 /* Disable GLib assertion macros */ 00065 #define G_DISABLE_ASSERT 1 00066 00067 /* Disable GLib public API sanity checking */ 00068 /* #undef G_DISABLE_CHECKS */ 00069 00070 /* Have abstract socket namespace */ 00071 #define HAVE_ABSTRACT_SOCKETS 1 00072 00073 /* Define to 1 if you have the `backtrace' function. */ 00074 #define HAVE_BACKTRACE 1 00075 00076 /* Define to 1 if you have the `bind_textdomain_codeset' function. */ 00077 #define HAVE_BIND_TEXTDOMAIN_CODESET 1 00078 00079 /* Have cmsgcred structure */ 00080 /* #undef HAVE_CMSGCRED */ 00081 00082 /* Define to 1 if you have the `dcgettext' function. */ 00083 #define HAVE_DCGETTEXT 1 00084 00085 /* Define to 1 if you have the <dlfcn.h> header file. */ 00086 #define HAVE_DLFCN_H 1 00087 00088 /* Define to 1 if you have the <execinfo.h> header file. */ 00089 #define HAVE_EXECINFO_H 1 00090 00091 /* Define to 1 if you have the <expat.h> header file. */ 00092 #define HAVE_EXPAT_H 1 00093 00094 /* Define to 1 if you have the `getgrouplist' function. */ 00095 #define HAVE_GETGROUPLIST 1 00096 00097 /* Define to 1 if you have the `getpeereid' function. */ 00098 /* #undef HAVE_GETPEEREID */ 00099 00100 /* Define to 1 if you have the `getpeerucred' function. */ 00101 /* #undef HAVE_GETPEERUCRED */ 00102 00103 /* Define if the GNU gettext() function is already present or preinstalled. */ 00104 #define HAVE_GETTEXT 1 00105 00106 /* Have GNU-style varargs macros */ 00107 #define HAVE_GNUC_VARARGS 1 00108 00109 /* Define to 1 if you have the <inttypes.h> header file. */ 00110 #define HAVE_INTTYPES_H 1 00111 00112 /* Have ISO C99 varargs macros */ 00113 #define HAVE_ISO_VARARGS 1 00114 00115 /* Define if your <locale.h> file defines LC_MESSAGES. */ 00116 #define HAVE_LC_MESSAGES 1 00117 00118 /* Define to 1 if you have the `nsl' library (-lnsl). */ 00119 #define HAVE_LIBNSL 1 00120 00121 /* Define to 1 if you have the `socket' library (-lsocket). */ 00122 /* #undef HAVE_LIBSOCKET */ 00123 00124 /* Define to 1 if you have the <locale.h> header file. */ 00125 #define HAVE_LOCALE_H 1 00126 00127 /* Define to 1 if you have the <memory.h> header file. */ 00128 #define HAVE_MEMORY_H 1 00129 00130 /* Define to 1 if you have the `nanosleep' function. */ 00131 #define HAVE_NANOSLEEP 1 00132 00133 /* Have non-POSIX function getpwnam_r */ 00134 /* #undef HAVE_NONPOSIX_GETPWNAM_R */ 00135 00136 /* Define to 1 if you have the `poll' function. */ 00137 #define HAVE_POLL 1 00138 00139 /* Have POSIX function getpwnam_r */ 00140 #define HAVE_POSIX_GETPWNAM_R 1 00141 00142 /* SELinux support */ 00143 /* #undef HAVE_SELINUX */ 00144 00145 /* Define to 1 if you have the `setenv' function. */ 00146 #define HAVE_SETENV 1 00147 00148 /* Define to 1 if you have the `socketpair' function. */ 00149 #define HAVE_SOCKETPAIR 1 00150 00151 /* Have socklen_t type */ 00152 #define HAVE_SOCKLEN_T 1 00153 00154 /* Define to 1 if you have the <stdint.h> header file. */ 00155 #define HAVE_STDINT_H 1 00156 00157 /* Define to 1 if you have the <stdlib.h> header file. */ 00158 #define HAVE_STDLIB_H 1 00159 00160 /* Define to 1 if you have the <strings.h> header file. */ 00161 #define HAVE_STRINGS_H 1 00162 00163 /* Define to 1 if you have the <string.h> header file. */ 00164 #define HAVE_STRING_H 1 00165 00166 /* Define to 1 if you have the <sys/stat.h> header file. */ 00167 #define HAVE_SYS_STAT_H 1 00168 00169 /* Define to 1 if you have the <sys/types.h> header file. */ 00170 #define HAVE_SYS_TYPES_H 1 00171 00172 /* Define to 1 if you have the <sys/uio.h> header file. */ 00173 #define HAVE_SYS_UIO_H 1 00174 00175 /* Define to 1 if you have the <unistd.h> header file. */ 00176 #define HAVE_UNISTD_H 1 00177 00178 /* Define to 1 if you have the `unsetenv' function. */ 00179 #define HAVE_UNSETENV 1 00180 00181 /* Define to 1 if you have the `usleep' function. */ 00182 #define HAVE_USLEEP 1 00183 00184 /* Define to 1 if you have the `vasprintf' function. */ 00185 #define HAVE_VASPRINTF 1 00186 00187 /* Define to 1 if you have the `vsnprintf' function. */ 00188 #define HAVE_VSNPRINTF 1 00189 00190 /* Define to 1 if you have the `writev' function. */ 00191 #define HAVE_WRITEV 1 00192 00193 /* Name of package */ 00194 #define PACKAGE "dbus" 00195 00196 /* Define to the address where bug reports for this package should be sent. */ 00197 #define PACKAGE_BUGREPORT "" 00198 00199 /* Define to the full name of this package. */ 00200 #define PACKAGE_NAME "" 00201 00202 /* Define to the full name and version of this package. */ 00203 #define PACKAGE_STRING "" 00204 00205 /* Define to the one symbol short name of this package. */ 00206 #define PACKAGE_TARNAME "" 00207 00208 /* Define to the version of this package. */ 00209 #define PACKAGE_VERSION "" 00210 00211 /* The size of a `char', as computed by sizeof. */ 00212 #define SIZEOF_CHAR 1 00213 00214 /* The size of a `int', as computed by sizeof. */ 00215 #define SIZEOF_INT 4 00216 00217 /* The size of a `long', as computed by sizeof. */ 00218 #define SIZEOF_LONG 4 00219 00220 /* The size of a `long long', as computed by sizeof. */ 00221 #define SIZEOF_LONG_LONG 8 00222 00223 /* The size of a `short', as computed by sizeof. */ 00224 #define SIZEOF_SHORT 2 00225 00226 /* The size of a `void *', as computed by sizeof. */ 00227 #define SIZEOF_VOID_P 4 00228 00229 /* The size of a `__int64', as computed by sizeof. */ 00230 #define SIZEOF___INT64 0 00231 00232 /* Define to 1 if you have the ANSI C header files. */ 00233 #define STDC_HEADERS 1 00234 00235 /* Full path to test file test/test-exit in builddir */ 00236 #define TEST_EXIT_BINARY "/home/averyp/src/dbus-0.60/test/test-exit" 00237 00238 /* Full path to test file test/glib/test-service-glib in builddir */ 00239 #define TEST_GLIB_SERVICE_BINARY "/home/averyp/src/dbus-0.60/test/glib/test-service-glib" 00240 00241 /* Full path to test file test/python/test-service.py in builddir */ 00242 #define TEST_PYTHON_SERVICE_BINARY "/home/averyp/src/dbus-0.60/test/python/test-service.py" 00243 00244 /* Full path to test file test/test-segfault in builddir */ 00245 #define TEST_SEGFAULT_BINARY "/home/averyp/src/dbus-0.60/test/test-segfault" 00246 00247 /* Full path to test file test/test-service in builddir */ 00248 #define TEST_SERVICE_BINARY "/home/averyp/src/dbus-0.60/test/test-service" 00249 00250 /* Full path to test file test/data/valid-service-files in builddir */ 00251 #define TEST_SERVICE_DIR "/home/averyp/src/dbus-0.60/test/data/valid-service-files" 00252 00253 /* Full path to test file test/test-shell-service in builddir */ 00254 #define TEST_SHELL_SERVICE_BINARY "/home/averyp/src/dbus-0.60/test/test-shell-service" 00255 00256 /* Full path to test file test/test-sleep-forever in builddir */ 00257 #define TEST_SLEEP_FOREVER_BINARY "/home/averyp/src/dbus-0.60/test/test-sleep-forever" 00258 00259 /* Version number of package */ 00260 #define VERSION "0.60" 00261 00262 /* Define to 1 if your processor stores words with the most significant byte 00263 first (like Motorola and SPARC, unlike Intel and VAX). */ 00264 /* #undef WORDS_BIGENDIAN */ 00265 00266 /* Define to 1 if the X Window System is missing or not being used. */ 00267 #define X_DISPLAY_MISSING 1