X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fbind;h=e46bd267a7cbb907c8cf092068f7a27316efbc36;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=856148a9f131c28493875ee20ebd29a57724d72a;hpb=44656541e5be621a9430633f8c3a4fdea64d284d;p=gnulib.git diff --git a/modules/bind b/modules/bind index 856148a9f..e46bd267a 100644 --- a/modules/bind +++ b/modules/bind @@ -2,16 +2,19 @@ Description: bind() function: bind a server socket to a port. Files: -lib/winsock.c +lib/bind.c +lib/w32sock.h Depends-on: sys_socket -errno +socketlib +errno [test "$ac_cv_header_winsock2_h" = yes] +msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes] configure.ac: AC_REQUIRE([gl_HEADER_SYS_SOCKET]) if test "$ac_cv_header_winsock2_h" = yes; then - AC_LIBOBJ([winsock]) + AC_LIBOBJ([bind]) fi gl_SYS_SOCKET_MODULE_INDICATOR([bind]) @@ -20,6 +23,9 @@ Makefile.am: Include: +Link: +$(LIBSOCKET) + License: LGPLv2+