/**********************************************************************
 * header for tty lucy client
 *
 * $Author$
 * $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>

/* Get all the function declarations right */
#include "ptypes.h"

/* Allow all #defines to be overridden by -DWHATEVER options */
#ifndef LUCY_VERSION
#define LUCY_VERSION "1.1"
#endif

#ifndef LUCY_TEXTDIR
#define LUCY_TEXTDIR "/afs/athena.mit.edu/astaff/project/lucydev/text"
#endif

#ifndef LUCY_SUBJ_TXT
#define LUCY_SUBJ_TXT "subject.txt"
#endif

#ifndef LUCY_PUBL_TXT
#define LUCY_PUBL_TXT "publish.txt"
#endif

#ifndef LUCY_PERS_TXT
#define LUCY_PERS_TXT "personal.txt"
#endif

#ifndef LUCY_BROWSE_MAX
#define LUCY_BROWSE_MAX (24)
#endif

#ifndef LUCY_BROWSE_MIN
#define LUCY_BROWSE_MIN (4)
#endif

#ifndef LUCY_BROWSE_TIME
#define LUCY_BROWSE_TIME (14*24*3600) /* two weeks */
#endif
