xref: /netbsd-src/external/bsd/libbind/dist/include/fd_setsize.h (revision b5677b36047b601b9addaaa494a58ceae82c2a6c)
1*b5677b36Schristos /*	$NetBSD: fd_setsize.h,v 1.1.1.1 2009/04/12 15:33:32 christos Exp $	*/
2*b5677b36Schristos 
3*b5677b36Schristos #ifndef _FD_SETSIZE_H
4*b5677b36Schristos #define _FD_SETSIZE_H
5*b5677b36Schristos 
6*b5677b36Schristos /*%
7*b5677b36Schristos  * If you need a bigger FD_SETSIZE, this is NOT the place to set it.
8*b5677b36Schristos  * This file is a fallback for BIND ports which don't specify their own.
9*b5677b36Schristos  */
10*b5677b36Schristos 
11*b5677b36Schristos #endif /* _FD_SETSIZE_H */
12*b5677b36Schristos /*! \file */
13