ab8ce7e01ffc8961597630e9a168d220437f67a0
[gnulib.git] / modules / select
1 Description:
2 select() function: synchronous I/O multiplexing.
3
4 Files:
5 lib/select.c
6 m4/select.m4
7
8 Depends-on:
9 sys_select
10 alloca          [test $REPLACE_SELECT = 1]
11 sockets         [test $REPLACE_SELECT = 1]
12 sys_time        [test $REPLACE_SELECT = 1]
13 msvc-nothrow    [test $REPLACE_SELECT = 1]
14
15 configure.ac:
16 gl_FUNC_SELECT
17 if test $REPLACE_SELECT = 1; then
18   AC_LIBOBJ([select])
19 fi
20 gl_SYS_SELECT_MODULE_INDICATOR([select])
21
22 Makefile.am:
23
24 Include:
25 <sys/select.h>
26
27 Link:
28 $(LIB_SELECT)
29
30 License:
31 LGPLv2+
32
33 Maintainer:
34 Simon Josefsson