home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / program / c / bts314b4 / config.h < prev    next >
Text File  |  1993-11-13  |  3KB  |  180 lines

  1. /*
  2.  * config.h
  3.  *
  4.  * Enumeration of Binkley Configuration commands
  5.  *
  6.  */
  7.  
  8. enum {
  9.     C_ZERO,
  10.     C_SameRing,
  11.     C_Answerback,
  12.     C_Macro,
  13.     C_Shell,
  14.     C_Dial,
  15.     C_Event,
  16.     C_Zone,
  17.     C_MaxReq,
  18.     C_LogLevel,
  19.     C_Baud,
  20.     C_MaxPort,
  21.     C_Port,
  22.     C_ResetPort,
  23.     C_Carrier,
  24.     C_StatusLog,
  25.     C_Reader,
  26.     C_BossPhone,
  27.     C_BossPwd,
  28.     C_Protocol,
  29.     C_System,
  30.     C_Sysop,
  31.     C_Boss,
  32.     C_Point,
  33.     C_Aka,
  34.     C_Hold,
  35.     C_DownLoads,
  36.     C_NetFile,
  37.     C_FirstInit,
  38.     C_Init,
  39.     C_Reset,
  40.     C_Busy,
  41.     C_Prefix,
  42.     C_NodeList,
  43.     C_Fax,                    /* Programm to call when Fax comes in */
  44.     C_FaxInbound,            /* Where to locate incoming faxes */
  45.     C_AfterFax,                /* Programm to call after a fax was recieved */
  46.     C_FaxConnect,            /* String from modem to recognize Faxconnect */
  47.     C_BTNC,                    /* BTNC format nodelist */
  48.     C_NodeCache,
  49.     C_Avail,
  50.     C_OKFile,
  51.     C_About,
  52.     C_MailNote,
  53.     C_Banner,
  54.     C_UnAttended,
  55.     C_OverWrite,
  56.     C_ReqOnUs,
  57.     C_LockBaud,
  58.     C_TimeOut,
  59.     C_NoSLO,
  60.     C_SlowModem,
  61.     C_SmallWindow,
  62.     C_NoPickup,
  63.     C_NoRequests,
  64.     C_NetMail,
  65.     C_Suffix,
  66.     C_NoFullScreen,
  67.     C_SignalHandler,
  68.     C_AutoBaud,
  69.     C_Gong,
  70.     C_NoCollide,
  71.     C_ExtrnMail,
  72.     C_BBSNote,
  73.     C_BBS,
  74.     C_ScriptPath,
  75.     C_BoxType,
  76.     C_Include,
  77.     C_CaptureFile,
  78.     C_CursorCol,
  79.     C_CursorRow,
  80.     C_DoingMail,
  81.     C_EnterBBS,
  82.     C_PrivateNet,
  83.     C_Packer,
  84.     C_Cleanup,
  85.     C_AfterMail,
  86.     C_Colors,
  87.     C_JanusBaud,
  88.     C_ReqTemplate,
  89.     C_KnownAvail,
  90.     C_KnownReqList,
  91.     C_KnownAbout,
  92.     C_KnownInbound,
  93.     C_KnownReqLim,
  94.     C_KnownReqTpl,
  95.     C_ProtAvail,
  96.     C_ProtReqList,
  97.     C_ProtAbout,
  98.     C_ProtInbound,
  99.     C_ProtReqLim,
  100.     C_ProtReqTpl,
  101.     C_Application,
  102.     C_NoZones,
  103.     C_Answer,
  104.     C_PollTries,
  105.     C_PollDelay,
  106.     C_Address,
  107.     C_Key,
  108.     C_CurMudgeon,
  109.     C_NoWaZOO,
  110.     C_NoEMSI,
  111.     C_NoRequest,
  112.     C_NoJanus,
  113.     C_IOS,
  114.     C_Hold4D,
  115.     C_ScreenBlank,
  116.     C_Mark_Kromm,
  117.     C_Server,
  118.     C_ModemTrans,
  119.     C_PreDial,
  120.     C_PreInit,
  121.     C_DTRHigh,
  122.     C_Debug,
  123.     C_NoZedZap,
  124.     C_NoResync,
  125.     C_NoSEAlink,
  126.     C_FTS_0001,
  127.     C_LineUpdate,
  128.     C_JanusOK,
  129.     C_TermInit,
  130.     C_Domain,
  131.     C_Flags,
  132.     C_TaskNumber,
  133.     C_MaxBytes,
  134.     C_KnownMaxBytes,
  135.     C_ProtMaxBytes,
  136.     C_MaxTime,
  137.     C_KnownMaxTime,
  138.     C_ProtMaxTime,
  139.     C_NoLineA,
  140. #ifdef BIOSDISPLAY
  141.     C_BIOSdisplay,
  142. #endif
  143.     C_UseColors,    
  144.     C_IKBDclock,
  145.     C_NoCTS,
  146.     C_HardCTS,
  147.     C_STlockBaud,
  148.     C_SlowJanus,
  149.     C_Hard38400,
  150.     C_RSVEBoard,
  151.     C_Rbuf,
  152.     C_Tbuf,
  153.     C_TZ,
  154.     C_NiceOutbound,
  155.     C_ReInitTime,
  156.     C_ReadHoldTime,
  157.     C_HoldsOnUs,
  158.     C_SendRSP,
  159.     C_UseCallSlots,            /* CallSlots */
  160.     C_FDBugfix,                /* Take other Code */
  161. #if defined(__PUREC__) || defined(__TURBOC__)
  162.     C_CLIcommand,
  163. #endif    
  164. #if 0
  165.     C_CostLog,
  166.     C_NoWildcards,
  167.     C_SuckerLimit,
  168.     C_HstLs2400c,
  169.     C_CostUnit,
  170. #endif
  171.     C_NLsystem,
  172.     C_Phone,
  173.     C_City,
  174.     C_NLfLags,
  175.     C_NLbaud,
  176.     C_Tranx,
  177.     C_LAST
  178. } CONFIG_VALUES;
  179.  
  180.