/* 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 "lucy"
#define BX_APP_CLASS "Lucy"
#define HELPNAME "lucyhelp"

#define HELPFILE "test.help"   /* name of help file */





