warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / poll
blob57f0631e723fbd3ccc9791a5f04a84dbf39c3498
1 Description:
2 poll() function: wait for some event on a set of file descriptors.
4 Files:
5 lib/poll.c
6 m4/poll.m4
8 Depends-on:
9 poll-h
10 alloca          [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
11 assure          [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
12 select          [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
13 sockets         [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
14 sys_select      [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
15 sys_socket      [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
16 sys_time        [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
17 errno           [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
18 msvc-nothrow    [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1]
20 configure.ac:
21 gl_FUNC_POLL
22 if test $HAVE_POLL = 0 || test $REPLACE_POLL = 1; then
23   AC_LIBOBJ([poll])
24   gl_PREREQ_POLL
26 gl_POLL_MODULE_INDICATOR([poll])
28 Makefile.am:
30 Include:
31 <poll.h>
33 Link:
34 $(LIB_POLL)
36 License:
37 LGPLv2+
39 Maintainer:
40 Paolo Bonzini  <bonzini@gnu.org>