FD_SETSIZE
#ifndef FD_SETSIZE
fd_mask bits[((FD_SETSIZE) + ((NFDBITS) - 1)) / (NFDBITS)];
if ((unsigned)srecv >= FD_SETSIZE)
#ifndef FD_SETSIZE
if (numFDs < 0 || (numFDs > FD_SETSIZE && !check_max_fds(numFDs)))
evFile *fdTable[FD_SETSIZE];
static const int highestFD = FD_SETSIZE - 1;
if (fd < 0 || fd >= FD_SETSIZE) {