CMake/Tests/LoadCommandOneConfig/LoadedCommand.h.in
Brad King 5c10514059 Tests: Simplify LoadCommand tests
Drop out-of-place coverage of CheckFunctionExists module.  The "printf"
symbol is not available on VS 14 without including the <stdio.h> header
to get a definition.
2014-06-25 15:27:01 -04:00

10 lines
227 B
C

/* Check for size of types */
#cmakedefine SIZEOF_CHAR ${SIZEOF_CHAR}
#cmakedefine SIZEOF_SHORT ${SIZEOF_SHORT}
/* Check for headers */
#cmakedefine HAVE_SYS_PRCTL_H
/* Check for libraries */
#cmakedefine HAVE_LIBM