mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
Merge pull request #1391 from CommanderBubble/master
FD_SETSIZE Increase to 1024
This commit is contained in:
commit
959ab527f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user