xref: /netbsd-src/lib/libc/include/fd_setsize.h (revision e87825174309b4e392192beed11ccc861cced7c9)
1*e8782517Schristos #ifndef _FD_SETSIZE_H
2*e8782517Schristos #define _FD_SETSIZE_H
3*e8782517Schristos 
4*e8782517Schristos /*
5*e8782517Schristos  * If you need a bigger FD_SETSIZE, this is NOT the place to set it.
6*e8782517Schristos  * This file is a fallback for BIND ports which don't specify their own.
7*e8782517Schristos  */
8*e8782517Schristos 
9*e8782517Schristos #endif /* _FD_SETSIZE_H */
10