1 /*
2  * Copyright (c) 1999 by Sun Microsystems, Inc.
3  * All rights reserved.
4  *
5  * No ISC copyright for this file.
6  */
7 
8 #ifndef _FD_SETSIZE_H
9 #define _FD_SETSIZE_H
10 
11 #pragma ident	"%Z%%M%	%I%	%E% SMI"
12 
13 /*
14  * If you need a bigger FD_SETSIZE, this is NOT the place to set it.
15  * This file is a fallback for BIND ports which don't specify their own.
16  */
17 
18 #endif /* _FD_SETSIZE_H */
19