X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fpaths.h.in;h=579fb58cfca4519f6b545d065fa5a98e8e4b3a63;hp=d1524e5ef4c24c512aa2ca140e90ebe87d9fa113;hb=f3ec20f455f3f1212d2c5ee4cadc984330da9c38;hpb=5625b2eceaf697f104b5f883ffa73dca6e8fc005 diff --git a/src/paths.h.in b/src/paths.h.in index d1524e5..579fb58 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.) @@ -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