/*
 * This file is part of the OLC On-Line Consulting System.
 * It contains the defintions used in the program to receive questions via
 * mail
 *
 *      Lucien Van Elsen
 *      MIT Project Athena
 *
 * Copyright (C) 1991 by the Massachusetts Institute of Technology.
 * For copying and distribution information, see the file "mit-copyright.h".
 *
 *      $Source: /afs/sipb.mit.edu/project/sipb-athena/repository/src/olc/include/olcm.h,v $
 *      $Id: olcm.h,v 1.6 1996/06/02 07:56:14 ghudson Exp $
 *      $Author: ghudson $
 */

#include <mit-copyright.h>

#define DFLT_TOPIC	"test"
#define DFLT_SERVER	"fionavar.mit.edu"
#define DFLT_USERNAME	"nobody"
#define OLCR_PATH	"/usr/local/olcr"
#define STOCK_HEADER	"/var/server/olc/olcm_default_header"
#define STOCK_FILE	"/var/server/olc/olcm_default_reply"
/* #define SRVTAB_LOC	"/usr/athena/lib/olc/olcm_srvtab" */
#define SRVTAB_LOC	"/var/server/olc/srvtab"
#define SYSLOG_FACILITY LOG_LOCAL6

#ifdef KERBEROS
#ifdef ATHENA
#define DFLT_REALM	"ATHENA.MIT.EDU"
#else
/* Insert your realm here */
#define DFLT_REALM	"FOO.BAR.EDU"
#endif
#endif
