Mercurial > hg > xemacs-beta
comparison src/paths.h.in @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 8429d81ab209 |
children | aabb7f5b1c81 |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
83 | 83 |
84 #ifdef LOCKDIR_USER_DEFINED | 84 #ifdef LOCKDIR_USER_DEFINED |
85 #define PATH_LOCK "@LOCKDIR@" | 85 #define PATH_LOCK "@LOCKDIR@" |
86 #endif | 86 #endif |
87 | 87 |
88 #ifdef DOCDIR_USER_DEFINED | |
89 #define PATH_DOC "@DOCDIR@" | |
90 #endif | |
91 | |
92 #ifdef INFODIR_USER_DEFINED | 88 #ifdef INFODIR_USER_DEFINED |
93 #define PATH_INFO "@INFODIR@" | 89 #define PATH_INFO "@INFODIR@" |
94 #endif | 90 #endif |
95 | 91 |
96 #ifdef INFOPATH_USER_DEFINED | 92 #ifdef INFOPATH_USER_DEFINED |