summaryrefslogtreecommitdiffstats
path: root/freebsd/lib/libc/net/res_config.h
blob: c730aad340c9dafc58c449e957ef2ba52010ff2a (plain) (blame)
1
2
3
4
5
6
7
8
9
/* $FreeBSD$ */

#define	DEBUG	1	/* enable debugging code (needed for dig) */
#define	RESOLVSORT	/* allow sorting of addresses in gethostbyname */
#undef	SUNSECURITY	/* verify gethostbyaddr() calls - WE DON'T NEED IT  */
#define MULTI_PTRS_ARE_ALIASES 1 /* fold multiple PTR records into aliases */
#ifdef __rtems__
#define dprintf gethostbydns_dprintf
#endif /* __rtems__ */