xref: /openbsd/usr.bin/mg/pathnames.h (revision 73471bf0)
1 /*	$OpenBSD: pathnames.h,v 1.1 2012/06/18 07:14:55 jasper Exp $	*/
2 
3 /* This file is in the public domain. */
4 
5 /*
6  *	standard path names
7  */
8 
9 #define	_PATH_MG_DIR		"~/.mg.d"
10 #define	_PATH_MG_STARTUP	"%s/.mg"
11 #define	_PATH_MG_TERM		"%s/.mg-%s"
12