From: Ralf Habacker Date: Mon, 27 Jan 2014 10:58:37 +0000 (+0100) Subject: Fix of 'dbus-daemon can only handle 64 simultaneous connections on Windows'. X-Git-Tag: dbus-1.8.16~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2abe9ffeb7de12723f0b8dc9d507fc57477adf08;p=thirdparty%2Fdbus.git Fix of 'dbus-daemon can only handle 64 simultaneous connections on Windows'. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71297 Reviewed-by: Ralf Habacker --- diff --git a/cmake/config.h.cmake b/cmake/config.h.cmake index eaec1e982..729080f73 100644 --- a/cmake/config.h.cmake +++ b/cmake/config.h.cmake @@ -248,4 +248,8 @@ #define inline __inline #endif +#ifdef DBUS_WIN +#define FD_SETSIZE @FD_SETSIZE@ +#endif + #endif // _DBUS_CONFIG_H