xref: /freebsd/lib/libc/net/res_config.h (revision 4faad310d32e8bc634c1ffd58dc8d47f96d19576)
1 #define	DEBUG	1	/* enable debugging code (needed for dig) */
2 #undef	ALLOW_T_UNSPEC	/* enable the "unspec" RR type for old athena */
3 #define	RESOLVSORT	/* allow sorting of addresses in gethostbyname */
4 #define	RFC1535		/* comply with RFC1535 (STRONGLY reccomended by vixie)*/
5 #undef	ALLOW_UPDATES	/* destroy your system security */
6 #undef	USELOOPBACK	/* res_init() bind to localhost */
7 #undef	SUNSECURITY	/* verify gethostbyaddr() calls - WE DONT NEED IT  */
8 #define MULTI_PTRS_ARE_ALIASES	/* fold multiple PTR records into aliases */
9