Mercurial > hg > octave-kai > gnulib-hg
view modules/connect @ 17450:fcdfb5b7741a
* lib/tmpdir.c: Simplify code to add slash; no need for a loop.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 15 Jul 2013 13:32:24 -0700 |
parents | b86e9061a6d0 |
children |
line wrap: on
line source
Description: connect() function: connect a client socket. Files: lib/connect.c lib/w32sock.h Depends-on: sys_socket socketlib errno [test "$ac_cv_header_winsock2_h" = yes] msvc-nothrow [test "$ac_cv_header_winsock2_h" = yes] configure.ac: AC_REQUIRE([gl_HEADER_SYS_SOCKET]) if test "$ac_cv_header_winsock2_h" = yes; then AC_LIBOBJ([connect]) fi gl_SYS_SOCKET_MODULE_INDICATOR([connect]) Makefile.am: Include: <sys/socket.h> Link: $(LIBSOCKET) License: LGPLv2+ Maintainer: Paolo Bonzini, Simon Josefsson