Mercurial > hg > octave-nkf > gnulib-hg
diff modules/sendto @ 10594:43282f926709
New modules 'accept', 'bind', 'connect', 'getpeername', 'getsockname', 'getsockopt', 'listen', 'recv', 'recvfrom', 'send', 'sendto', 'setsockopt', 'socket'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 06 Oct 2008 02:15:14 +0200 |
parents | |
children | 01f3623813da |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/modules/sendto @@ -0,0 +1,27 @@ +Description: +sendto() function: send (write) data to a potentially unconnected socket. + +Files: +lib/winsock.c + +Depends-on: +sys_socket +errno + +configure.ac: +AC_REQUIRE([gl_HEADER_SYS_SOCKET]) +if test "$ac_cv_header_winsock2_h" = yes; then + AC_LIBOBJ([winsock]) +fi +gl_SYS_SOCKET_MODULE_INDICATOR([sendto]) + +Makefile.am: + +Include: +<sys/socket.h> + +License: +LGPLv2+ + +Maintainer: +Paolo Bonzini, Simon Josefsson