fde2fe1c1c
Also updated our socket.h to be more compatible with BONE (we do not support SO_NONBLOCK which is needed for Mozilla). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7201 a95241bf-73f2-0310-859d-f6bbb57e9c96
10 lines
222 B
C
10 lines
222 B
C
#ifndef _FD_SETSIZE_H
|
|
#define _FD_SETSIZE_H
|
|
|
|
/*
|
|
* If you need a bigger FD_SETSIZE, this is NOT the place to set it.
|
|
* This file is a fallback for BIND ports which don't specify their own.
|
|
*/
|
|
|
|
#endif /* _FD_SETSIZE_H */
|