view modules/recvfrom @ 10651:0c57dc334eea

modules/recvfrom (Depends-on): Add dependency on getpeername.
author Simon Josefsson <simon@josefsson.org>
date Fri, 17 Oct 2008 11:54:40 +0200
parents 43282f926709
children 01f3623813da
line wrap: on
line source

Description:
recvfrom() function: receive (read) data from a potentially unconnected socket.

Files:
lib/winsock.c

Depends-on:
sys_socket
errno
getpeername

configure.ac:
AC_REQUIRE([gl_HEADER_SYS_SOCKET])
if test "$ac_cv_header_winsock2_h" = yes; then
  AC_LIBOBJ([winsock])
fi
gl_SYS_SOCKET_MODULE_INDICATOR([recvfrom])

Makefile.am:

Include:
<sys/socket.h>

License:
LGPLv2+

Maintainer:
Paolo Bonzini, Simon Josefsson