Go to the documentation of this file.
19 #ifndef DBUSCXX_CONFIG_H
20 #define DBUSCXX_CONFIG_H
22 #define DBUS_CXX_HAS_CXXABI_H 1
23 #define DBUS_CXX_HAS_CXA_DEMANGLE 1
25 #define DBUS_CXX_PACKAGE_MAJOR_VERSION 2
26 #define DBUS_CXX_PACKAGE_MINOR_VERSION 5
27 #define DBUS_CXX_PACKAGE_MICRO_VERSION 0
29 #define DBUS_CXX_HAS_PROP_CONST 1
31 #if DBUS_CXX_HAS_PROP_CONST
32 #include <experimental/propagate_const>
33 #define DBUS_CXX_PROPAGATE_CONST(T) std::experimental::propagate_const<T>
35 #define DBUS_CXX_PROPAGATE_CONST(T) T