Description: getpeername() function: return information about the remote end of a connected socket. Files: lib/getpeername.c lib/w32sock.h Depends-on: sys_socket errno configure.ac: AC_REQUIRE([gl_HEADER_SYS_SOCKET]) if test "$ac_cv_header_winsock2_h" = yes; then AC_LIBOBJ([getpeername]) fi gl_SYS_SOCKET_MODULE_INDICATOR([getpeername]) Makefile.am: Include: License: LGPLv2+ Maintainer: Paolo Bonzini, Simon Josefsson