/* * Copyright (c) 1999 by Sun Microsystems, Inc. * All rights reserved. * * No ISC copyright for this file. */ #ifndef _FD_SETSIZE_H #define _FD_SETSIZE_H #pragma ident "%Z%%M% %I% %E% SMI" /* * If you need a bigger FD_SETSIZE, this is NOT the place to set it. * This file is a fallback for BIND ports which don't specify their own. */ #endif /* _FD_SETSIZE_H */