/*
 *
 * config.h  -- Configuration file for DISCUSS.  Fix this up with your
 *		site specific options.
 *
 */

/* Server to exec (assumed to be in SERVERDIR) */
#define SERVER "/projects/discuss/disserve"
#define SERVER_NAME "disserve"

/* Info directory */
#define INFO_DIR "/projects/discuss/client/info"

/* Name server / Kerberos realm */
#define REALM  "ATHENA.MIT.EDU"

/* Service name */
#define SERVICE_NAME "discuss"
