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