xref: /onnv-gate/usr/src/lib/libresolv2/include/fd_setsize.h (revision 11038:74b12212b8a2)
10Sstevel@tonic-gate #ifndef _FD_SETSIZE_H
20Sstevel@tonic-gate #define _FD_SETSIZE_H
30Sstevel@tonic-gate 
4*11038SRao.Shoaib@Sun.COM /*%
50Sstevel@tonic-gate  * If you need a bigger FD_SETSIZE, this is NOT the place to set it.
60Sstevel@tonic-gate  * This file is a fallback for BIND ports which don't specify their own.
70Sstevel@tonic-gate  */
80Sstevel@tonic-gate 
90Sstevel@tonic-gate #endif /* _FD_SETSIZE_H */
10*11038SRao.Shoaib@Sun.COM /*! \file */
11