Mercurial > hg > xemacs-beta
diff src/paths.h.in @ 388:aabb7f5b1c81 r21-2-9
Import from CVS: tag r21-2-9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:09:42 +0200 |
parents | cc15677e0335 |
children | 74fd4e045ea6 |
line wrap: on
line diff
--- a/src/paths.h.in Mon Aug 13 11:08:51 2007 +0200 +++ b/src/paths.h.in Mon Aug 13 11:09:42 2007 +0200 @@ -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.) @@ -69,6 +73,18 @@ #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