xref: /netbsd-src/external/bsd/libbind/dist/include/fd_setsize.h (revision b5677b36047b601b9addaaa494a58ceae82c2a6c)
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