md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / doc / posix-headers / wchar.texi
1 @node wchar.h
2 @section @file{wchar.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html}
5
6 Gnulib module: wchar
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 This header file cannot be included on some platforms:
12 Linux uClibc built without wide character support.
13 @item
14 This header file is not self-contained on some platforms:
15 OSF/1 with Desktop Toolkit C, BSD/OS 4.0.1.
16 @item
17 The type @code{wint_t} and macro @code{WEOF} are missing on some platforms:
18 IRIX 5.3.
19 @item
20 The type @code{wint_t} is incorrect on some platforms:
21 MSVC 9.
22
23 @item
24 Some platforms provide a @code{NULL} macro that cannot be used in arbitrary
25 expressions:
26 NetBSD 5.0
27 @end itemize
28
29 Portability problems not fixed by Gnulib:
30 @itemize
31 @item
32 This header file leads to link errors and endless recursions or endless loops
33 on some platforms:
34 glibc version 2.5 or older, together with gcc version 4.3 or newer and the
35 option @samp{-std=c99} or @samp{-std=gnu99}.
36 @end itemize