home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume10 / multitalk / multitalk.h < prev    next >
Text File  |  1990-02-13  |  1KB  |  23 lines

  1. /***************************************
  2.  * Multitalk.h -  Albert Viall
  3.  * (C) 1989
  4.  * Global macros for certain file accesses
  5.  *  This file may be changed to reflect any location changes for
  6.  *  any/or all files associated with Multitalk.
  7.  **************************************/
  8.  
  9. #define LGNFILE  "/u1/prg/al/C/TALK/loginfile"  /* login records file */
  10. #define PATH     "/u1/prg/al/C/TALK/" /* Path for CommFiles */
  11. #define GAME     "/u1/prg/al/C/TALK/multitalk"  /* actual game  */ 
  12. #define NEWS     "/u1/prg/al/C/TALK/news.txt"   /* news file, if any */ 
  13. #define CMDS     "/u1/prg/al/C/TALK/cmds.txt"   /* list of commands */  
  14. #define DAYFILE  "/u1/prg/al/C/TALK/.dayfile"    /* daily logon report */ 
  15. #define LOCKFIL  "/u1/prg/al/C/TALK/.tasklock"  /* is TASK Locked     */
  16. #define PRGFILE  "/u1/prg/al/C/TALK/.purgefile" /* Purged user file   */
  17. #define HEADMOO  "al" /* This is defined as the Caretaker */
  18. #define MAXUSERS 10 /* Please keep this reasonable, it should never be   
  19.              * raised to more than 20, unless you KNOW that your
  20.              * system can hadle it.
  21.              */
  22.  
  23.