/
dirt31/
dirt31/bin/
#define DATA_DIR        "../data/"      /* Directory where the files are */
#define BAN_CHARS	"banned_chars"	/* List of banned characters */
#define ILLEGAL_FILE    "illegal"       /* Illegal character names */
#define BAN_ACCTS	"banned_accts"	/* List of banned accounts */
#define BAN_HOSTS	"banned_hosts"	/* List of banned hosts */
#define BOOTSTRAP	"bootstrap"	/* Points to text files */
#define CREDITS		"credits"	/* Author credits */
#define EXTERNS		"actions"	/* Hug, kiss, tickle, ... */
#define OBJECTS		"objects"	/* Object names and desc. */
#define GWIZ		"wiz.txt"	/* "Welcome to Wizard" msg. */
#define FULLHELP	"fullhelp"	/* Detailed command desc. */
#define HELP1		"help1"         /* Commands for mortals  */
#define HELP2		"help2"         /* Cmds. for Wizards      */
#define HELP3		"help3"         /* the same for Arch-Wizards*/
#define HELP4		"help4"         /* -and for Gods.      */
#define COUPLES		"couples"	/* Who's been married? */
#define INFO		"info"		/* Brief information on game */
#define BULLETIN1	"bulletin1"	/* Bulletin for mortals */
#define BULLETIN2	"bulletin2"	/* Bulletin for Wizards */
#define BULLETIN3	"bulletin3"	/* Bulletin for Arch-Wizards */
#define SETIN_FILE	"setins"	/* Player's travel messages */
#define LOG_FILE	"syslog"        /* The system's log-file */
#define MOTD		"motd"		/* Message of the day */
#define NOLOGIN		"nologin"	/* If exists, no logins */
#define DESC_DIR	"DESC"		/* Character descriptions */
#define MAIL_DIR	"MAIL"		/* Directory to keep mail */
#define UAF_RAND	"uaf_rand"      /* Holds score/privs et.c */
#define PRIVED_FILE     "prived"        /* Priveliged players (gods)*/
#define MONITOR_FILE    "monitor"       /* Players to monitor */
#define PID_FILE        "pid"           /* to tell other muds we're running */
#define WIZ_ZONES       "WIZ_ZONES"     /* wizard's personal creations */
#define ID_COUNTER      WIZ_ZONES"/ID_COUNTER"