X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fpaths.h.in;h=c1ca13d6982d5cf5576c5e2458c387007e39c3a3;hb=586931afc9456a8b76a07a231ec15734a30e0f80;hp=d1524e5ef4c24c512aa2ca140e90ebe87d9fa113;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git.1 diff --git a/src/paths.h.in b/src/paths.h.in index d1524e5..c1ca13d 100644 --- a/src/paths.h.in +++ b/src/paths.h.in @@ -34,10 +34,14 @@ PATH_LOADSEARCH The default value of `load-path'. + PATH_MODULESEARCH The default value of `module-load-path'. + PATH_PACKAGEPATH The default value of `package-path'. PATH_SITE The default location of site-specific Lisp files. + PATH_SITE_MODULES The default location of site-specific modules. + PATH_EXEC The default value of `exec-directory' and `exec-path'. (exec-path also contains the value of whatever is in the PATH environment variable.) @@ -46,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'. @@ -61,14 +60,30 @@ #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@" #endif +#ifdef MODULEDIR_USER_DEFINED +#define PATH_MODULESEARCH "@MODULEDIR@" +#endif + +#ifdef SITELISPDIR_USER_DEFINED +#define PATH_SITE "@SITELISPDIR@" +#endif + +#ifdef SITEMODULEDIR_USER_DEFINED +#define PATH_SITE_MODULES "@SITEMODULEDIR@" +#endif + #ifdef PACKAGE_PATH_USER_DEFINED #define PATH_PACKAGEPATH "@PACKAGE_PATH@" #endif @@ -81,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