warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / pselect-tests
blob0c37ff6abf6a45e641452914c6ac4518f0c2e7a5
1 Files:
2 tests/test-pselect.c
3 tests/test-select.h
4 tests/macros.h
5 tests/signature.h
7 Depends-on:
8 stdbool
9 netinet_in
10 arpa_inet
11 unistd
12 sys_ioctl
13 extensions
14 inet_pton
15 errno
16 perror
17 pipe-posix
18 socket
19 bind
20 setsockopt
21 listen
22 connect
23 accept
24 ioctl
25 close
27 configure.ac:
28 AC_CHECK_HEADERS_ONCE([sys/wait.h])
30 Makefile.am:
31 TESTS += test-pselect
32 check_PROGRAMS += test-pselect
33 test_pselect_LDADD = $(LDADD) @LIB_SELECT@ @LIBSOCKET@ @LIB_PTHREAD_SIGMASK@ $(INET_PTON_LIB)