[9337] Use ACE PATH_MAX define magic

This commit is contained in:
VladimirMangos 2010-02-09 03:31:05 +03:00
parent 8997f0f240
commit 9c346fc0a9
5 changed files with 7 additions and 6 deletions

View file

@ -203,7 +203,9 @@ namespace SOCKETS_NAMESPACE {
// 1.8.6: define FD_SETSIZE to something bigger than 64 if there are a lot of
// simultaneous connections (must be done before including winsock.h)
#ifndef FD_SETSIZE
#define FD_SETSIZE 1024
#endif
// windows 2000 with ipv6 preview installed:
// http://msdn.microsoft.com/downloads/sdks/platform/tpipv6.asp