annotate modules/accept4 @ 12496:a48d3d749ca5

Refactor common macros used in tests.
author Bruno Haible <bruno@clisp.org>
date Thu, 24 Dec 2009 21:01:42 +0100
parents e962488c88ab
children 9deb67d8d0d7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11898
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 accept4() function: accept a connection on a socket, with specific opening
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 flags.
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 Files:
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/accept4.c
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/accept4.m4
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 sys_socket
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 accept
12448
e962488c88ab accept4: adjust module dependencies
Eric Blake <ebb9@byu.net>
parents: 11899
diff changeset
12 fcntl-h
11898
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 binary-io
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 configure.ac:
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 gl_FUNC_ACCEPT4
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 gl_SYS_SOCKET_MODULE_INDICATOR([accept4])
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 Makefile.am:
11899
f0c8cf1802a2 Tolerate declared but missing accept4 syscall.
Bruno Haible <bruno@clisp.org>
parents: 11898
diff changeset
20 lib_SOURCES += accept4.c
11898
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 Include:
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 <sys/socket.h>
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 License:
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 LGPL
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 Maintainer:
90fb3f330caf New module 'accept4'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 Bruno Haible, Simon Josefsson