You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kcmldapcontroller/config.h.cmake

45 lines
1.3 KiB

#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 <slapi-plugin.h> header */
#cmakedefine HAVE_SLAPI_PLUGIN_H @HAVE_SLAPI_PLUGIN_H@
/* Define to 1 if you have the <sys/bitypes.h> header */
#cmakedefine HAVE_SYS_BITYPES_H 1
/* Define to 1 if you have the <sys/types.h> header */
#cmakedefine HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <stdint.h> header */
#cmakedefine HAVE_STDINT_H 1
/* 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@"