home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PCBOARD / PCBM102.ZIP / SOURCES.ZIP / PCBMOVE.INI < prev    next >
Text File  |  1994-01-22  |  807b  |  27 lines

  1. /* définition des champs de fichier de config */
  2.  
  3. struct ConfigType Config =
  4. {
  5.         "DirList"               ,
  6.         "MessageBase"           ,
  7.         "UserBase"              ,
  8.         "UserFileNameError"     ,
  9.         "UserAreaError"         ,
  10.         "UserOtherAreaError"    ,
  11.         "UserAreaOriForbid"     ,
  12.         "UserAreaTarForbid"     ,
  13.         "UserNeedForward"       ,
  14.         "ErrorLogFile"          ,
  15.         "UserLogFile"           ,
  16.         "UseLogFile"            ,
  17.         "TempFile1"             ,
  18.         "TempFile2"             ,
  19.         "ToField"               ,
  20.         "NotAreaOri"            ,
  21.         "NotAreaTar"            ,
  22.         "Security"              ,
  23.         "ForwardUser"           ,
  24.         "DebugFlag"             ,
  25.         "Language"
  26. };
  27.