]> git.lyx.org Git - lyx.git/blob - development/cmake/config.h.cmake
Kornel's cmake install changes:
[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 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 LYX_DATE "${LYX_DATE}"
29 #cmakedefine VERSION_INFO "${VERSION_INFO}"
30 #cmakedefine LYX_DIR_VER "${LYX_DIR_VER}"
31 #cmakedefine LYX_USERDIR_VER "${LYX_USERDIR_VER}"
32
33 #define PROGRAM_SUFFIX "${PPROGRAM_SUFFIX}"
34 #define LYX_ABS_INSTALLED_DATADIR "${LYX_ABS_INSTALLED_DATADIR}"
35 #define LYX_ABS_INSTALLED_LOCALEDIR "${LYX_ABS_INSTALLED_LOCALEDIR}"
36 #define LYX_ABS_TOP_SRCDIR "${TOP_SRC_DIR}"
37
38 #cmakedefine USE_POSIX_PACKAGING 1
39 #cmakedefine USE_WINDOWS_PACKAGING 1
40 #cmakedefine USE_MACOSX_PACKAGING 1
41 #cmakedefine PATH_MAX ${PATH_MAX}
42
43
44 #endif