diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-06-10 20:25:24 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-06-10 20:25:24 +0000 |
| commit | ce6282db3bc7b3deae846fd0757214c3814d3041 (patch) | |
| tree | 262ae419994b75015819bd1f21a102e4d30832d2 /lib/libc/net/res_debug.c | |
| parent | 4fd6d738cbd07b99a7e44d839aee592c9beea91f (diff) | |
Notes
Diffstat (limited to 'lib/libc/net/res_debug.c')
| -rw-r--r-- | lib/libc/net/res_debug.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/net/res_debug.c b/lib/libc/net/res_debug.c index 16033f202ce0..b6ed1f539668 100644 --- a/lib/libc/net/res_debug.c +++ b/lib/libc/net/res_debug.c @@ -519,6 +519,10 @@ p_option(u_long option) { case RES_DNSRCH: return "dnsrch"; case RES_INSECURE1: return "insecure1"; case RES_INSECURE2: return "insecure2"; + case RES_NOALIASES: return "noaliases"; + case RES_USE_INET6: return "inet6"; + case RES_NOTLDQUERY: return "no-tld-query"; + case RES_USE_EDNS0: return "edns0"; default: sprintf(nbuf, "?0x%lx?", (u_long)option); return (nbuf); } |
