Document not_eol and remove mention of regex.c.
[gnulib/ericb.git] / modules / recv
blob04602f9801dc321d4fff551d2d401985e062a927
1 Description:
2 recv() function: receive (read) data from a connected socket.
4 Files:
5 lib/recv.c
6 lib/w32sock.h
8 Depends-on:
9 sys_socket
10 errno
12 configure.ac:
13 AC_REQUIRE([gl_HEADER_SYS_SOCKET])
14 if test "$ac_cv_header_winsock2_h" = yes; then
15   AC_LIBOBJ([recv])
17 gl_SYS_SOCKET_MODULE_INDICATOR([recv])
19 Makefile.am:
21 Include:
22 <sys/socket.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 Paolo Bonzini, Simon Josefsson