17c478bd9Sstevel@tonic-gate #ifndef _FD_SETSIZE_H
27c478bd9Sstevel@tonic-gate #define _FD_SETSIZE_H
37c478bd9Sstevel@tonic-gate 
4*9525b14bSRao Shoaib /*%
57c478bd9Sstevel@tonic-gate  * If you need a bigger FD_SETSIZE, this is NOT the place to set it.
67c478bd9Sstevel@tonic-gate  * This file is a fallback for BIND ports which don't specify their own.
77c478bd9Sstevel@tonic-gate  */
87c478bd9Sstevel@tonic-gate 
97c478bd9Sstevel@tonic-gate #endif /* _FD_SETSIZE_H */
10*9525b14bSRao Shoaib /*! \file */
11