NEWS.stable: log cherry-pick [e446f25]->[c092018] relocatable-shell: Update suggested...
[gnulib.git] / doc / posix-headers / netdb.texi
1 @node netdb.h
2 @section @file{netdb.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/netdb.h.html}
5
6 Gnulib module: netdb
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 This header file is missing on some platforms:
12 mingw, MSVC 9, BeOS.
13
14 @item
15 This header file is incomplete on some platforms:
16 Cygwin 1.5.x, Haiku.
17
18 @item
19 This header file does not define the type @code{socklen_t} on some platforms:
20 HP-UX 10.20, IRIX 6.5, OSF/1 4.0, Interix 3.5, BeOS.
21
22 @item
23 This header file does not define @code{AI_ALL}, @code{AI_V4MAPPED},
24 @code{AI_ADDRCONFIG} on some platforms:
25 NetBSD 5.0.
26 @end itemize
27
28 Portability problems not fixed by Gnulib:
29 @itemize
30 @end itemize