view modules/send @ 12751:78eebabdbcd9

sqrt: Make gl_FUNC_SQRT requirable.
author Bruno Haible <bruno@clisp.org>
date Tue, 19 Jan 2010 01:50:01 +0100
parents 01f3623813da
children efab6978105e
line wrap: on
line source

Description:
send() function: send (write) data to a connected socket.

Files:
lib/send.c
lib/w32sock.h

Depends-on:
sys_socket
errno

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

Makefile.am:

Include:
<sys/socket.h>

License:
LGPLv2+

Maintainer:
Paolo Bonzini, Simon Josefsson