error-h: Avoid namespace pollution on mingw.
[gnulib.git] / modules / send
blob6584aec9aed31152ea5479d0e16037a0f610776b
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_SYS_SOCKET_H])
16 gl_CONDITIONAL([GL_COND_OBJ_SEND], [test "$ac_cv_header_winsock2_h" = yes])
17 gl_SYS_SOCKET_MODULE_INDICATOR([send])
19 Makefile.am:
20 if GL_COND_OBJ_SEND
21 lib_SOURCES += send.c
22 endif
24 Include:
25 <sys/socket.h>
27 Link:
28 $(LIBSOCKET)
30 License:
31 LGPLv2+
33 Maintainer:
34 Paolo Bonzini, Simon Josefsson