home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2176 / marvin.h < prev    next >
Text File  |  1990-12-28  |  528b  |  17 lines

  1. /* Path of marvin, the executable program that complains */
  2.  
  3. #define MARVIN_COMPLAINT_PROGRAM "/usr/local/games/marvin"
  4.  
  5. /*
  6.  * The definition MARVIN_PATH tells the program where to look for
  7.  * all the marvin-related stuff, such as the file containing the
  8.  * number of complaints, as well as the complaints themself.
  9.  *
  10.  * Note: The string defined with MARVIN_PATH absolutely *MUST* have
  11.  * a '/' at the end (before the quotation mark)
  12.  */
  13.  
  14. #define MARVIN_PATH "/usr/local/games/lib/complaints/"
  15.  
  16. #define STANDARD_PROMPT "$p % "
  17.