Allows for custom LIBDIR to specified with cmake builds. WEECHAT_LIBDIR is used for a custom Weechat directory, or set from LIBDIR (as LIBDIR used to be set).
22 lines
715 B
CMake
22 lines
715 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_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 "@SHAREDIR@"
|
|
#define LOCALEDIR "@LOCALEDIR@"
|
|
#define WEECHAT_HOME "@WEECHAT_HOME@"
|
|
#define CA_FILE "@CA_FILE@"
|
|
#define _GNU_SOURCE 1
|