diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-06-29 15:31:49 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-06-29 15:31:49 +0200 |
commit | 918bb2093769284e885e55691e1986db458db0d5 (patch) | |
tree | a56b286e6e50f5c09a4e65c3aac5c2ff2730b167 /config.h.cmake | |
parent | faf56a27166894ca4392bd53166c4269637a798a (diff) | |
download | kcmldapcontroller-918bb2093769284e885e55691e1986db458db0d5.tar.gz kcmldapcontroller-918bb2093769284e885e55691e1986db458db0d5.zip |
cmake: Add missing checks include files.
This resolves FTBFS on big-endian architectures.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 1684891..87b949a 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -10,6 +10,15 @@ /* Defined to 1 if you have the <slapi-plugin.h> header */ #cmakedefine HAVE_SLAPI_PLUGIN_H @HAVE_SLAPI_PLUGIN_H@ +/* Debian to 1 if you have the <sys/bitypes.h> header */ +#cmakedefine HAVE_SYS_BITYPES_H 1 + +/* Debian to 1 if you have the <sys/types.h> header */ +#cmakedefine HAVE_SYS_TYPES_H 1 + +/* Debian to 1 if you have the <stdint.h> header */ +#cmakedefine HAVE_STDINT_H 1 + /* Path for the config system */ #cmakedefine KDE_CONFDIR "@KDE_CONFDIR@" |