Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / select
blob28c89ee9c123b97a7840f592b98482c7951c186f
1 Description:
2 select() function: synchronous I/O multiplexing.
4 Files:
5 lib/select.c
6 m4/select.m4
8 Depends-on:
9 sys_select
10 alloca          [test $REPLACE_SELECT = 1]
11 dup2            [test $REPLACE_SELECT = 1]
12 sockets         [test $REPLACE_SELECT = 1]
13 sys_time        [test $REPLACE_SELECT = 1]
14 msvc-nothrow    [test $REPLACE_SELECT = 1]
16 configure.ac:
17 gl_FUNC_SELECT
18 if test $REPLACE_SELECT = 1; then
19   AC_LIBOBJ([select])
21 gl_SYS_SELECT_MODULE_INDICATOR([select])
23 Makefile.am:
25 Include:
26 <sys/select.h>
28 Link:
29 $(LIB_SELECT)
31 License:
32 LGPLv2+
34 Maintainer:
35 Simon Josefsson