execute, spawn-pipe: Make multithread-safe on native Windows.
[gnulib.git] / modules / windows-spawn
blob4702c50f08ced6085cfb0613afd9b7ee08434bbe
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 xalloc
18 configure.ac:
19 AC_REQUIRE([AC_CANONICAL_HOST])
20 case "$host_os" in
21   mingw*)
22     AC_LIBOBJ([windows-spawn])
23     ;;
24 esac
26 Makefile.am:
28 Include:
29 "windows-spawn.h"
31 License:
32 GPL
34 Maintainer:
35 all