txte.h
上传用户:shbosideng
上传日期:2013-05-04
资源大小:1555k
文件大小:1k
源码类别:

SNMP编程

开发平台:

C/C++

  1. #ifndef _TXT_H_
  2. #define _TXT_H_
  3. char* etxt[]={
  4.     "by",
  5.     "needed",
  6.     "optionally",
  7.     "configuration file"
  8.     };
  9. char* btxt[]={
  10.     "Traffic analyses",
  11.     "Traffic analysis for",
  12.     ".gifs for hosts in the .cfg file"
  13.     };
  14. char* err[]={
  15.     "aERROR: openning file %sn",
  16.     "aERROR: index file %s has length 0 and I erase itn",
  17.     "aERROR: was not defined a mrtg.cfg filen",
  18.     "aERROR: port %s missing from %s/%sn",
  19.     "aERROR: port %s missing from %sn",
  20.     "aERROR: configuration file %s is missingn",
  21.     "aERROR: host %s redefinedn",
  22.     "aERROR: alias %s redefinedn",
  23.     "aERROR: alias %s not precedently definedn",
  24.     "aERROR: host %s not precedently definedn",
  25.     "aERROR: I can't switch in directory %sn", //10
  26.     "aERROR: argument for CHECK4ALIAS was %s",
  27.     "aERROR: argument for CHNGTRGNAME was %s"
  28.     };
  29.     
  30. #endif
  31.