Merge pull request #3 from CommanderBubble/FD-SETSIZE-update

FD_SETSIZE Increase to 1024
This commit is contained in:
Michael 2015-05-02 01:17:56 +10:00
commit 1bfff06b8d

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