legend/
legend/area/
legend/player/
/***************************************************************************
 *  God Wars Mud copyright (C) 1994, 1995, 1996 by Richard Woolcock        *
 *                                                                         *
 *  Legend of Chrystancia copyright (C) 1999, 2000, 2001 by Matthew Little *
 *  This mud is NOT to be copied in whole or in part, or to be run without *
 *  the permission of Matthew Little. Nobody else has permission to        *
 *  authorise the use of this code.                                        *
 ***************************************************************************/

/*
 * header file for mxp.c
 *
 * Brian Graversen
 */
#include <arpa/telnet.h>

/* MXP defs */
#define MXP_SAFE                        1
#define MXP_ALL                         2
#define MXP_NONE                        3
#define TELOPT_MXP                     91

/* global strings */
extern const char mxp_do[];
extern const char mxp_dont[];
extern const char mxp_will[];