repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
posixcheck
blob
fac9fea75b506fc14914db523ec53a633ad040f9
1
Description:
2
Enable warnings for determining which Gnulib modules to use,
3
for portability of POSIX functions.
4
5
Files:
6
m4/posixcheck.m4
7
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
48
49
configure.ac:
50
gl_POSIXCHECK
51
52
Makefile.am:
53
54
Include:
55
56
License:
57
LGPLv2+
58
59
Maintainer:
60
Bruno Haible