/* $Header: /var/lib/cvsd/repos/CSRG/43BSDTahoe/new/X/libapollo/vssite.h,v 1.1.1.1 2018/04/24 16:12:58 root Exp $ */
/* Copyright 1985, Massachusetts Institute of Technology	*/

/* vssite.h
**
** This is where any machine or display specific information should
** be stored so that different sites can have control over where things live.
**
*/

#define	DEFAULT_FONT_PATH	"/usr/new/lib/X/font:~/font"

/* this path currently should have only one component and must end with a
 * slash
 */
#define DEFAULT_APOLLO_FONT_PATH  "/usr/new/lib/X/apfont/"

#define DEFAULT_FONT_SUFFIX	".onx"

