|
|
1.1 ! root 1: /* ! 2: * Storage (somewhat) used by checknews ! 3: */ ! 4: ! 5: #include "iparams.h" ! 6: ! 7: ! 8: char SPOOL[BUFLEN]; /* spool directory */ ! 9: char LIB[BUFLEN]; /* library directory */ ! 10: char INFILE[BUFLEN]; /* template for temp of stdin */ ! 11: char LOCKFILE[BUFLEN]; /* system lock file */ ! 12: char SEQFILE[BUFLEN]; /* system sequence no. file */ ! 13: char ACTIVE[BUFLEN]; /* active newsgroups file */ ! 14: char NGFILE[BUFLEN]; /* legal newsgroups file */ ! 15: char SUBFILE[BUFLEN]; /* system subscriptions */ ! 16: char ARTFILE[BUFLEN]; /* all articles seen */ ! 17: char ARTICLE[BUFLEN]; /* temporary article */ ! 18: char STASH[BUFLEN]; /* dir for un-recognized articles */ ! 19: char logfname[BUFLEN]; /* the log file */ ! 20: int ROOTID; /* special users id # */ ! 21: #ifdef NOTIFY ! 22: char TELLFILE[BUFLEN]; /* notify the user in this file */ ! 23: char TELLME[BUFLEN]; /* the user to tell */ ! 24: #endif NOTIFY
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.