[BACK]Return to pathnames.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Annotation of src/usr.bin/mg/pathnames.h, Revision 1.1

1.1     ! jasper      1: /*     $OpenBSD$       */
        !             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"