canonicalize-lgpl: Support larger filenames on the Hurd.
[gnulib.git] / modules / posix_spawn_file_actions_adddup2
1 Description:
2 posix_spawn_file_actions_adddup2() function: augment a child process actions
3 specification.
4
5 Files:
6 lib/spawn_faction_adddup2.c
7 lib/spawn_int.h
8 m4/posix_spawn.m4
9
10 Depends-on:
11 spawn
12 getdtablesize   [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1]
13
14 configure.ac:
15 gl_POSIX_SPAWN
16 if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
17   AC_LIBOBJ([spawn_faction_adddup2])
18 fi
19 gl_SPAWN_MODULE_INDICATOR([posix_spawn_file_actions_adddup2])
20
21 Makefile.am:
22
23 Include:
24 <spawn.h>
25
26 License:
27 LGPLv2+
28
29 Maintainer:
30 Bruno Haible, glibc
31