do-release-commit-and-tag: add option to specify branch
[gnulib.git] / modules / accept
1 Description:
2 accept() function: accept a connection to a server socket.
3
4 Files:
5 lib/accept.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([accept])
16 fi
17 gl_SYS_SOCKET_MODULE_INDICATOR([accept])
18
19 Makefile.am:
20
21 Include:
22 <sys/socket.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Paolo Bonzini, Simon Josefsson