Skip to content

Commit

Permalink
Merge pull request #3 from CommanderBubble/FD-SETSIZE-update
Browse files Browse the repository at this point in the history
FD_SETSIZE Increase to 1024
  • Loading branch information
CommanderBubble committed May 1, 2015
2 parents 235a1db + 166a14c commit 1bfff06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bfff06

Please sign in to comment.