Mercurial > hg > xemacs-beta
comparison src/paths.h.in @ 349:8429d81ab209 r21-1-4
Import from CVS: tag r21-1-4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:54:28 +0200 |
parents | 7df0dd720c89 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
348:0843b9714b95 | 349:8429d81ab209 |
---|---|
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 | |
88 #ifdef INFODIR_USER_DEFINED | 92 #ifdef INFODIR_USER_DEFINED |
89 #define PATH_INFO "@INFODIR@" | 93 #define PATH_INFO "@INFODIR@" |
90 #endif | 94 #endif |
91 | 95 |
92 #ifdef INFOPATH_USER_DEFINED | 96 #ifdef INFOPATH_USER_DEFINED |