doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / recv
index a532240..b47d8f5 100644 (file)
@@ -2,16 +2,19 @@ Description:
 recv() function: receive (read) data from a connected socket.
 
 Files:
-lib/winsock.c
+lib/recv.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([recv])
 fi
 gl_SYS_SOCKET_MODULE_INDICATOR([recv])
 
@@ -20,6 +23,9 @@ Makefile.am:
 Include:
 <sys/socket.h>
 
+Link:
+$(LIBSOCKET)
+
 License:
 LGPLv2+