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))
51 #define DBUS_MAJOR_VERSION 1
52 #define DBUS_MINOR_VERSION 12
53 #define DBUS_MICRO_VERSION 16
55 #define DBUS_VERSION_STRING "1.12.16"
57 #define DBUS_VERSION ((1 << 16) | (12 << 8) | (16))