mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
5c10514059
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.
10 lines
227 B
C
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
|