comparison src/vmspaths.h @ 0:376386a54a3c r19-14

Import from CVS: tag r19-14
author cvs
date Mon, 13 Aug 2007 08:45:50 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:376386a54a3c
1 /* Synched up with: Not synched with FSF. */
2
3 /* the default search path for Lisp function "load" */
4 #define PATH_LOADSEARCH "EMACS_LIBRARY:[LISP]"
5
6 /* the extra search path for programs to invoke.
7 This is appended to whatever the PATH environment variable says. */
8 #define PATH_EXEC "EMACS_LIBRARY:[ETC]"
9
10 /* the name of the directory that contains lock files
11 with which we record what files are being modified in Emacs.
12 This directory should be writable by everyone. */
13 #define PATH_LOCK "EMACS_LIBRARY:[LOCK]"
14
15 /* the name of the file !!!SuperLock!!! in the directory
16 specified by PATH_LOCK. Yes, this is redundant. */
17 #define PATH_SUPERLOCK "EMACS_LIBRARY:[LOCK]$$$SUPERLOCK$$$."