mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 01:59:38 -04:00
5 lines
283 B
C
5 lines
283 B
C
|
|
#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 */
|