?? dns.h
字號:
// 神話世界·西游記·版本4.50/* <SecCrypt CPL V3R05> */ /* This network header file contains the macros used by the DNS master * daemons and its auxiliary daemons. */#ifndef __NET__DNS_H#define __NET__DNS_H #ifndef NETWORK_MASTER#include <net/daemons.h>#endif #define AUX_PATH "/adm/daemons/network/services/" #define PING_Q (AUX_PATH+"ping_q")#define PING_A (AUX_PATH+"ping_a")#define MUDLIST_Q (AUX_PATH+"mudlist_q")#define MUDLIST_A (AUX_PATH+"mudlist_a")#define SUPPORT_Q (AUX_PATH+"support_q")#define STARTUP (AUX_PATH+"startup")#define SHUTDOWN (AUX_PATH+"shutdown")#define GFINGER_Q (AUX_PATH+"gfinger_q")#define GTELL (AUX_PATH+"gtell")#define GWIZ (AUX_PATH+"gwizmsg")#define GCHANNEL (AUX_PATH+"gchannel")#define LOCATE_Q (AUX_PATH+"locate_q")#define LOCATE_A (AUX_PATH+"locate_a")#define MAIL_Q (AUX_PATH+"mail_q")#define MAIL_A (AUX_PATH+"mail_a")#define RWHO_Q (AUX_PATH+"rwho_q") /* The currently known types */#define DNS_STARTUP "startup"#define DNS_SHUTDOWN "shutdown"#define DNS_PING_Q "ping_q"#define DNS_PING_A "ping_a"#define DNS_SUPPORT_Q "support_q"#define DNS_SUPPORT_A "support_a"#define DNS_RWHO_Q "rwho_q"#define DNS_RWHO_A "rwho_a"#define DNS_MUDLIST_Q "mudlist_q"#define DNS_MUDLIST_A "mudlist_a"#define DNS_GFINGER_Q "gfinger_q"#define DNS_AFFIRMATION_A "affirmation_a"#define DNS_GFINGER_A "gfinger_a"#define DNS_GWIZMSG "gwizmsg"#define DNS_WARNING "warning"#define DNS_GTELL "gtell"#define DNS_GCHANNEL "gchannel"#define DNS_LOCATE_Q "locate_q"#define DNS_LOCATE_A "locate_a"#define DNS_MAIL_Q "mail_q"#define DNS_MAIL_A "mail_a" /* * This is the number of retrys we ping the mud for before we decide * it has gone down. */#define MAX_RETRYS 3#define DNS_NO_CONTACT "_dns_no_contact" #endif //__NET__DNS_H
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -