X-Git-Url: https://pd.if.org/git/?p=pd_readline;a=blobdiff_plain;f=mg%2Fpathnames.h;fp=mg%2Fpathnames.h;h=9720076d000a944ac0b238d58eb800c81a7c3e08;hp=0000000000000000000000000000000000000000;hb=a9843085ec916c175bd245a8398f30e6cc03f984;hpb=26fe4e09c6c3c250334fdeed60ce3061febecde2 diff --git a/mg/pathnames.h b/mg/pathnames.h new file mode 100644 index 0000000..9720076 --- /dev/null +++ b/mg/pathnames.h @@ -0,0 +1,11 @@ +/* $OpenBSD: pathnames.h,v 1.1 2012/06/18 07:14:55 jasper Exp $ */ + +/* This file is in the public domain. */ + +/* + * standard path names + */ + +#define _PATH_MG_DIR "~/.mg.d" +#define _PATH_MG_STARTUP "%s/.mg" +#define _PATH_MG_TERM "%s/.mg-%s"