home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / rn_4_3_blars.lzh / config.h < prev    next >
Text File  |  1991-09-24  |  4KB  |  115 lines

  1. /* config.h
  2.  * This file was produced by running the blarson@usc.edu for os9/68k.
  3.  * (Shell scripts don't run on osk.)
  4.  * Feel free to modify any of this as the need arises.
  5.  */
  6.  
  7. /* name of the site.  May be overridden by gethostname, uname, etc. */
  8. #define SITENAME "blars.UUCP"
  9.  
  10. /* name of the organization, may be a file name */
  11. #define ORGNAME ""
  12.  
  13. /* login name of news administrator, if any. */
  14. #define NEWSADMIN "usenet"
  15.  
  16. /* news library, may use only ~ and %l expansion */
  17. #define LIB "/h0/ulib/news"
  18.  
  19. /* rn private library, may use ~ expansion, %x and %l */
  20. #define RNLIB "/h0/ulib/newsbin/rn"
  21.  
  22. /* location of the news spool directory, may use ~ expansion, %x and %l */
  23. #define SPOOL "/h0/spool/news"
  24.  
  25. /* location of the active file, may use ~ expansion, %x and %l */
  26. #define ACTIVE "/h0/ulib/news/active"
  27.  
  28. /* location of spooled mail */
  29. #define MAILFILE "~/Mail"
  30.  
  31. #define VARYNAME "/r0/rnvary.%$"    /* temp file for backpage.c */
  32. #define RNEWTMP     "/r0/rnew.%$"        /* temp file for addng.c */
  33.  
  34.  
  35. /* default shell--ok to be a slow shell like csh */
  36. #define PREFSHELL "shell"
  37.  
  38. #define SH    "shell"        /* shell for running scripts from */
  39.  
  40. /* default editor */
  41. #define DEFEDITOR "mg"
  42.  
  43. /* root uid */
  44. #define ROOTID 0
  45.  
  46. /* what is the first character of a mailbox? */
  47. #define MBOXCHAR '?'
  48.  
  49. /* how to cancel an article */
  50. #define CANCEL "Pnews -h %h -s"
  51. #define CANCELHEADER "Newsgroups: %n.ctl\nControl: cancel %i\nReferences: %R\nDistribution: %D\nOrganization: %o\n\nThis message was cancelled from within rn.\n"
  52.  
  53. /* distribution groups */
  54. #define LOCDIST "blars"
  55. #define ORGDIST "blars"
  56. #define CITYDIST "la"
  57. #define STATEDIST "ca"
  58. #define CNTRYDIST "us"
  59. #define CONTDIST "na"
  60.  
  61. /* #undef    index strchr    /* cultural */
  62. /* #undef    rindex strrchr    /*  differences? */
  63. /* #undef    void int    /* is void to be avoided? */
  64. /* #$novfork    vfork fork    /* is vfork too virtual? */
  65. /* #$eunice    EUNICE        /* no linking? */
  66. /* #$eunice    VMS        /* not currently used, here just in case */
  67. /* #define    GETCWD        /* do we have getcwd()? */
  68. /* #$usendir    USENDIR        /* include ndir.c? */
  69. /* #$libndir    LIBNDIR        /* include /usr/include/ndir.h? */
  70. #define        DIRTYPE   direct
  71. #ifndef USENDIR
  72. #define        DIRINC      <sys/dir.h>
  73. #endif
  74. #define    MININACT    /* include 2.10.2 optimization? */
  75. /* #$portable    PORTABLE    /* do we do extra lookups to start up? */
  76. /* #$passnam    PASSNAMES    /* do names come from the passwd file? */
  77.                 /*  (undef to take name from ~/.fullname) */
  78. /* #$berknam    BERKNAMES    /* if so, are they Berkeley format? */
  79.                 /* (that is, ":name,stuff:") */
  80. /* #$usgnam    USGNAMES    /* or are they USG format? */
  81.                 /* (that is, ":stuff-name(stuff):") */
  82. /* #$whoami    WHOAMI        /* should we include whoami.h? */
  83. /* #$rdchk        RDCHK        /* do we have rdchk()? */
  84. /* #$termio    TERMIO        /* is this a termio system? */
  85. #define        FCNTL        /* should we include fcntl.h? */
  86. /* #define        IOCTL        /* are ioctl args all defined in one place? */
  87. #define        NORMSIG        /* use signal rather than sigset? */
  88. /* #$sigblock    SIGBLOCK    /* use sigblock and sigsetmask */
  89. #define            SIGRET    int    /* what does signal() return? */
  90. #define        HAVETERMLIB    /* do we have termlib-style routines? */
  91. /* #$getuidgid    GETUIDGID    /* allow setuid (if possible) */
  92. /* #$getpwent    GETPWENT    /* should we include getpwent? */
  93. #define    INTERNET    /* does our mailer do INTERNET addressing? */
  94. #define    GETHOSTNAME    /* do we have a gethostname function? */
  95. /* #$douname    DOUNAME        /* do we have a uname function? */
  96. /* #$phostname    PHOSTNAME "$hostcmd"    /* how to get host name with popen */
  97. #define        NORELAY         /* 2.10.3 doesn't have Relay-Version line */
  98. /* #$isrrn         SERVER          /* rrn server code */
  99. /* #$isrrn SERVER_FILE    "$serverfile" /* */
  100.  
  101. /* more defines needed by C versions of Pnews, newssetup by blarson@usc.edu */
  102.  
  103. #define PAGER        "less"        /* pager */
  104. #define MODFORWARD    "uunet.uu.net"    /* default system for moderated groups */
  105. #define INCOMING    "/h0/spool/news/in.coming"
  106.                     /* directory to store local articles in */
  107. /* distribution prefixes */
  108. #define LOC    "local"
  109. #define ORG    "blars"
  110. #define CITY    "la"
  111. #define STATE    "ca"
  112. #define CNTRY    "us"
  113. #define CONT    "na"
  114. #define WORLD    "world"
  115.