]> git.lyx.org Git - lyx.git/blob - development/cmake/config.h.cmake
Remove now unneeded checks for mythes and aiksaurus.
[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 cmake.
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 WORDS_BIGENDIAN 1
22
23 #cmakedefine HAVE_ASPELL_ASPELL_H 1
24 #cmakedefine HAVE_ASPELL_H 1
25
26 #cmakedefine PACKAGE "${PACKAGE}"
27 #cmakedefine PACKAGE_VERSION "${PACKAGE_VERSION}"
28 #cmakedefine PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
29 #cmakedefine LYX_DATE "${LYX_DATE}"
30 #cmakedefine VERSION_INFO "${VERSION_INFO}"
31 #cmakedefine LYX_DIR_VER "${LYX_DIR_VER}"
32 #cmakedefine LYX_USERDIR_VER "${LYX_USERDIR_VER}"
33
34 #define PROGRAM_SUFFIX "${PROGRAM_SUFFIX}"
35 #define LYX_ABS_INSTALLED_DATADIR "${LYX_ABS_INSTALLED_DATADIR}"
36 #define LYX_ABS_INSTALLED_LOCALEDIR "${LYX_ABS_INSTALLED_LOCALEDIR}"
37 #define LYX_ABS_TOP_SRCDIR "${TOP_SRC_DIR}"
38
39 #cmakedefine USE_POSIX_PACKAGING 1
40 #cmakedefine USE_WINDOWS_PACKAGING 1
41 #cmakedefine USE_MACOSX_PACKAGING 1
42 #cmakedefine PATH_MAX ${PATH_MAX}
43
44 #endif