* This file was produced by running the blarson@usc.edu for os9/68k.
* (Shell scripts don't run on osk.)
* Feel free to modify any of this as the need arises.
*/
/* name of the site. May be overridden by gethostname, uname, etc. */
#define SITENAME "blars.UUCP"
/* name of the organization, may be a file name */
#define ORGNAME ""
/* login name of news administrator, if any. */
#define NEWSADMIN "usenet"
/* news library, may use only ~ and %l expansion */
#define LIB "/h0/ulib/news"
/* rn private library, may use ~ expansion, %x and %l */
#define RNLIB "/h0/ulib/newsbin/rn"
/* location of the news spool directory, may use ~ expansion, %x and %l */
#define SPOOL "/h0/spool/news"
/* location of the active file, may use ~ expansion, %x and %l */
#define ACTIVE "/h0/ulib/news/active"
/* location of spooled mail */
#define MAILFILE "~/Mail"
#define VARYNAME "/r0/rnvary.%$" /* temp file for backpage.c */
#define RNEWTMP "/r0/rnew.%$" /* temp file for addng.c */
/* default shell--ok to be a slow shell like csh */
#define PREFSHELL "shell"
#define SH "shell" /* shell for running scripts from */
/* default editor */
#define DEFEDITOR "mg"
/* root uid */
#define ROOTID 0
/* what is the first character of a mailbox? */
#define MBOXCHAR '?'
/* how to cancel an article */
#define CANCEL "Pnews -h %h -s"
#define CANCELHEADER "Newsgroups: %n.ctl\nControl: cancel %i\nReferences: %R\nDistribution: %D\nOrganization: %o\n\nThis message was cancelled from within rn.\n"
/* distribution groups */
#define LOCDIST "blars"
#define ORGDIST "blars"
#define CITYDIST "la"
#define STATEDIST "ca"
#define CNTRYDIST "us"
#define CONTDIST "na"
/* #undef index strchr /* cultural */
/* #undef rindex strrchr /* differences? */
/* #undef void int /* is void to be avoided? */
/* #$novfork vfork fork /* is vfork too virtual? */
/* #$eunice EUNICE /* no linking? */
/* #$eunice VMS /* not currently used, here just in case */
/* #define GETCWD /* do we have getcwd()? */
/* #$usendir USENDIR /* include ndir.c? */
/* #$libndir LIBNDIR /* include /usr/include/ndir.h? */
#define DIRTYPE direct
#ifndef USENDIR
#define DIRINC <sys/dir.h>
#endif
#define MININACT /* include 2.10.2 optimization? */
/* #$portable PORTABLE /* do we do extra lookups to start up? */
/* #$passnam PASSNAMES /* do names come from the passwd file? */
/* (undef to take name from ~/.fullname) */
/* #$berknam BERKNAMES /* if so, are they Berkeley format? */
/* (that is, ":name,stuff:") */
/* #$usgnam USGNAMES /* or are they USG format? */
/* (that is, ":stuff-name(stuff):") */
/* #$whoami WHOAMI /* should we include whoami.h? */
/* #$rdchk RDCHK /* do we have rdchk()? */
/* #$termio TERMIO /* is this a termio system? */
#define FCNTL /* should we include fcntl.h? */
/* #define IOCTL /* are ioctl args all defined in one place? */
#define NORMSIG /* use signal rather than sigset? */
/* #$sigblock SIGBLOCK /* use sigblock and sigsetmask */
#define SIGRET int /* what does signal() return? */
#define HAVETERMLIB /* do we have termlib-style routines? */