/* Check for size of types */
#cmakedefine SIZEOF_CHAR      ${SIZEOF_CHAR}
#cmakedefine SIZEOF_SHORT      ${SIZEOF_SHORT}

/* Check for functions */
#cmakedefine HAVE_PRINTF
#cmakedefine HAVE_VSBLABLA

/* Check for headers */
#cmakedefine HAVE_SYS_PRCTL_H

/* Check for libraries */
#cmakedefine HAVE_LIBM