资源描述:
《软件著作权源代码.doc》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、#include#include#include#include#include#include#include#include#include#include#include#include#incl
2、ude#include#include#include#include#include#include#defineNS_MAIN1#include#endif#ifdefDLZ#include#endifstatictybs_boolean_twant_stats=T
3、YBS_FALSE;staticcharprogram_name[TYBS_DIR_NAMEMAX]="named";staticcharabsolute_conffile[TYBS_DIR_PATHMAX];staticcharsaved_command_line[512];staticcharversion[512];staticunsignedintmaxsocks=0;voidns_main_earlywarning(constchar*format,...){va_listargs;va_start(args,format);if(ns
4、_g_lctx!=NULL){tybs_log_vwrite(ns_g_lctx,NS_LOGCATEGORY_GENERAL,NS_LOGMODULE_MAIN,TYBS_LOG_WARNING,format,args);}else{fprintf(stderr,"%s:",program_name);vfprintf(stderr,format,args);fprintf(stderr,"");fflush(stderr);}va_end(args);}Voidns_main_earlyfatal(constchar*format,...
5、){va_listargs;va_start(args,format);if(ns_g_lctx!=NULL){tybs_log_vwrite(ns_g_lctx,NS_LOGCATEGORY_GENERAL,NS_LOGMODULE_MAIN,TYBS_LOG_CRITICAL,format,args);tybs_log_write(ns_g_lctx,NS_LOGCATEGORY_GENERAL,NS_LOGMODULE_MAIN,TYBS_LOG_CRITICAL,"exiting(duetoearlyfatalerror)");}else
6、{fprintf(stderr,"%s:",program_name);vfprintf(stderr,format,args);fprintf(stderr,"");fflush(stderr);}va_end(args);exit(1);}staticvoidassertion_failed(constchar*file,intline,tybs_assertiontype_ttype,constchar*cond){if(ns_g_lctx!=NULL){tybs_assertion_setcallback(NULL);tybs_log
7、_write(ns_g_lctx,NS_LOGCATEGORY_GENERAL,NS_LOGMODULE_MAIN,TYBS_LOG_CRITICAL,"%s:%d:%s(%s)failed",file,line,tybs_assertion_typetotext(type),cond);tybs_log_write(ns_g_lctx,NS_LOGCATEGORY_GENERAL,NS_LOGMODULE_MAIN,TYBS_LOG_CRITICAL,"exiting(duetoassertionfailure)");}else{fprintf
8、(stderr,"%s:%d:%s(%s)failed",file,line,tybs_assertion_typetotext(t