Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
279:c20b2fb5bb0a | 280:7df0dd720c89 |
---|---|
21 | 21 |
22 ** Let me say that again. If you're editing this file, you're making | 22 ** Let me say that again. If you're editing this file, you're making |
23 ** a mistake. Re-read the section on installation in ../etc/NEWS. | 23 ** a mistake. Re-read the section on installation in ../etc/NEWS. |
24 | 24 |
25 If it defines anything, this file should define some subset of the following: | 25 If it defines anything, this file should define some subset of the following: |
26 | |
27 PATH_PROGNAME The name of the Emacs variant that's running. | |
28 | |
29 PATH_VERSION The version id of the Emacs variant that's running. | |
26 | 30 |
27 PATH_EXEC_PREFIX The value of --exec-prefix. | 31 PATH_EXEC_PREFIX The value of --exec-prefix. |
28 | 32 |
29 PATH_PREFIX The value of --prefix. | 33 PATH_PREFIX The value of --prefix. |
30 | 34 |
51 | 55 |
52 PATH_INFOPATH The default value of `Info-directory-list'. | 56 PATH_INFOPATH The default value of `Info-directory-list'. |
53 These are additional places info files are searched | 57 These are additional places info files are searched |
54 for. */ | 58 for. */ |
55 | 59 |
60 #define PATH_PROGNAME "@PROGNAME@" | |
61 | |
62 #define PATH_VERSION "@version@" | |
63 | |
56 #define PATH_EXEC_PREFIX "@EXEC_PREFIX@" | 64 #define PATH_EXEC_PREFIX "@EXEC_PREFIX@" |
57 | 65 |
58 #define PATH_PREFIX "@PREFIX@" | 66 #define PATH_PREFIX "@PREFIX@" |
59 | 67 |
60 #ifdef LISPDIR_USER_DEFINED | 68 #ifdef LISPDIR_USER_DEFINED |
61 #define PATH_LOADSEARCH "@LISPDIR@" | 69 #define PATH_LOADSEARCH "@LISPDIR@" |
62 #endif | 70 #endif |
63 | 71 |
64 #ifdef PACKAGE_PATH_USER_DEFINED | 72 #ifdef PACKAGE_PATH_USER_DEFINED |
65 #define PATH_PACKAGEPATH "@PACKAGE_PATH@" | 73 #define PATH_PACKAGEPATH "@PACKAGE_PATH@" |
66 #endif | |
67 | |
68 #ifdef SITELISPDIR_USER_DEFINED | |
69 #define PATH_SITE "@SITELISPDIR@" | |
70 #endif | 74 #endif |
71 | 75 |
72 #ifdef ARCHLIBDIR_USER_DEFINED | 76 #ifdef ARCHLIBDIR_USER_DEFINED |
73 #define PATH_EXEC "@ARCHLIBDIR@" | 77 #define PATH_EXEC "@ARCHLIBDIR@" |
74 #endif | 78 #endif |