Cope with platforms whose vsnprintf violates both POSIX and C99 - part 1
[platform/upstream/dbus.git] / dbus / dbus-internals.h
index 93e986f..dcef7d7 100644 (file)
@@ -35,7 +35,9 @@
 
 DBUS_BEGIN_DECLS
 
+#ifndef DBUS_SESSION_BUS_DEFAULT_ADDRESS
 #define DBUS_SESSION_BUS_DEFAULT_ADDRESS       "autolaunch:"
+#endif
 
 void _dbus_warn               (const char *format,
                                ...) _DBUS_GNUC_PRINTF (1, 2);