Commit 959ab527 authored by Pieter Hintjens's avatar Pieter Hintjens

Merge pull request #1391 from CommanderBubble/master

FD_SETSIZE Increase to 1024
parents 43a1192c 1bfff06b
......@@ -265,6 +265,9 @@ case "${host_os}" in
if test "x$enable_static" = "xyes"; then
AC_MSG_ERROR([Building static libraries is not supported under MinGW32])
fi
# Set FD_SETSIZE to 1024
CPPFLAGS=" -DFD_SETSIZE=1024 $CPPFLAGS"
;;
*cygwin*)
# Define on Cygwin to enable all library features
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment