Mercurial > hg > xemacs-beta
diff src/paths.h.in @ 280:7df0dd720c89 r21-0b38
Import from CVS: tag r21-0b38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:32:22 +0200 |
parents | 90d73dddcdc4 |
children | 8429d81ab209 |
line wrap: on
line diff
--- a/src/paths.h.in Mon Aug 13 10:31:30 2007 +0200 +++ b/src/paths.h.in Mon Aug 13 10:32:22 2007 +0200 @@ -24,6 +24,10 @@ If it defines anything, this file should define some subset of the following: + PATH_PROGNAME The name of the Emacs variant that's running. + + PATH_VERSION The version id of the Emacs variant that's running. + PATH_EXEC_PREFIX The value of --exec-prefix. PATH_PREFIX The value of --prefix. @@ -53,6 +57,10 @@ These are additional places info files are searched for. */ +#define PATH_PROGNAME "@PROGNAME@" + +#define PATH_VERSION "@version@" + #define PATH_EXEC_PREFIX "@EXEC_PREFIX@" #define PATH_PREFIX "@PREFIX@" @@ -65,10 +73,6 @@ #define PATH_PACKAGEPATH "@PACKAGE_PATH@" #endif -#ifdef SITELISPDIR_USER_DEFINED -#define PATH_SITE "@SITELISPDIR@" -#endif - #ifdef ARCHLIBDIR_USER_DEFINED #define PATH_EXEC "@ARCHLIBDIR@" #endif