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