ftello: Prefer stdckdint to intprops.
[gnulib.git] / modules / recvfrom
blobcbf7e3a663ca2e0adabc079e0aea9c8da9a6075b
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_SYS_SOCKET_H])
18 gl_CONDITIONAL([GL_COND_OBJ_RECVFROM], [test "$ac_cv_header_winsock2_h" = yes])
19 gl_SYS_SOCKET_MODULE_INDICATOR([recvfrom])
21 Makefile.am:
22 if GL_COND_OBJ_RECVFROM
23 lib_SOURCES += recvfrom.c
24 endif
26 Include:
27 <sys/socket.h>
29 Link:
30 $(LIBSOCKET)
32 License:
33 LGPLv2+
35 Maintainer:
36 Paolo Bonzini, Simon Josefsson