home *** CD-ROM | disk | FTP | other *** search
- /*
- * Configuration File
- * Mon Feb 11 15:32:40 1991 -- Scott "TCB" Turner
- *
- * Various configurable definitions. SERVER_FILE will probably need to
- * be changed, the others probably not.
- *
- */
-
- /*
- * Name of server file. This can be found in the "config.h" file in
- * the rn distribution (and I would expect in other places as well).
- *
- */
- #define SERVER_FILE "/usr/aero/lib/news/server"
-
- /*
- * Name of .newsrc file. Note the leading slash.
- *
- */
- #define NEWSRC "/.newsrc"
-
- /*
- * Success code for NNTP "GROUP" command. This can be found
- * in the "nntp.h" file of the NNTP distribution, but shouldn't change.
- *
- */
- #define GROUP_SUCCESS 211
-
- /*
- * Default number of articles to save in each newsgroup.
- *
- */
- #define SAVE 50
-