Files:
tests/test-poll.c
tests/signature.h
tests/macros.h

Depends-on:
bool
sys_socket-h
netinet_in-h
arpa_inet-h
sys_ioctl-h
extensions
inet_pton
errno-h
perror
sockets
socket
bind
setsockopt
listen
connect
accept
ioctl
close

configure.ac:
AC_CHECK_HEADERS_ONCE([unistd.h sys/wait.h])

Makefile.am:
TESTS += test-poll
check_PROGRAMS += test-poll
test_poll_LDADD = $(LDADD) $(POLL_LIB) @LIBSOCKET@ $(INET_PTON_LIB)
