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