verify: new macro 'assume'
[gnulib.git] / modules / posix_spawnattr_destroy
1 Description:
2 posix_spawnattr_destroy() function: free a child process attributes
3 specification.
4
5 Files:
6 lib/spawnattr_destroy.c
7 m4/posix_spawn.m4
8
9 Depends-on:
10 spawn
11
12 configure.ac:
13 gl_POSIX_SPAWN
14 if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
15   AC_LIBOBJ([spawnattr_destroy])
16 fi
17 gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_destroy])
18
19 Makefile.am:
20
21 Include:
22 <spawn.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Bruno Haible, glibc
29