/*
 *	$Source: /afs/sipb.mit.edu/project/sipb-athena/repository/src/discuss/include/discuss/paths.h,v $
 *	$Header: /afs/sipb.mit.edu/project/sipb-athena/repository/src/discuss/include/discuss/paths.h,v 1.3 1996/01/10 16:16:17 ghudson Exp $
 *
 *	Copyright (C) 1996 by the Student Information Processing Board
 *
 *	$Log: paths.h,v $
 *	Revision 1.3  1996/01/10 16:16:17  ghudson
 *	Let the server path be /var/spool/discuss for all systems.
 *
 * Revision 1.2  1996/01/10  10:21:14  ghudson
 * *** empty log message ***
 *
 * Revision 1.1  1996/01/10  09:04:21  ghudson
 * Initial revision
 *
 * 
 */

/* Spool directory for the server. */
#define DISCUSS_SPOOL_SERVER		"/var/spool/discuss"

/* Default spool directory for the client to pass to the server. */
#define DISCUSS_SPOOL_CLIENT		"/usr/spool/discuss"

