gnulib-tool.py: Fix an undefined function name.
[gnulib.git] / modules / connect
blobcd21697b757d428d43771f3dbe770fef30f36e6e
1 Description:
2 connect() function: connect a client socket.
4 Files:
5 lib/connect.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_CONNECT], [test "$ac_cv_header_winsock2_h" = yes])
17 gl_SYS_SOCKET_MODULE_INDICATOR([connect])
19 Makefile.am:
20 if GL_COND_OBJ_CONNECT
21 lib_SOURCES += connect.c
22 endif
24 Include:
25 <sys/socket.h>
27 Link:
28 $(LIBSOCKET)
30 License:
31 LGPLv2+
33 Maintainer:
34 Paolo Bonzini, Simon Josefsson