#ifndef __MUDLIB__
#define __MUDLIB__

//  The base distribution mudlib name.  

#define MUDLIB_NAME                     "大唐西游Ⅰ"
#define MUDLIB_VERSION_NUMBER	        "3.2"
#define MUDLIB_VERSION			(MUDLIB_NAME + " " + MUDLIB_VERSION_NUMBER)
#define MUDLIB_MUDOS_VERSION            "MudOS v22.2b11"

#define INTERMUD_MUD_NAME               "DTXY-SH"
#define INTERMUD_NAME                   "大唐西游Ⅰ"
#define LOCALHOST                                                 "211.95.79.38"
#define CHINESE_MUD_NAME                "【大唐西游】"
#define WEB_SITE 			"【大唐西游】ONLINE V3.0"
#define MUD_EMAIL                       "torrow0812@21cn.com"
#define MUD_ADMIN                       "torrow0812@21cn.com"
#define MUD_IP                          "211.95.79.38 6666"
#define MUD_BIND                        "二零零四年五月二十日"
#define MUD_WEB                         "http://www.dtmud.com"
#define PURGE_TIMES                     "永久"
#define MUDLIB_ENCODING                 "GB"

#endif

// mon 4/27/98 for "vote" command and the piggy room.
#define MAX_VOTES_PER_SITE   2
// maximum votes accepted for one site.
#define VOTER_SITE   0
// this defines what is one voting site. can either be 0 or 1.
// 0: use the first 3 fields of numerical IP as a site.
// 1: use the full 4 fileds of numerical IP as a site.

#define GB_AND_BIG5
// define this to allow both GB and BIG5 players.
// undefine will only allow GB players.

#undef INTERMUD_ALL_MUD
// define this if want to connect with ALL muds.
// undef this if only want to connect with Chinese Muds.
// Chinese muds is defined as either their mudlib is ES2 or they
// have ENCODING field set.
