]> git.lyx.org Git - lyx.git/blob - src/support/path_defines.h
I'm speeding up...
[lyx.git] / src / support / path_defines.h
1 // -*- C++ -*-
2 /**
3  * \file path_defines.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Angus Leeming
8  *
9  * Full author contact details are available in file CREDITS
10  */
11
12 #ifndef PATH_DEFINES_H
13 #define PATH_DEFINES_H
14
15 #include "LString.h"
16
17 namespace lyx {
18 namespace support {
19
20 /* The absolute path to the lyx build directory.
21  * (Make-time value.)
22  */
23 string const & build_lyxdir();
24
25 /** \returns true if the user lyx dir existed already and did not need
26  *  to be created afresh.
27  */
28 bool setLyxPaths();
29
30 } // namespace support
31 } // namespace lyx
32
33 #endif // NOT PATH_DEFINES_H