diff options
author | Simon McVittie <smcv@debian.org> | 2011-06-10 23:11:42 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2011-06-10 23:11:42 +0100 |
commit | f41d7a14491ba45d199f569c2d5fc54415133582 (patch) | |
tree | 6c1ab6b5f23133f6e67849f9e685a6383824578f /config.h.in | |
parent | 8452b2beee58590f7f5047dbef7292b1d702d891 (diff) | |
download | dbus-f41d7a14491ba45d199f569c2d5fc54415133582.tar.gz |
Imported Upstream version 1.5.4upstream/1.5.4
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/config.h.in b/config.h.in index 308025d8..1101227a 100644 --- a/config.h.in +++ b/config.h.in @@ -9,7 +9,7 @@ /* Directory for installing the binaries */ #undef DBUS_BINDIR -/* Build test code */ +/* Define to build test code into the library and binaries */ #undef DBUS_BUILD_TESTS /* Define to build X11 functionality */ @@ -51,9 +51,15 @@ /* Disable public API sanity checking */ #undef DBUS_DISABLE_CHECKS +/* Define to build test code into the library and binaries */ +#undef DBUS_ENABLE_EMBEDDED_TESTS + /* Use launchd autolaunch */ #undef DBUS_ENABLE_LAUNCHD +/* Define to build independent test binaries (requires GLib) */ +#undef DBUS_ENABLE_MODULAR_TESTS + /* Build with caching of user data */ #undef DBUS_ENABLE_USERDB_CACHE @@ -114,9 +120,6 @@ /* The name of the gettext domain */ #undef GETTEXT_PACKAGE -/* Disable GLib assertion macros */ -#undef G_DISABLE_ASSERT - /* Disable GLib public API sanity checking */ #undef G_DISABLE_CHECKS |