/* lucy parameters */

#define BROWSER_MAX 4096  /* max number of subjects in browser */
#define LINE_SIZE 128     /* size of one subject line in browser */

#define QUESTION_SIZE 16384 /* size of question text */
#define MAX_HELP 64  /* maximum number of help topics we are going to
			display in help window */

#define BX_APP_NAME "xlucy"
#define BX_APP_CLASS "XLucy"
#define HELPNAME "lucyhelp"

#define HELPFILE "/afs/athena.mit.edu/astaff/project/lucydev/text/xlucy.help"
