/**********************************************************************
 * lucy library's global variables
 *
 * $Author: brlewis $
 * $Source$
 * $Header$
 *
 * 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.h"

#ifndef lint
static char rcsid_global_c[] = "$Header$";
#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 = "euphrosyne.mit.edu"; /* lucy server host */
char *luv_qdirname = "/usr/spool/discuss/lucyx"; /* 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_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;
