diff options
author | Simon McVittie <smcv@debian.org> | 2013-02-22 15:16:57 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2013-02-22 15:16:57 +0000 |
commit | 4b6f5d684fc302b10fa2471597c0b276d8ef9885 (patch) | |
tree | c4a4be74363e8f2ba8eee27caea3428e2d5f4ab1 /config.h.in | |
parent | e43c954015d881061d36afe6d1315517c90aeb43 (diff) | |
download | dbus-4b6f5d684fc302b10fa2471597c0b276d8ef9885.tar.gz |
Imported Upstream version 1.7.0upstream/1.7.0
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index b939bebb..608c59b1 100644 --- a/config.h.in +++ b/config.h.in @@ -90,6 +90,9 @@ /* Prefix for installing DBUS */ #undef DBUS_PREFIX +/* Fallback address for session bus clients */ +#undef DBUS_SESSION_BUS_CONNECT_ADDRESS + /* Where per-session bus puts its sockets */ #undef DBUS_SESSION_SOCKET_DIR @@ -135,6 +138,12 @@ /* The name of the gettext domain */ #undef GETTEXT_PACKAGE +/* Prevent post-2.26 APIs */ +#undef GLIB_VERSION_MAX_ALLOWED + +/* Ignore post-2.26 deprecations */ +#undef GLIB_VERSION_MIN_REQUIRED + /* Disable GLib public API sanity checking */ #undef G_DISABLE_CHECKS |