Changes: * new option: weechat.network.gnutls_ca_system * option weechat.network.gnutls_ca_file renamed to weechat.network.gnutls_ca_user * reload certificates when options are changed * remove build option CA_FILE
22 lines
723 B
CMake
22 lines
723 B
CMake
#cmakedefine HAVE_LIBINTL_H
|
|
#cmakedefine HAVE_SYS_RESOURCE_H
|
|
#cmakedefine HAVE_FLOCK
|
|
#cmakedefine HAVE_LANGINFO_CODESET
|
|
#cmakedefine HAVE_BACKTRACE
|
|
#cmakedefine ICONV_2ARG_IS_CONST 1
|
|
#cmakedefine HAVE_MALLINFO
|
|
#cmakedefine HAVE_MALLINFO2
|
|
#cmakedefine HAVE_EAT_NEWLINE_GLITCH
|
|
#cmakedefine HAVE_ASPELL_VERSION_STRING
|
|
#cmakedefine HAVE_ENCHANT_GET_VERSION
|
|
#cmakedefine HAVE_GUILE_GMP_MEMORY_FUNCTIONS
|
|
#define PACKAGE_VERSION "@VERSION@"
|
|
#define PACKAGE "@PROJECT_NAME@"
|
|
#define PACKAGE_NAME "@PROJECT_NAME@"
|
|
#define PACKAGE_STRING "@PKG_STRING@"
|
|
#define WEECHAT_LIBDIR "@WEECHAT_LIBDIR@"
|
|
#define WEECHAT_SHAREDIR "@WEECHAT_SHAREDIR@"
|
|
#define LOCALEDIR "@LOCALEDIR@"
|
|
#define WEECHAT_HOME "@WEECHAT_HOME@"
|
|
#define _GNU_SOURCE 1
|