]> pd.if.org Git - pd_readline/blobdiff - mg/pathnames.h
Added mg from an OpenBSD mirror site. Many thanks to the OpenBSD team and the mg...
[pd_readline] / mg / pathnames.h
diff --git a/mg/pathnames.h b/mg/pathnames.h
new file mode 100644 (file)
index 0000000..9720076
--- /dev/null
@@ -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"