X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Faccept;h=059a56d29945ddc42996ae7be09e686144311c6e;hb=5191b3546cfb6c163228c23f214e325ddf60d46f;hp=f78688200929c3fd1fb4d45f5f35224eeac8f19d;hpb=44656541e5be621a9430633f8c3a4fdea64d284d;p=gnulib.git diff --git a/modules/accept b/modules/accept index f78688200..059a56d29 100644 --- a/modules/accept +++ b/modules/accept @@ -2,16 +2,19 @@ Description: accept() function: accept a connection to a server socket. Files: -lib/winsock.c +lib/accept.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([accept]) fi gl_SYS_SOCKET_MODULE_INDICATOR([accept]) @@ -20,6 +23,9 @@ Makefile.am: Include: +Link: +$(LIBSOCKET) + License: LGPLv2+