Use the posix_spawn or its replacement on all Unix platforms.
[gnulib.git] / modules / execute
1 Description:
2 Creation of autonomous subprocesses.
3
4 Files:
5 lib/execute.h
6 lib/execute.c
7 lib/w32spawn.h
8 m4/execute.m4
9
10 Depends-on:
11 error
12 exit
13 fatal-signal
14 wait-process
15 gettext-h
16 spawn
17 posix_spawnp
18 posix_spawn_file_actions_init
19 posix_spawn_file_actions_addopen
20 posix_spawn_file_actions_destroy
21 posix_spawnattr_init
22 posix_spawnattr_setsigmask
23 posix_spawnattr_setflags
24 posix_spawnattr_destroy
25 stdbool
26 strpbrk
27 unistd
28 environ
29
30 configure.ac:
31 gl_EXECUTE
32
33 Makefile.am:
34 lib_SOURCES += execute.h execute.c w32spawn.h
35
36 Include:
37 "execute.h"
38
39 License:
40 GPL
41
42 Maintainer:
43 Bruno Haible