Mercurial > hg > xemacs-beta
comparison src/paths.h.in @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | 501cfd01ee6d |
children | 41dbb7a9d5f2 |
comparison
equal
deleted
inserted
replaced
411:12e008d41344 | 412:697ef44129c6 |
---|---|
48 | 48 |
49 PATH_DATA The default value of `data-directory'. This | 49 PATH_DATA The default value of `data-directory'. This |
50 is where architecture-independent files are | 50 is where architecture-independent files are |
51 searched for. | 51 searched for. |
52 | 52 |
53 PATH_LOCK The name of the directory that contains lock files | |
54 with which we record what files are being modified in | |
55 Emacs. This directory should be writable by everyone. | |
56 If this is specified, the string must end with a slash! | |
57 | |
53 PATH_INFO This is where the info documentation is installed. | 58 PATH_INFO This is where the info documentation is installed. |
54 | 59 |
55 PATH_INFOPATH The default value of `Info-directory-list'. | 60 PATH_INFOPATH The default value of `Info-directory-list'. |
56 These are additional places info files are searched | 61 These are additional places info files are searched |
57 for. */ | 62 for. */ |
58 | 63 |
59 #define PATH_PROGNAME "@PROGNAME@" | 64 #define PATH_PROGNAME "@PROGNAME@" |
60 | 65 |
61 #define PATH_VERSION "@version@" | 66 #define PATH_VERSION "@version@" |
62 | 67 |
63 #ifdef EXEC_PREFIX_USER_DEFINED | |
64 #define PATH_EXEC_PREFIX "@EXEC_PREFIX@" | 68 #define PATH_EXEC_PREFIX "@EXEC_PREFIX@" |
65 #endif | |
66 | 69 |
67 #ifdef PREFIX_USER_DEFINED | |
68 #define PATH_PREFIX "@PREFIX@" | 70 #define PATH_PREFIX "@PREFIX@" |
69 #endif | |
70 | 71 |
71 #ifdef LISPDIR_USER_DEFINED | 72 #ifdef LISPDIR_USER_DEFINED |
72 #define PATH_LOADSEARCH "@LISPDIR@" | 73 #define PATH_LOADSEARCH "@LISPDIR@" |
73 #endif | 74 #endif |
74 | 75 |
94 | 95 |
95 #ifdef ETCDIR_USER_DEFINED | 96 #ifdef ETCDIR_USER_DEFINED |
96 #define PATH_DATA "@ETCDIR@" | 97 #define PATH_DATA "@ETCDIR@" |
97 #endif | 98 #endif |
98 | 99 |
99 #ifdef DOCDIR_USER_DEFINED | 100 #ifdef LOCKDIR_USER_DEFINED |
100 #define PATH_DOC "@DOCDIR@" | 101 #define PATH_LOCK "@LOCKDIR@" |
101 #endif | 102 #endif |
102 | 103 |
103 #ifdef INFODIR_USER_DEFINED | 104 #ifdef INFODIR_USER_DEFINED |
104 #define PATH_INFO "@INFODIR@" | 105 #define PATH_INFO "@INFODIR@" |
105 #endif | 106 #endif |