CMake/Tests/LoadCommand/LoadedCommand.h.in

8 lines
201 B
C
Raw Normal View History

2002-09-20 14:17:32 -04:00
/* Check for size of types */
#cmakedefine SIZEOF_CHAR ${SIZEOF_CHAR}
#cmakedefine SIZEOF_SHORT ${SIZEOF_SHORT}
2002-09-20 14:17:32 -04:00
/* Check for functions */
2002-12-05 11:55:53 -05:00
#cmakedefine HAVE_PRINTF
#cmakedefine HAVE_VSBLABLA