Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / getpeername
blob53f077b735ca97de2763f046a30b803478c61f02
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 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([getpeername])
21 gl_SYS_SOCKET_MODULE_INDICATOR([getpeername])
23 Makefile.am:
25 Include:
26 <sys/socket.h>
28 Link:
29 $(LIBSOCKET)
31 License:
32 LGPLv2+
34 Maintainer:
35 Paolo Bonzini, Simon Josefsson