Merge pull request #1391 from CommanderBubble/master

FD_SETSIZE Increase to 1024
This commit is contained in:
Pieter Hintjens 2015-05-01 18:21:11 +02:00
commit 959ab527f4

View File

@ -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