iconv-h: Fix module description.
[gnulib.git] / modules / recvfrom
blob590f6fecb809e8c425317f57c06ed346b8b2fe16
1 Description:
2 recvfrom() function: receive (read) data from a potentially unconnected socket.
4 Files:
5 lib/recvfrom.c
6 lib/w32sock.h
8 Depends-on:
9 extensions
10 sys_socket
11 socketlib
12 errno           [test "$ac_cv_header_winsock2_h" = yes]
13 getpeername     [test "$ac_cv_header_winsock2_h" = yes]
14 msvc-nothrow    [test "$ac_cv_header_winsock2_h" = yes]
16 configure.ac:
17 AC_REQUIRE([gl_HEADER_SYS_SOCKET])
18 if test "$ac_cv_header_winsock2_h" = yes; then
19   AC_LIBOBJ([recvfrom])
21 gl_SYS_SOCKET_MODULE_INDICATOR([recvfrom])
23 Makefile.am:
25 Include:
26 <sys/socket.h>
28 Link:
29 $(LIBSOCKET)
31 License:
32 LGPLv2+
34 Maintainer:
35 Paolo Bonzini, Simon Josefsson