Problem: FD_SETSIZE not set to 16k for all build definitions

Solution: Set FD_SETSIZE to 16k for all other build definitions.
This commit is contained in:
Sam Lishak
2016-06-13 09:41:00 +01:00
parent cb0eaf6bce
commit d49e43bbc8
4 changed files with 9 additions and 9 deletions

View File

@@ -262,8 +262,8 @@ case "${host_os}" in
CPPFLAGS="-DZMQ_STATIC $CPPFLAGS"
fi
# Set FD_SETSIZE to 1024
CPPFLAGS=" -DFD_SETSIZE=1024 $CPPFLAGS"
# Set FD_SETSIZE to 16384
CPPFLAGS=" -DFD_SETSIZE=16384 $CPPFLAGS"
;;
*cygwin*)
# Define on Cygwin to enable all library features