From 307a1a53261669dc8d1d2ee031a8927f64ddb27a Mon Sep 17 00:00:00 2001 From: gregory guy Date: Wed, 3 Apr 2019 18:19:30 +0200 Subject: conversion to the cmake building system Signed-off-by: gregory guy --- config.h.cmake | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 config.h.cmake (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake new file mode 100644 index 0000000..1684891 --- /dev/null +++ b/config.h.cmake @@ -0,0 +1,35 @@ +#define VERSION "@VERSION@" + +// Defined if you have fvisibility and fvisibility-inlines-hidden support. +#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1 + +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel). */ +#cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@ + +/* Defined to 1 if you have the header */ +#cmakedefine HAVE_SLAPI_PLUGIN_H @HAVE_SLAPI_PLUGIN_H@ + +/* Path for the config system */ +#cmakedefine KDE_CONFDIR "@KDE_CONFDIR@" + +/* Path for the libraries */ +#cmakedefine TDE_LIBDIR "@TDE_LIBDIR@" + +/* Location for the ldap.keytab file */ +#cmakedefine LDAP_KEYTAB_FILE "@LDAP_KEYTAB_FILE@" + +/* ldap default file */ +#cmakedefine LDAP_DEFAULT_FILE "@LDAP_DEFAULT_FILE@" + +/* Heimdal default file */ +#cmakedefine HEIMDAL_DEFAULT_FILE "@HEIMDAL_DEFAULT_FILE@" + +/* Heimdal acl file */ +#cmakedefine HEIMDAL_ACL_FILE "@HEIMDAL_ACL_FILE@" + +/* Sasl default file */ +#cmakedefine SASL_DEFAULT_FILE "@SASL_DEFAULT_FILE@" + +/* sladp config file */ +#cmakedefine SASL_CONTROL_FILE "@SASL_CONTROL_FILE@" -- cgit v1.2.1