File: fd_setsize.h

package info (click to toggle)
bind9 1%3A9.2.4-1sarge3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 26,564 kB
  • ctags: 20,462
  • sloc: ansic: 200,552; sh: 23,078; xml: 5,665; makefile: 3,572; perl: 2,910; cpp: 1,305; tcl: 842; python: 77
file content (9 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
#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 */