summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2014-01-27 19:33:32 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2014-01-27 19:33:32 +0100
commitfb84b3e592f14c3f25a9a04ab1a6262819a415f4 (patch)
tree03c60421884873a9792b7d6ef4b60396c6a02fbb /configure.ac
parent4224ba62133251d1d41469be1a82b9eb1138b467 (diff)
parent3dbd8edc3572947b4da3d6bc6f77ada32df3745f (diff)
downloaddbus-fb84b3e592f14c3f25a9a04ab1a6262819a415f4.tar.gz
Merge branch 'dbus-1.8'
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5933992a..b1f260ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,6 +99,9 @@ esac
# Special defines for certain platforms
if test "$dbus_win" = yes; then
AC_DEFINE(DBUS_WIN,1,[Defined if we run on a W32 API based system])
+ # Yes, on Windows it really does work like this.
+ # http://support.microsoft.com/kb/111855
+ AC_DEFINE(FD_SETSIZE,8192,[The maximum number of connections that can be handled at once])
BUILD_TIMESTAMP=`date --iso-8601=minutes`
AC_SUBST(BUILD_TIMESTAMP)
# Assume DBUS_VERSION is always three numbers