diff options
author | Simon McVittie <smcv@debian.org> | 2014-09-15 12:55:54 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2014-09-15 12:55:54 +0100 |
commit | 403920f796c3cbeca1bba58bda497da4770e7d0a (patch) | |
tree | 22c59d2418690f68e169ff7500b22f92d410f55f /cmake/config.h.cmake | |
parent | d35dfa78f7ee90bebc3c8a290a7f5877feb7eb8b (diff) | |
download | dbus-upstream/1.8.8.tar.gz |
Imported Upstream version 1.8.8upstream/1.8.8
Diffstat (limited to 'cmake/config.h.cmake')
-rw-r--r-- | cmake/config.h.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/config.h.cmake b/cmake/config.h.cmake index bd4cd444..eaec1e98 100644 --- a/cmake/config.h.cmake +++ b/cmake/config.h.cmake @@ -82,8 +82,6 @@ # define DBUS_ENABLE_X11_AUTOLAUNCH 1 #endif -#define DBUS_DEFAULT_MESSAGE_UNIX_FDS @DEFAULT_MESSAGE_UNIX_FDS@ - #define _DBUS_VA_COPY_ASSIGN(a1,a2) { a1 = a2; } #cmakedefine DBUS_VA_COPY_FUNC |