ptsname_r: Work around bug on Android 4.3.
[gnulib.git] / modules / getsockname-tests
blob9141254054dda41c737592cf1d355c6515e1654f
1 Files:
2 tests/test-getsockname.c
3 tests/signature.h
4 tests/macros.h
6 Depends-on:
7 netinet_in
8 arpa_inet
9 inet_pton
10 errno
11 perror
12 sockets
13 socket
14 setsockopt
15 bind
16 listen
18 configure.ac:
20 Makefile.am:
21 TESTS += test-getsockname
22 check_PROGRAMS += test-getsockname
23 test_getsockname_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB)