1995-08-21 11:16:02 +02:00
|
|
|
#define DEBUG 1 /* enable debugging code (needed for dig) */
|
1995-08-20 22:03:06 +02:00
|
|
|
#undef ALLOW_T_UNSPEC /* enable the "unspec" RR type for old athena */
|
|
|
|
#define RESOLVSORT /* allow sorting of addresses in gethostbyname */
|
1996-01-13 10:03:58 +01:00
|
|
|
#define RFC1535 /* comply with RFC1535 (STRONGLY reccomended by vixie)*/
|
1995-08-20 22:03:06 +02:00
|
|
|
#undef USELOOPBACK /* res_init() bind to localhost */
|
|
|
|
#undef SUNSECURITY /* verify gethostbyaddr() calls - WE DONT NEED IT */
|
1996-08-29 22:08:19 +02:00
|
|
|
#undef ALLOW_UPDATES /* compile support for update REQUESTS - harmless */
|
|
|
|
#define MULTI_PTRS_ARE_ALIASES 1 /* fold multiple PTR records into aliases */
|