/*
* runtime_config.h
*
* Copy this file to your mudlib include dir for use with the
* get_config() efun.
*
* See Config.Example describing most of these settings. Some are actually
* in options.h, but the mudlib doesn't have to know...
*
* Note for backwards compatibility:
*
* get_config(__MUD_NAME__) == MUD_NAME
* get_config(__MUD_PORT__) == __PORT__
*/
#ifndef RUNTIME_CONFIG_H
#define RUNTIME_CONFIG_H
#define BASE_CONFIG_STR 0
#define CFG_STR(x) ((x) + BASE_CONFIG_STR)
/*
* These config settings return a string
*/