summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
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