]>
Commit | Line | Data |
---|---|---|
d7ce7006 | 1 | #define DEBUG 1 /* enable debugging code (needed for dig) */\r |
2 | #define RESOLVSORT /* allow sorting of addresses in gethostbyname */\r | |
3 | #define RFC1535 /* comply with RFC1535 (STRONGLY reccomended by vixie)*/\r | |
4 | #undef USELOOPBACK /* res_init() bind to localhost */\r | |
5 | #undef SUNSECURITY /* verify gethostbyaddr() calls - WE DONT NEED IT */\r | |
6 | #define MULTI_PTRS_ARE_ALIASES 1 /* fold multiple PTR records into aliases */\r | |
7 | #define CHECK_SRVR_ADDR 1 /* confirm that the server requested sent the reply */\r | |
8 | #define BIND_UPDATE 1 /* update support */\r |