mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-01 21:13:13 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user