posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / posixcheck
blobfac9fea75b506fc14914db523ec53a633ad040f9
1 Description:
2 Enable warnings for determining which Gnulib modules to use,
3 for portability of POSIX functions.
5 Files:
6 m4/posixcheck.m4
8 Depends-on:
9 # All modules that depend on 'snippet/warn-on-use'.
10 arpa_inet
11 ctype
12 dirent
13 fcntl-h
14 fnmatch-h
15 glob-h
16 iconv-h
17 inttypes-incomplete
18 langinfo
19 locale
20 math
21 monetary
22 netdb
23 poll-h
24 pty
25 search
26 signal-h
27 spawn
28 stdio
29 stdlib
30 string
31 strings
32 sys_file
33 sys_ioctl
34 sys_resource
35 sys_select
36 sys_socket
37 sys_stat
38 sys_time
39 sys_times
40 sys_utsname
41 sys_wait
42 termios
43 time
44 unistd
45 utime-h
46 wchar
47 wctype-h
49 configure.ac:
50 gl_POSIXCHECK
52 Makefile.am:
54 Include:
56 License:
57 LGPLv2+
59 Maintainer:
60 Bruno Haible