kernel: Remove the FFS_ROOT option. It was a no-op since 4.9.
[dragonfly.git] / contrib / cvs-1.12 / lib / xselect.h
blob5605cbdb2a8bc2783ad66eb07cf839c4b1176cb3
1 /* This program is free software; you can redistribute it and/or modify
2 it under the terms of the GNU General Public License as published by
3 the Free Software Foundation; either version 2, or (at your option)
4 any later version.
6 This program is distributed in the hope that it will be useful,
7 but WITHOUT ANY WARRANTY; without even the implied warranty of
8 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9 GNU General Public License for more details. */
11 /* This file simply performs the include magic necessary for using select */
13 /* select also requires <sys/types.h>, "xtime.h", and <unistd.h> */
15 #ifdef HAVE_SYS_BSDTYPES_H
16 # include <sys/bsdtypes.h>
17 #endif
19 #if HAVE_SYS_SELECT_H
20 # include <sys/select.h>
21 #endif