home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3028 / config.h next >
Encoding:
C/C++ Source or Header  |  1991-03-09  |  745 b   |  35 lines

  1. /*
  2.  *  Configuration File
  3.  *  Mon Feb 11 15:32:40 1991 -- Scott "TCB" Turner
  4.  *
  5.  *  Various configurable definitions.  SERVER_FILE will probably need to
  6.  *  be changed, the others probably not.
  7.  *
  8.  */
  9.  
  10. /*
  11.  *  Name of server file.  This can be found in the "config.h" file in
  12.  *  the rn distribution (and I would expect in other places as well).
  13.  *
  14.  */
  15. #define SERVER_FILE "/usr/aero/lib/news/server"
  16.  
  17. /*
  18.  *  Name of .newsrc file.  Note the leading slash.
  19.  *
  20.  */
  21. #define NEWSRC "/.newsrc"
  22.  
  23. /*
  24.  *  Success code for NNTP "GROUP" command.  This can be found
  25.  *  in the "nntp.h" file of the NNTP distribution, but shouldn't change.
  26.  *
  27.  */
  28. #define GROUP_SUCCESS 211
  29.  
  30. /*
  31.  *  Default number of articles to save in each newsgroup.
  32.  *
  33.  */
  34. #define SAVE 50
  35.