
/*
 *  CONFIG.H
 *
 *  OBSOLETE, DO NOT USE
 */

char *FindConfig(char *);
char *GetConfig(char *, char *);

#define USERNAME	"UserName"
#define NODENAME	"NodeName"
#define REALNAME	"RealName"
#define DEBUGNAME	"Debug"
#define NEWSFEED	"NewsFeed"
#define ORGANIZATION	"Organization"
#define FILTER		"Filter"        /*  can be run in the foregnd    */
#define RFILTER 	"RFilter"       /*  can be run in the background */
#define EDITOR		"MailEditor"
#define HOME		"Home"

/*
 *
 * This idea (and base) for this code was written by Fred Cassirer 10/9/88
 * as a Config file for News programs, to whom I say Thanx!
 *
 * It has since been expanded to include all the directory paths and some
 * command/filenames. This is to eliminate the forced use of hardcoding in
 * the executables.
 *
 * Simply change any of these you may need to, and recompile as needed.
 *
 * Sneakers 11/21/88
 *
 */

#define MAXGROUPS 1024	/* Maximum # of subscribed newsgroups */
#define MAXFILES  300	/* Max # of files in any news or spool directory */

#define NEWSGROUPS "uulib:NewsGroups/" /* List of subscribed newsgroups */
#define SAVEDIR    "uunews:Save/"      /* Place to save interesting article */
#define NEWSDIR    "uunews:"           /* Directory to deposit the news */

#define ERRORFILE  "uuspool:error.log"    /* File to hold any errors      */

#ifdef NOTDEF

#define CRONTAB    "uulib:CronTab"        /* Actual crontab file location */
#define CRONERR    "uuspool:CronErro"     /* Location of cron error file  */

#define CONFILE    "uulib:Config"         /* Location of the config file  */

#endif

/* #include <proto/all.h> */

