xref: /freebsd/lib/libc/net/res_config.h (revision 264104f26834fdb27974e0c5fdedf8f2f5a90383)
1 /* $FreeBSD$ */
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 DON'T NEED IT  */
6 #define MULTI_PTRS_ARE_ALIASES 1 /* fold multiple PTR records into aliases */
7