1: /* the default search path for Lisp function "load" */
2: #define PATH_LOADSEARCH ":/usr/new/lib/emacs/lisp"
3:
4: /* the extra search path for programs to invoke.
5: This is appended to whatever the PATH environment variable says. */
6: #define PATH_EXEC "/usr/new/lib/emacs/etc"
7:
8: /* the name of the directory that contains lock files
9: with which we record what files are being modified in Emacs.
10: This directory should be writable by everyone.
11: THE STRING MUST END WITH A SLASH!!! */
12: #define PATH_LOCK "/usr/new/lib/emacs/lock/"
13:
14: /* the name of the file !!!SuperLock!!! in the directory
15: specified by PATH_LOCK. Yes, this is redundant. */
16: #define PATH_SUPERLOCK "/usr/new/lib/emacs/lock/!!!SuperLock!!!"
Defined macros
Usage of this include