regex: use re_malloc etc. consistently
[gnulib.git] / modules / getpeername
blobd1ef822724c0324f40b52773a949cc3bb82aa221
1 Description:
2 getpeername() function: return information about the remote end of a connected
3 socket.
5 Files:
6 lib/getpeername.c
7 lib/w32sock.h
9 Depends-on:
10 sys_socket
11 socketlib
12 errno           [test "$ac_cv_header_winsock2_h" = yes]
13 msvc-nothrow    [test "$ac_cv_header_winsock2_h" = yes]
15 configure.ac:
16 AC_REQUIRE([gl_HEADER_SYS_SOCKET])
17 if test "$ac_cv_header_winsock2_h" = yes; then
18   AC_LIBOBJ([getpeername])
20 gl_SYS_SOCKET_MODULE_INDICATOR([getpeername])
22 Makefile.am:
24 Include:
25 <sys/socket.h>
27 Link:
28 $(LIBSOCKET)
30 License:
31 LGPLv2+
33 Maintainer:
34 Paolo Bonzini, Simon Josefsson