/**********************************************************************
 * lucy library's global variables
 *
 * $Author: brlewis $
 * $Source: /afs/athena.mit.edu/astaff/project/lucydev/src/lib/RCS/global.c,v $
 * $Header: /afs/athena.mit.edu/astaff/project/lucydev/src/lib/RCS/global.c,v 1.3 91/09/24 14:31:59 brlewis Exp Locker: brlewis $
 *
 * Copyright 1991 by the Massachusetts Institute of Technology.
 *
 * For copying and distribution information, please see the file
 * <mit-copyright.h>.
 **********************************************************************/

#include <mit-copyright.h>
#include <stdio.h>
#include "lucy/lucy.h"

#ifndef lint
static char rcsid_global_c[] = "$Header: /afs/athena.mit.edu/astaff/project/lucydev/src/lib/RCS/global.c,v 1.3 91/09/24 14:31:59 brlewis Exp Locker: brlewis $";
#endif /* lint */

/**********************************************************************
 * These are lucy's global variables with their default values.
 * Most can be overridden through an environment variable.
 * The luv_host variable can also be overridden by hesiod info.
 * Environment variables take precedence.
 **********************************************************************/

char *luv_host = "joy.MIT.EDU"; /* lucy server host */
char *luv_qdirname = "/usr/spool/discuss/lucyq"; /* pathname for queue */
char *luv_bdirname = "/usr/spool/discuss/lucyb"; /* pathname for browser */
char *luv_adirname = "/usr/spool/discuss/lucya"; /* pathname for archive */
char *luv_email = "lucy@ATHENA.MIT.EDU"; /* lucy's email address */
char *luv_editor = "emacs";	/* used by luc_edit_file() */
char *luv_topdir;		/* should be renamed by luc_init() */
char luv_context[128];		/* error context for com_err() */
LMEETING luv_qmtg, luv_bmtg, luv_amtg, *luv_curmtgp;
long luv_prog = LUCY_RPC_PROG;
