mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-19 15:25:51 -04:00
19 lines
471 B
CMake
19 lines
471 B
CMake
/* config-keepassx.h. Generated by cmake from config-keepassx.h.cmake */
|
|
|
|
#ifndef KEEPASSX_CONFIG_KEEPASSX_H
|
|
#define KEEPASSX_CONFIG_KEEPASSX_H
|
|
|
|
#define KEEPASSX_VERSION "${KEEPASSX_VERSION}"
|
|
|
|
#define KEEPASSX_SOURCE_DIR "${CMAKE_SOURCE_DIR}"
|
|
|
|
#define KEEPASSX_PLUGIN_DIR "${PLUGIN_INSTALL_DIR}"
|
|
|
|
#cmakedefine HAVE_PR_SET_DUMPABLE 1
|
|
#cmakedefine HAVE_RLIMIT_CORE 1
|
|
#cmakedefine HAVE_PT_DENY_ATTACH 1
|
|
|
|
#cmakedefine GCRYPT_HAS_SALSA20
|
|
|
|
#endif // KEEPASSX_CONFIG_KEEPASSX_H
|