Description: bind() function: bind a server socket to a port. Files: lib/bind.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([bind]) fi gl_SYS_SOCKET_MODULE_INDICATOR([bind]) Makefile.am: Include: License: LGPLv2+ Maintainer: Paolo Bonzini, Simon Josefsson