diff options
Diffstat (limited to 'cpp/include/IceUtil/Config.h')
-rw-r--r-- | cpp/include/IceUtil/Config.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/cpp/include/IceUtil/Config.h b/cpp/include/IceUtil/Config.h index c76839a39f3..955e54c52cf 100644 --- a/cpp/include/IceUtil/Config.h +++ b/cpp/include/IceUtil/Config.h @@ -37,7 +37,7 @@ // We are a linux sparc, which forces 32 bit usr land, no matter the architecture // # define ICE_32 -#elif (defined(__sun) && defined(__sparcv9)) || (defined(__linux) && defined(__x86_64)) || (defined(__hppa) &&defined(__LP64__)) +#elif (defined(__sun) && defined(__sparcv9)) || (defined(__linux) && defined(__x86_64)) || (defined(__hppa) && defined(__LP64__)) # define ICE_64 #else # define ICE_32 @@ -95,16 +95,6 @@ # error "Only multi-threaded DLL libraries can be used with Ice!" # endif -// -// The Windows default of 64 is too small -- we want more concurrent -// connections than that. However, we don't redefine it if it's already -// set, because that means windows.h has already been included and -// therefore it's too late to change it here. -// -# ifndef FD_SETSIZE -# define FD_SETSIZE 1024 -# endif - # include <windows.h> // |