Home | History | Annotate | Line # | Download | only in include
fd_setsize.h revision 1.1
      1  1.1  christos #ifndef _FD_SETSIZE_H
      2  1.1  christos #define _FD_SETSIZE_H
      3  1.1  christos 
      4  1.1  christos /*
      5  1.1  christos  * If you need a bigger FD_SETSIZE, this is NOT the place to set it.
      6  1.1  christos  * This file is a fallback for BIND ports which don't specify their own.
      7  1.1  christos  */
      8  1.1  christos 
      9  1.1  christos #endif /* _FD_SETSIZE_H */
     10