home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / mnews.t.Z / mnews.t / config.h next >
Text File  |  1990-04-17  |  2KB  |  74 lines

  1. /*
  2.  *    If you are running OSK V2.3 you should define this
  3.  */
  4. /* # define    OSK2_3                /* */
  5.  
  6. /*
  7.  *    This is the default command to forward News to
  8.  *    another system. The News Articles will be written
  9.  *    on stdin of this program. If there is a `%s' in,
  10.  *    this will be replaced by the destination system name
  11.  *    (via sprintf)
  12.  */
  13. # define    MNEWS_UUX        "uux -r - '%s!rnews'"        /* */
  14. /* # define    MNEWS_UUX        "uux -r -gS - '%s!rnews'"    /* */
  15.  
  16. /*
  17.  *    This directory contains the list of filenames of new
  18.  *    articles (of ...) to be send to a remote system
  19.  */
  20. # define    MNEWS_BATCHDIR        "/h0/SPOOL/BATCH"
  21.  
  22. /*
  23.  *    This is the `root' directory of the news hirarchy
  24.  */
  25. # define    MNEWS_NEWSDIR        "/h0/SPOOL/NEWS"
  26.  
  27. /*
  28.  *    If rnews has problems when feeding an article to inews, it moves
  29.  *    this article to a special directory; this is the path of this
  30.  *    directory
  31.  */
  32. # define    MNEWS_RNEWS_SPOOLDIR    "/h0/SPOOL/RNEWS"
  33.  
  34. /*
  35.  *    This is the full pathname of the logfile for rnews. It will
  36.  *    only be written, if it already exists. To use it, touch this
  37.  *    file
  38.  */
  39. # define    MNEWS_RNEWS_LOGFILE    "/h0/SPOOL/UUCP/.LOG/rnews.log"
  40.  
  41. /*
  42.  *    in this directory are all config file for the news package
  43.  *    (Active, Sys, etc.)
  44.  */
  45. # define    MNEWS_NEWSLIB        "/h0/USR/LIB/NEWS"
  46.  
  47. /*
  48.  *    If you want to include your host including your
  49.  *    hostdomain you should define this. Be sure that
  50.  *    your newsfeed uses also your full domain! Not
  51.  *    to be used when using UUCP as the transport mechanism
  52.  */
  53. /* # define    USE_FULLHOST            /* */
  54.  
  55. /*
  56.  *    If you don't allow dots in the distribution field then
  57.  *    use this define (I received articles with the whole
  58.  *    group as distribution, this makes no sense...)
  59.  */
  60. # define    NO_DOT_IN_DIST            /* */
  61.  
  62. /*
  63.  *    Headerlines may be split off to several lines,
  64.  *    started with a whitespace. If you prefer to concat
  65.  *    them to one line you should define this
  66.  */
  67. /* # define    CAT_LINES            /* */
  68.  
  69. /*
  70.  *    If you want to have the group `control' in the sys entry
  71.  *    for each system (as a default value), then define this
  72.  */
  73. /* # define    DEFAULT_CTRL            /* */
  74.