mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 07:09:25 +08:00
10 lines
375 B
C
10 lines
375 B
C
/* $FreeBSD$ */
|
|
|
|
#define DEBUG 1 /* enable debugging code (needed for dig) */
|
|
#define RESOLVSORT /* allow sorting of addresses in gethostbyname */
|
|
#undef SUNSECURITY /* verify gethostbyaddr() calls - WE DONT NEED IT */
|
|
#define MULTI_PTRS_ARE_ALIASES 1 /* fold multiple PTR records into aliases */
|
|
#ifdef __rtems__
|
|
#define dprintf gethostbydns_dprintf
|
|
#endif /* __rtems__ */
|