]> git.lyx.org Git - lyx.git/blob - development/cmake/config.h.cmake
d0cf2a886d4242ff820256cf31da7ad634c65128
[lyx.git] / development / cmake / config.h.cmake
1 /*
2  * \file config.h
3  * This file is part of LyX, the document processor.
4  * Licence details can be found in the file COPYING.
5  *
6  * This is the compilation configuration file for LyX.
7  * It was generated by autoconfs configure.
8  * You might want to change some of the defaults if something goes wrong
9  * during the compilation.
10  */
11
12 #ifndef _CONFIG_H
13 #define _CONFIG_H
14
15 #include "configCompiler.h"
16
17 #ifdef LYX_ENABLE_PCH
18 #include "pcheaders.h"
19 #endif
20
21 #cmakedefine HAVE_ASPELL_ASPELL_H 1
22 #cmakedefine HAVE_ASPELL_H 1
23
24 #cmakedefine PACKAGE "${PACKAGE}"
25 #cmakedefine PACKAGE_VERSION "${PACKAGE_VERSION}"
26 #cmakedefine LYX_DATE "${LYX_DATE}"
27 #cmakedefine VERSION_INFO "${VERSION_INFO}"
28
29 #cmakedefine PROGRAM_SUFFIX "${PPROGRAM_SUFFIX}"
30 #cmakedefine LYX_ABS_INSTALLED_DATADIR "${LYX_DIR}"
31 #cmakedefine LYX_ABS_INSTALLED_LOCALEDIR "${LOCALEDIR}"
32 #cmakedefine LYX_ABS_TOP_SRCDIR "${TOP_SRCDIR}"
33
34 #cmakedefine USE_POSIX_PACKAGING 1
35 #cmakedefine USE_WINDOWS_PACKAGING 1
36 #cmakedefine USE_MACOSX_PACKAGING 1
37 #cmakedefine PATH_MAX ${PATH_MAX}
38
39
40 #endif