diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-01-16 13:58:54 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-01-16 13:58:54 +0100 |
commit | 7059926a34cfb090a3c36ca032342fd830c2d5a6 (patch) | |
tree | 8c2c6f0b9bbb5503f5775c033ae058fdd29df5db /extra | |
parent | 8d31a6e50db423b89082b64a3250eec1b94a7456 (diff) |
config: improve help of UCLIBC_HAS_RESOLVER_SUPPORT
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 2e3f932ed..344409f6a 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1342,6 +1342,12 @@ config UCLIBC_HAS_RESOLVER_SUPPORT In particular, the following functions will be added to the library: + ns_skiprr, ns_initparse, ns_parserr, ns_msg_getflag, + res_mkquery, res_init, res_ninit, res_close, res_nclose + res_query, res_search, res_querydomain, + dn_expand, dn_comp, + ns_name_uncompress, ns_name_ntop, ns_name_pton, ns_name_unpack, + ns_name_pack, ns_name_compress, ns_name_skip, dn_skipname, ns_get16, ns_get32, ns_put16, ns_put32 config UCLIBC_HAS_LIBRESOLV_STUB |