annotate src/vmspaths.h @ 48:56c54cf7c5b6 r19-16b90

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