diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-10-07 17:41:45 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-10-07 17:41:45 +0200 |
commit | bfbd1de1590ae3f1a098d0166631d027f33565e9 (patch) | |
tree | 5248e1b989e6f580f3e3b45a3ee9a408aa14337d /resolv/res_init.c | |
parent | 314ba75e4a26f7147c757a10b07a62ff113409aa (diff) | |
download | glibc-bfbd1de1590ae3f1a098d0166631d027f33565e9.tar glibc-bfbd1de1590ae3f1a098d0166631d027f33565e9.tar.gz glibc-bfbd1de1590ae3f1a098d0166631d027f33565e9.tar.bz2 glibc-bfbd1de1590ae3f1a098d0166631d027f33565e9.zip |
resolv: Deprecate unimplemented flags
RES_AAONLY, RES_PRIMARY, RES_NOCHECKNAME, RES_KEEPTSIG result
in compile-time warnings. Some of these flags are still used in
applications.
Diffstat (limited to 'resolv/res_init.c')
-rw-r--r-- | resolv/res_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resolv/res_init.c b/resolv/res_init.c index 0a01fd56db..1cfa4e6da9 100644 --- a/resolv/res_init.c +++ b/resolv/res_init.c @@ -442,7 +442,6 @@ res_setoptions(res_state statp, const char *options, const char *source) { { STRnLEN ("no-ip6-dotint"), 0, RES_NOIP6DOTINT }, { STRnLEN ("ip6-dotint"), 1, ~RES_NOIP6DOTINT }, { STRnLEN ("rotate"), 0, RES_ROTATE }, - { STRnLEN ("no-check-names"), 0, RES_NOCHECKNAME }, { STRnLEN ("edns0"), 0, RES_USE_EDNS0 }, { STRnLEN ("single-request-reopen"), 0, RES_SNGLKUPREOP }, { STRnLEN ("single-request"), 0, RES_SNGLKUP }, |