intprops: new macro INT_PROMOTE
[gnulib.git] / doc / posix-headers / netdb.texi
blobaaaf05b23fc4b9f6ab5cf1334fc45a31e7422f79
1 @node netdb.h
2 @section @file{netdb.h}
4 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/netdb.h.html}
6 Gnulib module: netdb-h
7 @mindex netdb-h
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This header file is missing on some platforms:
13 mingw, MSVC 14.
15 @item
16 This header file is incomplete on some platforms:
17 Cygwin 1.5.x, Haiku.
19 @item
20 This header file does not define @code{AI_ALL}, @code{AI_V4MAPPED}
21 on some platforms:
22 NetBSD 10.0.
24 @item
25 This header file does not define @code{AI_ADDRCONFIG} on some platforms:
26 NetBSD 5.0.
28 @item
29 @c Defined in RFC 2553.
30 This header file incorrectly defines @code{NI_MAXHOST} on some platforms:
31 musl libc 1.2.4, OpenBSD 7.5.
32 @end itemize
34 Portability problems not fixed by Gnulib:
35 @itemize
36 @end itemize