res_config.h
来自「基于组件方式开发操作系统的OSKIT源代码」· C头文件 代码 · 共 10 行
H
10 行
#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 ALLOW_UPDATES /* compile recognition for update REQUESTS - harmless */#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 */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?