mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
1531c11168
This removes some useless checking. The results of these things are never properly checked so they should not count as testcases. At the end they only needlessly clutter the output.
8 lines
201 B
C
8 lines
201 B
C
/* Check for size of types */
|
|
#cmakedefine SIZEOF_CHAR ${SIZEOF_CHAR}
|
|
#cmakedefine SIZEOF_SHORT ${SIZEOF_SHORT}
|
|
|
|
/* Check for functions */
|
|
#cmakedefine HAVE_PRINTF
|
|
#cmakedefine HAVE_VSBLABLA
|