/
lib/banish/
lib/d/
lib/doc/
lib/doc/domains/
lib/doc/efun/
lib/doc/examples/
lib/doc/examples/armour/
lib/doc/examples/contain/
lib/doc/examples/food/
lib/doc/examples/magic/
lib/doc/examples/monster/
lib/doc/examples/room/
lib/doc/examples/weapons/
lib/include/
lib/include/fn_specs/
lib/include/skills/
lib/info/
lib/inherit/base/
lib/log/
lib/manuals/312/
lib/news/
lib/obj/party/
lib/objects/components/
lib/open/
lib/open/library/
lib/open/party/
lib/players/
lib/players/zilanthius/
lib/room/
lib/room/city/arena/
lib/room/city/creator/
lib/room/city/garden/monst/
lib/room/city/obj/
lib/room/city/shop/
lib/room/death/
lib/room/registry/
lib/secure/
lib/secure/UDP_CMD_DIR/
lib/skills/
lib/skills/fighter/
lib/skills/thief/
lib/usr/
lib/usr/creators/
lib/usr/players/
#ifndef MASTER_CFG
#define MASTER_CFG

/* these are unique master files */

#define MASTER_FILES ({ MASTER, SIMUL_EFUN, SPARE_SIMUL_EFUN_FILE, })




#if defined(AMYLAAR) || defined(MUDOS_DR)

/*
 * Do we log heart beat errors into a specific file
 */

#define LOG_HB_ERROR "/log/HB_ERRORS"


/* These files are open to all players/wizards (amylaar/mudos) */

#define OPEN_FILES ({ "/log/HB_ERRORS", "/log/log", "/lpmud.log",\
 DEBUG_LOG, "/log/SHOUTS", })


/* Define PARANOIA to fully restrict file writes to objects that return 1
 * on a valid_player_call(object) call. save_object() will only save
 * to the creator's directories, non-creator files can only save to
 * /ob_saves, only valid_player_call(object) can save to /usr
 * only MAILER can save to /room/post, only GUILD and
 * valid_player_call(object) can save to /banish
 *
 */

#define PARANOIA  /* not really necessary */
#undef PARANOIA

/* Minimum Security to edit master objects */

#define MASTER_SECURITY SEC8


/*  master object directory - all objects in this directory are
 *  master objects ie they return 1 on valid_master_call(object)
 *  and valid_player_call(object)
 *
 *  Note: /include directory is counted as a master directory as
 *  master objects include these files.  However, it is illegal to
 *  load objects in this directory.
 */

#define MASTER_DIR ({ "/include/%s", "/players/zilanthius/private/%s", })


/* Error message Name */
#define ADMIN_NAME "Zilanthius"

#endif /* AMYLAAR - MUDOS_DR */

#endif /* MASTER_CFG */