obstack-zprintf: Add more tests.
[gnulib.git] / modules / posix_spawn_file_actions_addopen
blob18b547768a01de0aeeb8f9f31346ad0c5dec234e
1 Description:
2 posix_spawn_file_actions_addopen() function: augment a child process actions
3 specification.
5 Files:
6 lib/spawn_faction_addopen.c
7 lib/spawn_int.h
8 m4/posix_spawn.m4
10 Depends-on:
11 spawn
12 getdtablesize                 [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN = 1]
13 posix_spawn_file_actions_init [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN = 1]
15 configure.ac:
16 gl_FUNC_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN
17 gl_CONDITIONAL([GL_COND_OBJ_SPAWN_FACTION_ADDOPEN],
18                [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN = 1])
19 gl_SPAWN_MODULE_INDICATOR([posix_spawn_file_actions_addopen])
21 Makefile.am:
22 if GL_COND_OBJ_SPAWN_FACTION_ADDOPEN
23 lib_SOURCES += spawn_faction_addopen.c
24 endif
26 Include:
27 <spawn.h>
29 License:
30 LGPLv2+
32 Maintainer:
33 glibc