XEmacs 21.2.9
[chise/xemacs-chise.git.1] / src / paths.h.in
index d1524e5..579fb58 100644 (file)
 
    PATH_LOADSEARCH     The default value of `load-path'.
 
 
    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_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.)
    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.)
 #define  PATH_LOADSEARCH "@LISPDIR@"
 #endif
 
 #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
 #ifdef PACKAGE_PATH_USER_DEFINED
 #define PATH_PACKAGEPATH "@PACKAGE_PATH@"
 #endif