#ifndef __CONFIG_H #define __CONFIG_H #define __nightmare__ 3.3 #define __foundation__ 1 #define MUDLIB "Foundation" #define MUDLIB_VERSION "I" #define DEFAULT_PROMPT "> " #define MUD_IS_LOCKED 0 #define GMT_OFFSET -32000 #define MAX_LOG_SIZE 150000 #define MAX_NET_DEAD_TIME 1800 #define LOGON_TIMEOUT 180 #define MAX_PASSWORD_TRIES 3 #define MIN_USER_NAME_LENGTH 2 #define MAX_USER_NAME_LENGTH 15 #define MAX_USER_CAP_NAME_LENGTH 20 #define LOCKED_ACCESS_ALLOWED ({ "SUPERUSER" }) #define SUPPORTED_CLIENTS ({ "amcp", "amcp/1.1" }) #define MAX_NEWBIE_LEVEL 5 #define AUTOSAVE_TIME 450 #define MORTAL_POSITIONS ({ "player" }) #endif /* __CONFIG_H */