posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / send
blob5e115c3f85565ca9c6403cf4aaa5b2833d287af2
1 Description:
2 send() function: send (write) data to a connected socket.
4 Files:
5 lib/send.c
6 lib/w32sock.h
8 Depends-on:
9 sys_socket
10 socketlib
11 errno           [test "$ac_cv_header_winsock2_h" = yes]
12 msvc-nothrow    [test "$ac_cv_header_winsock2_h" = yes]
14 configure.ac:
15 AC_REQUIRE([gl_HEADER_SYS_SOCKET])
16 if test "$ac_cv_header_winsock2_h" = yes; then
17   AC_LIBOBJ([send])
19 gl_SYS_SOCKET_MODULE_INDICATOR([send])
21 Makefile.am:
23 Include:
24 <sys/socket.h>
26 Link:
27 $(LIBSOCKET)
29 License:
30 LGPLv2+
32 Maintainer:
33 Paolo Bonzini, Simon Josefsson