diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index dbc71b8..427373c 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -28,6 +28,9 @@ endif( WITH_GCC_VISIBILITY ) ##### check for headers check_include_file( "slapi-plugin.h" HAVE_SLAPI_PLUGIN_H ) +check_include_file( "sys/bitypes.h" HAVE_SYS_BITYPES_H ) +check_include_file( "sys/types.h" HAVE_SYS_TYPES_H ) +check_include_file( "stdint.h" HAVE_STDINT_H ) ##### check for ldap 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 header */ #cmakedefine HAVE_SLAPI_PLUGIN_H @HAVE_SLAPI_PLUGIN_H@ +/* Debian to 1 if you have the header */ +#cmakedefine HAVE_SYS_BITYPES_H 1 + +/* Debian to 1 if you have the header */ +#cmakedefine HAVE_SYS_TYPES_H 1 + +/* Debian to 1 if you have the header */ +#cmakedefine HAVE_STDINT_H 1 + /* Path for the config system */ #cmakedefine KDE_CONFDIR "@KDE_CONFDIR@"