#ifndef MASTER_CFG #define MASTER_CFG /* * Do we log heart beat errors into a specific file */ #define LOG_HB_ERROR "/log/HB_ERRORS" /* * Runtime Error message Name */ #define ADMIN_NAME "Angel" /* * Legal Shadow Directory */ #define SHADOW_DIR "/obj/shadows/%s" /* * Force usuage of debug object */ /* #define USE_DEBUG /* An interactive object with lower security */ /* * Templates for create_wizard() */ #define INIT_ACCESS "/secure/access.ini" #define INIT_WORKROOM "/secure/workroom.ini" #define DOMAIN_ACCESS "/secure/access.dom" #define PLAYER_DOMAIN_ACCESS "/secure/p_access.dom" /* * Preload file for Amylaar 3.2.1 */ #define INIT_FILE "/room/init_file" #endif /* MASTER_CFG */