mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-03 20:40:17 -05:00
13 lines
350 B
CMake
13 lines
350 B
CMake
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#cmakedefine HAVE_BIOZLIB
|
|
#cmakedefine HAVE_BACKTRACE_SYMBOLS
|
|
#cmakedefine HAVE_PIPE2
|
|
#cmakedefine HAVE_VFORK
|
|
|
|
#define ICINGA_PREFIX "${CMAKE_INSTALL_PREFIX}"
|
|
#define ICINGA_LOCALSTATEDIR "${CMAKE_INSTALL_FULL_LOCALSTATEDIR}"
|
|
#define ICINGA_PKGDATADIR "${CMAKE_INSTALL_FULL_DATADIR}/icinga2"
|
|
|
|
#endif /* CONFIG_H */
|