mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 10:52:52 +00:00
34 lines
967 B
CMake
34 lines
967 B
CMake
![]() |
/* Define to 1 if you have a recent enough libassuan */
|
||
|
#cmakedefine HAVE_USABLE_ASSUAN 1
|
||
|
|
||
|
/* Define to 1 if you have libassuan v2 */
|
||
|
#cmakedefine HAVE_ASSUAN2 1
|
||
|
|
||
|
#ifndef HAVE_ASSUAN2
|
||
|
/* Define to 1 if your libassuan has the assuan_fd_t type */
|
||
|
#cmakedefine HAVE_ASSUAN_FD_T 1
|
||
|
|
||
|
/* Define to 1 if your libassuan has the assuan_inquire_ext function */
|
||
|
#cmakedefine HAVE_ASSUAN_INQUIRE_EXT 1
|
||
|
|
||
|
/* Define to 1 if your assuan_inquire_ext puts the buffer arguments into the callback signature */
|
||
|
#cmakedefine HAVE_NEW_STYLE_ASSUAN_INQUIRE_EXT 1
|
||
|
|
||
|
/* Define to 1 if your libassuan has the assuan_sock_get_nonce function */
|
||
|
#cmakedefine HAVE_ASSUAN_SOCK_GET_NONCE 1
|
||
|
|
||
|
#endif
|
||
|
/* Define to 1 if you build libkleopatraclient */
|
||
|
#cmakedefine HAVE_KLEOPATRACLIENT_LIBRARY 1
|
||
|
|
||
|
#if defined _WIN32 || defined _WIN64
|
||
|
#include <kde_file_win.h>
|
||
|
#endif
|
||
|
|
||
|
#if !defined(KPATH_SEPARATOR)
|
||
|
#define KPATH_SEPARATOR ':'
|
||
|
#endif
|
||
|
|
||
|
/* Mirrored from cmake option */
|
||
|
#cmakedefine KLEO_STATIC_KCMODULES 1
|