diff options
Diffstat (limited to 'lib/bind/include/fd_setsize.h')
-rw-r--r-- | lib/bind/include/fd_setsize.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/bind/include/fd_setsize.h b/lib/bind/include/fd_setsize.h new file mode 100644 index 0000000..0e21049 --- /dev/null +++ b/lib/bind/include/fd_setsize.h @@ -0,0 +1,10 @@ +#ifndef _FD_SETSIZE_H +#define _FD_SETSIZE_H + +/*% + * 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 */ +/*! \file */ |