]> git.lyx.org Git - lyx.git/blob - development/cmake/config.h.cmake
add first version of .lyx file encryption. It's disabled by default and could out...
[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
24
25 #cmakedefine PACKAGE "${PACKAGE}"
26 #cmakedefine PACKAGE_VERSION "${PACKAGE_VERSION}"
27 #define PACKAGE_STRING "LyX ${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 #cmakedefine LYX_USE_TR1 1
45 #cmakedefine LYX_USE_TR1_REGEX 1
46
47
48
49
50
51 #endif
52
53
54 // cleanup global namespace
55 #ifdef ColorMode
56 #undef ColorMode
57 #endif
58
59 #ifdef FocusOut
60 #undef FocusOut
61 #endif
62
63 #ifdef FocusIn
64 #undef FocusIn
65 #endif
66
67 #ifdef KeyRelease
68 #undef KeyRelease
69 #endif
70
71 #ifdef CursorShape
72 #undef CursorShape
73 #endif
74
75 #ifdef IGNORE
76 #undef IGNORE
77 #endif
78
79 #ifdef GrayScale
80 #undef GrayScale
81 #endif
82
83 #ifdef Status
84 #undef Status
85 #endif
86
87 #ifdef IN
88 #undef IN
89 #endif
90
91 #ifdef KeyPress
92 #undef KeyPress
93 #endif
94
95
96