bbe6ab4160
Note that this was done by selective patching from diffs, to not conflict with the 4.4bsd base code.. This was *not* a trivial task.. I have been testing this code (apart from cosmetic changes) in my libc for a while now. Obtained from: Paul Vixie <paul@vix.com>
8 lines
425 B
C
8 lines
425 B
C
#define DEBUG /* enable debugging code (needed for dig) */
|
|
#undef ALLOW_T_UNSPEC /* enable the "unspec" RR type for old athena */
|
|
#define RESOLVSORT /* allow sorting of addresses in gethostbyname */
|
|
#undef RFC1535 /* comply with RFC1535 */
|
|
#undef ALLOW_UPDATES /* destroy your system security */
|
|
#undef USELOOPBACK /* res_init() bind to localhost */
|
|
#undef SUNSECURITY /* verify gethostbyaddr() calls - WE DONT NEED IT */
|