intprops: new macro INT_PROMOTE
[gnulib.git] / doc / posix-headers / langinfo.texi
bloba0f8fcf5934684154894c00218db5747a66d93de
1 @node langinfo.h
2 @section @file{langinfo.h}
4 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/langinfo.h.html}
6 Gnulib module: langinfo-h
7 @mindex langinfo-h
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This header file is missing on some platforms:
13 Minix 3.1.8, mingw, MSVC 14.
14 @item
15 The constant @code{CODESET} is not defined on some platforms:
16 OpenBSD 3.8.
17 @item
18 The constants @code{ALTMON_1} to @code{ALTMON_12} are not defined on some
19 platforms:
20 glibc 2.26, musl libc, macOS 11.1, NetBSD 8.0, OpenBSD 7.5, AIX 7.2, HP-UX 11.31, Solaris 11.4, Haiku, Cygwin 2.9.
21 @item
22 The constants @code{ERA}, @code{ERA_D_FMT}, @code{ERA_D_T_FMT},
23 @code{ERA_T_FMT}, @code{ALT_DIGITS} are not defined on some platforms:
24 OpenBSD 7.5.
25 @end itemize
27 Portability problems not fixed by Gnulib:
28 @itemize
29 @end itemize