Mercurial > hg > octave-lojdl > gnulib-hg
view modules/recvfrom @ 12496:a48d3d749ca5
Refactor common macros used in tests.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 24 Dec 2009 21:01:42 +0100 |
parents | 01f3623813da |
children | efab6978105e |
line wrap: on
line source
Description: recvfrom() function: receive (read) data from a potentially unconnected socket. Files: lib/recvfrom.c lib/w32sock.h 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([recvfrom]) fi gl_SYS_SOCKET_MODULE_INDICATOR([recvfrom]) Makefile.am: Include: <sys/socket.h> License: LGPLv2+ Maintainer: Paolo Bonzini, Simon Josefsson