stdbit: don’t assume -DHAVE_CONFIG_H
[gnulib.git] / modules / execute
blobfc90554ea486de09089c267939c1e1cb2d909bc5
1 Description:
2 Creation of autonomous subprocesses.
4 Files:
5 lib/execute.h
6 lib/execute.c
7 m4/execute.m4
9 Depends-on:
10 dup2
11 canonicalize
12 environ
13 error
14 fatal-signal
15 filename
16 findprog-in
17 free-posix
18 msvc-nothrow
19 gettext-h
20 spawn
21 posix_spawn
22 posix_spawnp
23 posix_spawn_file_actions_init
24 posix_spawn_file_actions_addopen
25 posix_spawn_file_actions_addchdir
26 posix_spawn_file_actions_destroy
27 posix_spawnattr_init
28 posix_spawnattr_setsigmask
29 posix_spawnattr_setflags
30 posix_spawnattr_destroy
31 stdbool
32 stdlib
33 sys_wait
34 unistd
35 wait-process
36 windows-spawn
37 xalloc-die
39 configure.ac:
40 gl_EXECUTE
42 Makefile.am:
43 lib_SOURCES += execute.h execute.c
45 Include:
46 "execute.h"
48 Link:
49 $(LIBTHREAD)
51 License:
52 GPL
54 Maintainer:
55 all