Deleted Added
full compact
res_config.h (17903) res_config.h (17957)
1#define DEBUG 1 /* enable debugging code (needed for dig) */
2#undef ALLOW_T_UNSPEC /* enable the "unspec" RR type for old athena */
3#define RESOLVSORT /* allow sorting of addresses in gethostbyname */
4#define RFC1535 /* comply with RFC1535 (STRONGLY reccomended by vixie)*/
5#undef USELOOPBACK /* res_init() bind to localhost */
6#undef SUNSECURITY /* verify gethostbyaddr() calls - WE DONT NEED IT */
1#define DEBUG 1 /* enable debugging code (needed for dig) */
2#undef ALLOW_T_UNSPEC /* enable the "unspec" RR type for old athena */
3#define RESOLVSORT /* allow sorting of addresses in gethostbyname */
4#define RFC1535 /* comply with RFC1535 (STRONGLY reccomended by vixie)*/
5#undef USELOOPBACK /* res_init() bind to localhost */
6#undef SUNSECURITY /* verify gethostbyaddr() calls - WE DONT NEED IT */
7#undef ALLOW_UPDATES /* compile support for update REQUESTS - harmless */
7#define ALLOW_UPDATES /* compile recognition for update REQUESTS - harmless */
8#define MULTI_PTRS_ARE_ALIASES 1 /* fold multiple PTR records into aliases */
8#define MULTI_PTRS_ARE_ALIASES 1 /* fold multiple PTR records into aliases */
9#define CHECK_SRVR_ADDR 1 /* confirm that the server requested sent the reply */