summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2013-10-09 12:22:03 +0100
committerSimon McVittie <smcv@debian.org>2013-10-09 12:22:03 +0100
commit46d1ea6379112b52d81efa0eb264321a0471c808 (patch)
tree080addcb860d6b9344f9435de45e727556bbd5aa /config.h.in
parent20c1496fee4c06a5f268585ba67bd3a6f105fa78 (diff)
parent9e4f0bf0e114c37e30acd78ade61d2f6e92c625f (diff)
downloaddbus-46d1ea6379112b52d81efa0eb264321a0471c808.tar.gz
Imported Upstream version 1.7.6upstream/1.7.6
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in28
1 files changed, 11 insertions, 17 deletions
diff --git a/config.h.in b/config.h.in
index 6ca0e9ac..c127fd20 100644
--- a/config.h.in
+++ b/config.h.in
@@ -9,18 +9,12 @@
/* Directory for installing the binaries */
#undef DBUS_BINDIR
-/* Define to build test code into the library and binaries */
-#undef DBUS_BUILD_TESTS
-
/* Define to build X11 functionality */
#undef DBUS_BUILD_X11
/* whether -export-dynamic was passed to libtool */
#undef DBUS_BUILT_R_DYNAMIC
-/* Use dnotify on Linux */
-#undef DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX
-
/* Use inotify */
#undef DBUS_BUS_ENABLE_INOTIFY
@@ -66,9 +60,6 @@
/* Define to enable bus daemon usage statistics */
#undef DBUS_ENABLE_STATS
-/* Build with caching of user data */
-#undef DBUS_ENABLE_USERDB_CACHE
-
/* Support a verbose mode */
#undef DBUS_ENABLE_VERBOSE_MODE
@@ -362,16 +353,10 @@
/* Define to 1 if you have the <ws2tcpip.h> header file. */
#undef HAVE_WS2TCPIP_H
-/* Define to 1 if you have the <wspiapi.h> header file. */
-#undef HAVE_WSPIAPI_H
-
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#undef LT_OBJDIR
-/* Define to 1 if your C compiler doesn't accept -c and -o together. */
-#undef NO_MINUS_C_MINUS_O
-
/* Name of package */
#undef PACKAGE
@@ -417,8 +402,8 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
-/* Full path to the daemon in the builddir */
-#undef TEST_BUS_BINARY
+/* Full path to the dbus-launch in the builddir */
+#undef TEST_BUS_LAUNCH_BINARY
/* Listening address for regression tests */
#undef TEST_LISTEN
@@ -499,3 +484,12 @@
#ifndef __cplusplus
#undef inline
#endif
+
+
+/* explicitly define these macros to get less confusing conditions */
+#ifndef DBUS_DISABLE_ASSERT
+# define DBUS_ENABLE_ASSERT 1
+#endif
+#ifndef DBUS_DISABLE_CHECKS
+# define DBUS_ENABLE_CHECKS 1
+#endif