repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Avoid "warning: The macro `AC_DECL_SYS_SIGLIST' is obsolete".
[gnulib.git]
/
modules
/
poll-tests
blob
39d9e04fcd5352c6b52f273bc9a3d2e7639aa1f5
1
Files:
2
tests/test-poll.c
3
tests/signature.h
4
tests/macros.h
5
6
Depends-on:
7
stdbool
8
sys_socket
9
netinet_in
10
arpa_inet
11
sys_ioctl
12
extensions
13
inet_pton
14
errno
15
perror
16
sockets
17
socket
18
bind
19
setsockopt
20
listen
21
connect
22
accept
23
ioctl
24
close
25
26
configure.ac:
27
AC_CHECK_HEADERS_ONCE([unistd.h sys/wait.h])
28
29
Makefile.am:
30
TESTS += test-poll
31
check_PROGRAMS += test-poll
32
test_poll_LDADD = $(LDADD) $(LIB_POLL) @LIBSOCKET@ $(INET_PTON_LIB)