posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / poll-h
blob3c687589918383a479b19236e7a156ea81190e00
1 Description:
2 A POSIX-like <poll.h>.
4 Files:
5 lib/poll.in.h
6 m4/poll_h.m4
7 m4/sys_socket_h.m4
9 Depends-on:
10 extensions
11 include_next
12 snippet/c++defs
13 snippet/warn-on-use
15 configure.ac:
16 gl_POLL_H
18 Makefile.am:
19 BUILT_SOURCES += poll.h
21 # We need the following in order to create <poll.h> when the system
22 # doesn't have one.
23 poll.h: poll.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
24         $(AM_V_GEN)rm -f $@-t $@ && \
25         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
26           sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
27               -e 's|@''HAVE_POLL_H''@|$(HAVE_POLL_H)|g' \
28               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
29               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
30               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
31               -e 's|@''NEXT_POLL_H''@|$(NEXT_POLL_H)|g' \
32               -e 's/@''GNULIB_POLL''@/$(GNULIB_POLL)/g' \
33               -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
34               -e 's|@''HAVE_POLL''@|$(HAVE_POLL)|g' \
35               -e 's|@''REPLACE_POLL''@|$(REPLACE_POLL)|g' \
36               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
37               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
38               < $(srcdir)/poll.in.h; \
39         } > $@-t && \
40         mv -f $@-t $@
41 MOSTLYCLEANFILES += poll.h poll.h-t
43 Include:
44 <poll.h>
46 License:
47 LGPLv2+
49 Maintainer:
50 Paolo Bonzini