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
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
pselect-tests
blob
0c37ff6abf6a45e641452914c6ac4518f0c2e7a5
1
Files:
2
tests/test-pselect.c
3
tests/test-select.h
4
tests/macros.h
5
tests/signature.h
6
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
26
27
configure.ac:
28
AC_CHECK_HEADERS_ONCE([sys/wait.h])
29
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)