home *** CD-ROM | disk | FTP | other *** search
- /***************************************
- * Multitalk.h - Albert Viall
- * (C) 1989
- * Global macros for certain file accesses
- * This file may be changed to reflect any location changes for
- * any/or all files associated with Multitalk.
- **************************************/
-
- #define LGNFILE "/u1/prg/al/C/TALK/loginfile" /* login records file */
- #define PATH "/u1/prg/al/C/TALK/" /* Path for CommFiles */
- #define GAME "/u1/prg/al/C/TALK/multitalk" /* actual game */
- #define NEWS "/u1/prg/al/C/TALK/news.txt" /* news file, if any */
- #define CMDS "/u1/prg/al/C/TALK/cmds.txt" /* list of commands */
- #define DAYFILE "/u1/prg/al/C/TALK/.dayfile" /* daily logon report */
- #define LOCKFIL "/u1/prg/al/C/TALK/.tasklock" /* is TASK Locked */
- #define PRGFILE "/u1/prg/al/C/TALK/.purgefile" /* Purged user file */
- #define HEADMOO "al" /* This is defined as the Caretaker */
- #define MAXUSERS 10 /* Please keep this reasonable, it should never be
- * raised to more than 20, unless you KNOW that your
- * system can hadle it.
- */
-
-