mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
2e1e1de8d0
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34070 a592a061-630c-0410-9148-cb99ea01b6c8
81 lines
1.6 KiB
CMake
81 lines
1.6 KiB
CMake
/*
|
|
* \file config.h
|
|
* This file is part of LyX, the document processor.
|
|
* Licence details can be found in the file COPYING.
|
|
*
|
|
* This is the compilation configuration file for LyX.
|
|
* It was generated by cmake.
|
|
* You might want to change some of the defaults if something goes wrong
|
|
* during the compilation.
|
|
*/
|
|
|
|
#ifndef _CONFIG_H
|
|
#define _CONFIG_H
|
|
|
|
#include "configCompiler.h"
|
|
|
|
#ifdef LYX_ENABLE_PCH
|
|
#include "pcheaders.h"
|
|
#endif
|
|
|
|
#cmakedefine WORDS_BIGENDIAN 1
|
|
|
|
#cmakedefine HAVE_ASPELL_ASPELL_H 1
|
|
#cmakedefine HAVE_ASPELL_H 1
|
|
|
|
#cmakedefine PACKAGE "${PACKAGE}"
|
|
#cmakedefine PACKAGE_VERSION "${PACKAGE_VERSION}"
|
|
#define PACKAGE_STRING "LyX ${PACKAGE_VERSION}"
|
|
#cmakedefine PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
|
|
#cmakedefine LYX_DATE "${LYX_DATE}"
|
|
#cmakedefine VERSION_INFO "${VERSION_INFO}"
|
|
#cmakedefine LYX_DIR_VER "${LYX_DIR_VER}"
|
|
#cmakedefine LYX_USERDIR_VER "${LYX_USERDIR_VER}"
|
|
|
|
#define PROGRAM_SUFFIX "${PROGRAM_SUFFIX}"
|
|
#define LYX_ABS_INSTALLED_DATADIR "${LYX_ABS_INSTALLED_DATADIR}"
|
|
#define LYX_ABS_INSTALLED_LOCALEDIR "${LYX_ABS_INSTALLED_LOCALEDIR}"
|
|
#define LYX_ABS_TOP_SRCDIR "${TOP_SRC_DIR}"
|
|
|
|
#cmakedefine USE_POSIX_PACKAGING 1
|
|
#cmakedefine USE_WINDOWS_PACKAGING 1
|
|
#cmakedefine USE_MACOSX_PACKAGING 1
|
|
#cmakedefine PATH_MAX ${PATH_MAX}
|
|
|
|
#endif
|
|
|
|
|
|
// cleanup global namespace
|
|
#ifdef ColorMode
|
|
#undef ColorMode
|
|
#endif
|
|
|
|
#ifdef FocusOut
|
|
#undef FocusOut
|
|
#endif
|
|
|
|
#ifdef FocusIn
|
|
#undef FocusIn
|
|
#endif
|
|
|
|
#ifdef KeyRelease
|
|
#undef KeyRelease
|
|
#endif
|
|
|
|
#ifdef CursorShape
|
|
#undef CursorShape
|
|
#endif
|
|
|
|
#ifdef IGNORE
|
|
#undef IGNORE
|
|
#endif
|
|
|
|
#ifdef GrayScale
|
|
#undef GrayScale
|
|
#endif
|
|
|
|
#ifdef Status
|
|
#undef Status
|
|
#endif
|
|
|