Bump to 1.14.1
[platform/upstream/augeas.git] / doc / glibc-headers / resolv.texi
1 @node resolv.h
2 @section @file{resolv.h}
3
4 Defines the types @code{res_sendhookact}, @code{res_send_qhook},
5 @code{res_send_rhook}, @code{res_state}, @code{struct res_sym} and the
6 macros @code{_PATH_RESCONF}, @code{RES_*}, and declares the functions
7 @code{fp_nquery}, @code{fp_query},
8 @code{hostalias},
9 @code{p_query},
10 @code{res_close}, @code{res_init}, @code{res_isourserver},
11 @code{res_mkquery}, @code{res_query}, @code{res_querydomain},
12 @code{res_search}, @code{res_send}.
13
14 Documentation:
15 @itemize
16 @item
17 @uref{http://www.kernel.org/doc/man-pages/online/pages/man3/res_init.3.html,,man res_init}.
18 @end itemize
19
20 Gnulib module: ---
21
22 Portability problems fixed by Gnulib:
23 @itemize
24 @end itemize
25
26 Portability problems not fixed by Gnulib:
27 @itemize
28 @item
29 This header file is missing on some platforms:
30 Cygwin, mingw, MSVC 9, Interix 3.5, BeOS.
31 @item
32 The functions are missing on some platforms:
33 HP-UX 11.
34 @end itemize