mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 14:30:27 +00:00
12 lines
258 B
C
12 lines
258 B
C
/* Check for size of types */
|
|
#cmakedefine SIZEOF_CHAR ${SIZEOF_CHAR}
|
|
|
|
/* Check for functions */
|
|
#cmakedefine HAVE_PRINTF
|
|
#cmakedefine HAVE_VSBLABLA
|
|
|
|
/* Check for headers */
|
|
#cmakedefine HAVE_SYS_PRCTL_H
|
|
|
|
/* Check for libraries */
|
|
#cmakedefine HAVE_LIBM |