Mercurial > hg > octave-lojdl > gnulib-hg
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 |
rev | line source |
---|---|
11898 | 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 | |
12448
e962488c88ab
accept4: adjust module dependencies
Eric Blake <ebb9@byu.net>
parents:
11899
diff
changeset
|
12 fcntl-h |
11898 | 13 binary-io |
14 | |
15 configure.ac: | |
16 gl_FUNC_ACCEPT4 | |
17 gl_SYS_SOCKET_MODULE_INDICATOR([accept4]) | |
18 | |
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 | 21 |
22 Include: | |
23 <sys/socket.h> | |
24 | |
25 License: | |
26 LGPL | |
27 | |
28 Maintainer: | |
29 Bruno Haible, Simon Josefsson |