X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpoll;h=8fa88fd4d1248e9ceacaf20e3b7cd4ee5d4103ef;hb=2b7c2713dc823b924ec88f481be1671bf53b6da3;hp=a03affbbc44d983296a5e17c6ed36455b9861b8d;hpb=7e4a3ea582fe5a1224685a0bc852e22f91f18abc;p=gnulib.git diff --git a/modules/poll b/modules/poll index a03affbbc..8fa88fd4d 100644 --- a/modules/poll +++ b/modules/poll @@ -3,28 +3,36 @@ poll() function: wait for some event on a set of file descriptors. Files: lib/poll.c -lib/poll_.h m4/poll.m4 Depends-on: +poll-h +alloca [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1] +select [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1] +sockets [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1] +sys_select [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1] +sys_time [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1] +errno [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1] +msvc-nothrow [test $HAVE_POLL = 0 || test $REPLACE_POLL = 1] configure.ac: gl_FUNC_POLL +if test $HAVE_POLL = 0 || test $REPLACE_POLL = 1; then + AC_LIBOBJ([poll]) + gl_PREREQ_POLL +fi +gl_POLL_MODULE_INDICATOR([poll]) Makefile.am: -EXTRA_DIST += poll_.h - -# We need the following in order to create an when the system -# doesn't have one. -all-local $(lib_OBJECTS): @POLL_H@ -poll.h: poll_.h - cp $(srcdir)/poll_.h poll.h-t - mv poll.h-t poll.h -MOSTLYCLEANFILES += poll.h poll.h-t Include: -#include + + +Link: +$(LIB_POLL) + +License: +LGPLv2+ Maintainer: Paolo Bonzini -