repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git]
/
modules
/
windows-spawn
blob
2843921cd9101669111425ce61d6506cbb2d10bc
1
Description:
2
Auxiliary functions for the creation of subprocesses on native Windows.
3
4
Files:
5
lib/windows-spawn.h
6
lib/windows-spawn.c
7
8
Depends-on:
9
findprog-in
10
msvc-nothrow
11
stdbool
12
stdint
13
stdlib
14
strpbrk
15
unistd
16
malloc-posix
17
18
configure.ac:
19
AC_REQUIRE([AC_CANONICAL_HOST])
20
case "$host_os" in
21
mingw*)
22
AC_LIBOBJ([windows-spawn])
23
;;
24
esac
25
26
Makefile.am:
27
28
Include:
29
"windows-spawn.h"
30
31
License:
32
LGPLv2+
33
34
Maintainer:
35
all