xfreopen: fix typo: s/frepoen/freopen/
[gnulib/ericb.git] / modules / recvfrom
blob2b051b461dfc846243501d483823fb7640df8d42
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 sys_socket
10 socketlib
11 errno           [test "$ac_cv_header_winsock2_h" = yes]
12 getpeername     [test "$ac_cv_header_winsock2_h" = yes]
13 msvc-nothrow    [test "$ac_cv_header_winsock2_h" = yes]
15 configure.ac:
16 AC_REQUIRE([gl_HEADER_SYS_SOCKET])
17 if test "$ac_cv_header_winsock2_h" = yes; then
18   AC_LIBOBJ([recvfrom])
20 gl_SYS_SOCKET_MODULE_INDICATOR([recvfrom])
22 Makefile.am:
24 Include:
25 <sys/socket.h>
27 Link:
28 $(LIBSOCKET)
30 License:
31 LGPLv2+
33 Maintainer:
34 Paolo Bonzini, Simon Josefsson