X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fpaths.h.in;h=c1ca13d6982d5cf5576c5e2458c387007e39c3a3;hb=133396c136c3bd9102b63d822c120b7165392b72;hp=579fb58cfca4519f6b545d065fa5a98e8e4b3a63;hpb=f3ec20f455f3f1212d2c5ee4cadc984330da9c38;p=chise%2Fxemacs-chise.git.1 diff --git a/src/paths.h.in b/src/paths.h.in index 579fb58..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'. @@ -65,9 +60,13 @@ #define PATH_VERSION "@version@" +#ifdef EXEC_PREFIX_USER_DEFINED #define PATH_EXEC_PREFIX "@EXEC_PREFIX@" +#endif +#ifdef PREFIX_USER_DEFINED #define PATH_PREFIX "@PREFIX@" +#endif #ifdef LISPDIR_USER_DEFINED #define PATH_LOADSEARCH "@LISPDIR@" @@ -97,8 +96,8 @@ #define PATH_DATA "@ETCDIR@" #endif -#ifdef LOCKDIR_USER_DEFINED -#define PATH_LOCK "@LOCKDIR@" +#ifdef DOCDIR_USER_DEFINED +#define PATH_DOC "@DOCDIR@" #endif #ifdef INFODIR_USER_DEFINED