xref: /dflybsd-src/lib/libc/net/res_config.h (revision 201c8c4447cad562e0a54ebbe0e7ee4e8a0be647)
1 /* $FreeBSD: src/lib/libc/net/res_config.h,v 1.9 2006/03/21 16:11:11 ume Exp $ */
2 
3 #define	DEBUG	1	/* enable debugging code (needed for dig) */
4 #define	RESOLVSORT	/* allow sorting of addresses in gethostbyname */
5 #undef	SUNSECURITY	/* verify gethostbyaddr() calls - WE DONT NEED IT  */
6 #define MULTI_PTRS_ARE_ALIASES 1 /* fold multiple PTR records into aliases */
7