diff options
author | Havoc Pennington <hp@redhat.com> | 2006-10-17 21:04:12 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2006-10-17 21:04:12 +0000 |
commit | a947713c354462d1235e6ef3d8d3929bf9f080d4 (patch) | |
tree | afa236cd4fc617591b4cc59da7720797c2c1e08f /dbus | |
parent | f1ca9b89e92de4d876dc5e7e85710c4d2dc87638 (diff) |
2006-10-17 Havoc Pennington <hp@redhat.com>
* configure.in (CPPFLAGS): don't do -DDBUS_API_SUBJECT_TO_CHANGE here
* dbus/dbus.h: drop the DBUS_API_SUBJECT_TO_CHANGE requirement,
since realistically it doesn't look like we'll be changing it
anymore.
Diffstat (limited to 'dbus')
-rw-r--r-- | dbus/dbus.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dbus/dbus.h b/dbus/dbus.h index 4e11f7b8..ac1287e8 100644 --- a/dbus/dbus.h +++ b/dbus/dbus.h @@ -26,10 +26,6 @@ #define DBUS_INSIDE_DBUS_H 1 -#ifndef DBUS_API_SUBJECT_TO_CHANGE -#error "Please define DBUS_API_SUBJECT_TO_CHANGE to acknowledge your understanding that D-Bus hasn't reached 1.0 and is subject to protocol and API churn. See the README for a full explanation." -#endif - #include <dbus/dbus-arch-deps.h> #include <dbus/dbus-address.h> #include <dbus/dbus-bus.h> |