]> git.lyx.org Git - lyx.git/blob - development/cmake/config.h.cmake
b3a15cca53338ef0e3de9f283a057770699a5bae
[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 #cmakedefine LYX_DIR_VER "${LYX_DIR_VER}"
29 #cmakedefine LYX_USERDIR_VER "${LYX_USERDIR_VER}"
30
31 #cmakedefine PROGRAM_SUFFIX "${PPROGRAM_SUFFIX}"
32 #cmakedefine LYX_ABS_INSTALLED_DATADIR "${LYX_DIR}"
33 #cmakedefine LYX_ABS_INSTALLED_LOCALEDIR "${LOCALEDIR}"
34 #cmakedefine LYX_ABS_TOP_SRCDIR "${TOP_SRCDIR}"
35
36 #cmakedefine USE_POSIX_PACKAGING 1
37 #cmakedefine USE_WINDOWS_PACKAGING 1
38 #cmakedefine USE_MACOSX_PACKAGING 1
39 #cmakedefine PATH_MAX ${PATH_MAX}
40
41
42 #endif