accept4: adjust module dependencies
[gnulib.git] / modules / accept4
1 Description:
2 accept4() function: accept a connection on a socket, with specific opening
3 flags.
4
5 Files:
6 lib/accept4.c
7 m4/accept4.m4
8
9 Depends-on:
10 sys_socket
11 accept
12 fcntl-h
13 binary-io
14
15 configure.ac:
16 gl_FUNC_ACCEPT4
17 gl_SYS_SOCKET_MODULE_INDICATOR([accept4])
18
19 Makefile.am:
20 lib_SOURCES += accept4.c
21
22 Include:
23 <sys/socket.h>
24
25 License:
26 LGPL
27
28 Maintainer:
29 Bruno Haible, Simon Josefsson