X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Faccept;h=fb46f98a899638bbff972703a80a1faa4a8b0a44;hb=939cec771c884182789eb24ab80858d5c0faca40;hp=f78688200929c3fd1fb4d45f5f35224eeac8f19d;hpb=44656541e5be621a9430633f8c3a4fdea64d284d;p=pspp diff --git a/modules/accept b/modules/accept index f786882009..fb46f98a89 100644 --- a/modules/accept +++ b/modules/accept @@ -2,16 +2,17 @@ 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 +errno [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])