maint: fts.c: remove __opendir2's now-unused parameter, oflag
[gnulib.git] / modules / sendto
1 Description:
2 sendto() function: send (write) data to a potentially unconnected socket.
3
4 Files:
5 lib/sendto.c
6 lib/w32sock.h
7
8 Depends-on:
9 sys_socket
10 errno           [test "$ac_cv_header_winsock2_h" = yes]
11
12 configure.ac:
13 AC_REQUIRE([gl_HEADER_SYS_SOCKET])
14 if test "$ac_cv_header_winsock2_h" = yes; then
15   AC_LIBOBJ([sendto])
16 fi
17 gl_SYS_SOCKET_MODULE_INDICATOR([sendto])
18
19 Makefile.am:
20
21 Include:
22 <sys/socket.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Paolo Bonzini, Simon Josefsson