summaryrefslogtreecommitdiffstats
path: root/dbus/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/message.h')
-rw-r--r--dbus/message.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/dbus/message.h b/dbus/message.h
index 4d32cb9..e0845de 100644
--- a/dbus/message.h
+++ b/dbus/message.h
@@ -28,10 +28,7 @@ class MessageWriter;
class MessageReader;
// DBUS_TYPE_UNIX_FD was added in D-Bus version 1.4
-#if defined(DBUS_TYPE_UNIX_FD)
-const bool kDBusTypeUnixFdIsSupported = true;
-#else
-const bool kDBusTypeUnixFdIsSupported = false;
+#if !defined(DBUS_TYPE_UNIX_FD)
#define DBUS_TYPE_UNIX_FD ((int) 'h')
#endif