Merge branch 'stable'
[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 msvc-nothrow    [test $REPLACE_SELECT = 1]
13
14 configure.ac:
15 gl_FUNC_SELECT
16 if test $REPLACE_SELECT = 1; then
17   AC_LIBOBJ([select])
18 fi
19 gl_SYS_SELECT_MODULE_INDICATOR([select])
20
21 Makefile.am:
22
23 Include:
24 <sys/select.h>
25
26 Link:
27 $(LIB_SELECT)
28
29 License:
30 LGPLv2+
31
32 Maintainer:
33 Simon Josefsson