X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fpaths.h.in;h=c1ca13d6982d5cf5576c5e2458c387007e39c3a3;hb=60d2b57b2fdc60d3a6a151a67f95b88db825084b;hp=1a6b627608afb95a461e318150dc493cb1ab8763;hpb=a71e0987b7080176e0046b0b0ed72a9a70e2571d;p=chise%2Fxemacs-chise.git.1 diff --git a/src/paths.h.in b/src/paths.h.in index 1a6b627..c1ca13d 100644 --- a/src/paths.h.in +++ b/src/paths.h.in @@ -50,11 +50,6 @@ is where architecture-independent files are searched for. - PATH_LOCK The name of the directory that contains lock files - with which we record what files are being modified in - Emacs. This directory should be writable by everyone. - If this is specified, the string must end with a slash! - PATH_INFO This is where the info documentation is installed. PATH_INFOPATH The default value of `Info-directory-list'. @@ -101,10 +96,6 @@ #define PATH_DATA "@ETCDIR@" #endif -#ifdef LOCKDIR_USER_DEFINED -#define PATH_LOCK "@LOCKDIR@" -#endif - #ifdef DOCDIR_USER_DEFINED #define PATH_DOC "@DOCDIR@" #endif