23 #if !defined (DBUS_INSIDE_DBUS_H) && !defined (DBUS_COMPILATION)
24 #error "Only <dbus/dbus.h> can be included directly, this file may disappear or change contents."
27 #ifndef DBUS_ARCH_DEPS_H
28 #define DBUS_ARCH_DEPS_H
30 #include <dbus/dbus-macros.h>
35 #define DBUS_HAVE_INT64 1
39 #define DBUS_INT64_CONSTANT(val) (_DBUS_GNUC_EXTENSION (val##L))
40 #define DBUS_UINT64_CONSTANT(val) (_DBUS_GNUC_EXTENSION (val##UL))
43 #undef DBUS_HAVE_INT64
44 #undef DBUS_INT64_CONSTANT
45 #undef DBUS_UINT64_CONSTANT
57 #define DBUS_MAJOR_VERSION 1
58 #define DBUS_MINOR_VERSION 6
59 #define DBUS_MICRO_VERSION 8
61 #define DBUS_VERSION_STRING "1.6.8"
63 #define DBUS_VERSION ((1 << 16) | (6 << 8) | (8))