diff options
Diffstat (limited to 'lib/libc/net/res_config.h')
-rw-r--r-- | lib/libc/net/res_config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/libc/net/res_config.h b/lib/libc/net/res_config.h deleted file mode 100644 index f29246a..0000000 --- a/lib/libc/net/res_config.h +++ /dev/null @@ -1,8 +0,0 @@ -#define DEBUG 1 /* 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 */ -#define RFC1535 /* comply with RFC1535 (STRONGLY reccomended by vixie)*/ -#undef USELOOPBACK /* res_init() bind to localhost */ -#undef SUNSECURITY /* verify gethostbyaddr() calls - WE DONT NEED IT */ -#define MULTI_PTRS_ARE_ALIASES 1 /* fold multiple PTR records into aliases */ -#define CHECK_SRVR_ADDR 1 /* confirm that the server requested sent the reply */ |