posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / getsockname
blob8a8ffe0bde65a88aaf792177d4dbfb1a94d7bd20
1 Description:
2 getsockname() function: return information about the local end of a connected
3 socket.
5 Files:
6 lib/getsockname.c
7 lib/w32sock.h
9 Depends-on:
10 extensions
11 sys_socket
12 socketlib
13 errno           [test "$ac_cv_header_winsock2_h" = yes]
14 msvc-nothrow    [test "$ac_cv_header_winsock2_h" = yes]
16 configure.ac:
17 AC_REQUIRE([gl_HEADER_SYS_SOCKET])
18 if test "$ac_cv_header_winsock2_h" = yes; then
19   AC_LIBOBJ([getsockname])
21 gl_SYS_SOCKET_MODULE_INDICATOR([getsockname])
23 Makefile.am:
25 Include:
26 <sys/socket.h>
28 Link:
29 $(LIBSOCKET)
31 License:
32 LGPLv2+
34 Maintainer:
35 Paolo Bonzini, Simon Josefsson