X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpoll;h=478e99ba74b9b5618616bde4040135ba54a4db92;hb=56d7f11cc3831bcff4f918ef095c00e1fb4e224f;hp=9fad24d1a0cf22dfd30b0295538677ed07ae49f4;hpb=e8886c908325158b4e127ac82fbc4fb8918aad85;p=gnulib.git diff --git a/modules/poll b/modules/poll index 9fad24d1a..478e99ba7 100644 --- a/modules/poll +++ b/modules/poll @@ -3,32 +3,27 @@ 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] +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] configure.ac: gl_FUNC_POLL +gl_POLL_MODULE_INDICATOR([poll]) Makefile.am: -BUILT_SOURCES += $(POLL_H) -EXTRA_DIST += poll_.h - -# We need the following in order to create when the system -# doesn't have one. -poll.h: poll_.h - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - cat $(srcdir)/poll_.h; \ - } > $@-t - mv -f $@-t $@ -MOSTLYCLEANFILES += poll.h poll.h-t Include: -#include + License: -LGPL +LGPLv2+ Maintainer: Paolo Bonzini