1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00

Define and implement RES_USE_DNSSEC option in resolver.

This commit is contained in:
Adam Tkac
2009-07-27 07:33:48 -07:00
committed by Ulrich Drepper
parent 09cd1f5754
commit 2d0671cbbd
5 changed files with 26 additions and 5 deletions

View File

@@ -218,6 +218,7 @@ struct res_sym {
#define RES_SNGLKUP 0x00200000 /* one outstanding request at a time */
#define RES_SNGLKUPREOP 0x00400000 /* -"-, but open new socket for each
request */
#define RES_USE_DNSSEC 0x00800000 /* use DNSSEC using OK bit in OPT */
#define RES_DEFAULT (RES_RECURSE|RES_DEFNAMES|RES_DNSRCH|RES_NOIP6DOTINT)