summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/res_config.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-08-30 21:13:42 +0000
committerpeter <peter@FreeBSD.org>1996-08-30 21:13:42 +0000
commit2e0e3adbfdd71837c1010680bb5ec5718293f1da (patch)
tree08bf5ceb00b4c60f6272a83f60088a86880c01df /lib/libc/net/res_config.h
parentd3763f134bf95db6d97888eb5b9c85de7bf50cf0 (diff)
downloadFreeBSD-src-2e0e3adbfdd71837c1010680bb5ec5718293f1da.zip
FreeBSD-src-2e0e3adbfdd71837c1010680bb5ec5718293f1da.tar.gz
Sigh, back out the last bright idea I had here about compiling the res_*
routines from contrib/bind directly. There were too many problems, including having to add -DUSE_OPTIONS_H to the entire libc source in order for the contrib code to pick up it's options, and so on. Instead, I've merged the changes, libc is now self contained again.
Diffstat (limited to 'lib/libc/net/res_config.h')
-rw-r--r--lib/libc/net/res_config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/net/res_config.h b/lib/libc/net/res_config.h
index 83c8d29..2c21b13 100644
--- a/lib/libc/net/res_config.h
+++ b/lib/libc/net/res_config.h
@@ -4,5 +4,6 @@
#define RFC1535 /* comply with RFC1535 (STRONGLY reccomended by vixie)*/
#undef USELOOPBACK /* res_init() bind to localhost */
#undef SUNSECURITY /* verify gethostbyaddr() calls - WE DONT NEED IT */
-#undef ALLOW_UPDATES /* compile support for update REQUESTS - harmless */
+#define ALLOW_UPDATES /* compile recognition for update REQUESTS - harmless */
#define MULTI_PTRS_ARE_ALIASES 1 /* fold multiple PTR records into aliases */
+#define CHECK_SRVR_ADDR 1 /* confirm that the server requested sent the reply */
OpenPOWER on IntegriCloud