summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/res_config.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-08-29 20:08:19 +0000
committerpeter <peter@FreeBSD.org>1996-08-29 20:08:19 +0000
commit1f1fd8028fddf809ce8077697ffa07cb30a1e5d2 (patch)
tree2cf4d77f1b2f64006b349d61712604ce2acf338e /lib/libc/net/res_config.h
parentd971f8ba30d6c175abff84fb92fc284744fa18ac (diff)
downloadFreeBSD-src-1f1fd8028fddf809ce8077697ffa07cb30a1e5d2.zip
FreeBSD-src-1f1fd8028fddf809ce8077697ffa07cb30a1e5d2.tar.gz
Merge in bind-4.9.4-P1 resolver...
Diffstat (limited to 'lib/libc/net/res_config.h')
-rw-r--r--lib/libc/net/res_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/res_config.h b/lib/libc/net/res_config.h
index 7d55664..83c8d29 100644
--- a/lib/libc/net/res_config.h
+++ b/lib/libc/net/res_config.h
@@ -2,7 +2,7 @@
#undef ALLOW_T_UNSPEC /* enable the "unspec" RR type for old athena */
#define RESOLVSORT /* allow sorting of addresses in gethostbyname */
#define RFC1535 /* comply with RFC1535 (STRONGLY reccomended by vixie)*/
-#undef ALLOW_UPDATES /* destroy your system security */
#undef USELOOPBACK /* res_init() bind to localhost */
#undef SUNSECURITY /* verify gethostbyaddr() calls - WE DONT NEED IT */
-#define MULTI_PTRS_ARE_ALIASES /* fold multiple PTR records into aliases */
+#undef ALLOW_UPDATES /* compile support for update REQUESTS - harmless */
+#define MULTI_PTRS_ARE_ALIASES 1 /* fold multiple PTR records into aliases */
OpenPOWER on IntegriCloud