regex: port to Stratus OpenVOS
[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 cloexec
12 dup2
13 error
14 fatal-signal
15 wait-process
16 gettext-h
17 spawn
18 posix_spawnp
19 posix_spawn_file_actions_init
20 posix_spawn_file_actions_addopen
21 posix_spawn_file_actions_destroy
22 posix_spawnattr_init
23 posix_spawnattr_setsigmask
24 posix_spawnattr_setflags
25 posix_spawnattr_destroy
26 stdbool
27 stdlib
28 strpbrk
29 unistd
30 environ
31
32 configure.ac:
33 gl_EXECUTE
34
35 Makefile.am:
36 lib_SOURCES += execute.h execute.c w32spawn.h
37
38 Include:
39 "execute.h"
40
41 License:
42 GPL
43
44 Maintainer:
45 Bruno Haible