summaryrefslogtreecommitdiff
path: root/cmake/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/config.h.cmake')
-rw-r--r--cmake/config.h.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/config.h.cmake b/cmake/config.h.cmake
index 76ccb866..b0dde3dd 100644
--- a/cmake/config.h.cmake
+++ b/cmake/config.h.cmake
@@ -82,6 +82,8 @@
# define DBUS_ENABLE_X11_AUTOLAUNCH 1
#endif
+#define DBUS_DEFAULT_MESSAGE_UNIX_FDS 1024
+
#define _DBUS_VA_COPY_ASSIGN(a1,a2) { a1 = a2; }
#cmakedefine DBUS_VA_COPY_FUNC