autoupdate
[gnulib.git] / modules / windows-spawn
blob2b0c7ccf3cf9280e0b07f78180d479ab1f787ca5
1 Description:
2 Auxiliary functions for the creation of subprocesses on native Windows.
4 Files:
5 lib/windows-spawn.h
6 lib/windows-spawn.c
8 Depends-on:
9 findprog-in
10 msvc-nothrow
11 stdbool
12 stdint
13 stdlib
14 strpbrk
15 unistd
16 malloc-posix
18 configure.ac:
19 AC_REQUIRE([AC_CANONICAL_HOST])
20 gl_CONDITIONAL([GL_COND_OBJ_WINDOWS_SPAWN],
21                [case "$host_os" in mingw* | windows*) true;; *) false;; esac])
23 Makefile.am:
24 if GL_COND_OBJ_WINDOWS_SPAWN
25 lib_SOURCES += windows-spawn.c
26 endif
28 Include:
29 "windows-spawn.h"
31 License:
32 LGPLv2+
34 Maintainer:
35 all