diff options
Diffstat (limited to 'Tests/LoadCommand/LoadedCommand.h.in')
-rw-r--r-- | Tests/LoadCommand/LoadedCommand.h.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Tests/LoadCommand/LoadedCommand.h.in b/Tests/LoadCommand/LoadedCommand.h.in new file mode 100644 index 0000000..7b210f8 --- /dev/null +++ b/Tests/LoadCommand/LoadedCommand.h.in @@ -0,0 +1,11 @@ +#cmakedefine SIZEOF_CHAR ${SIZEOF_CHAR} +#cmakedefine SIZEOF_SHORT ${SIZEOF_SHORT} +#cmakedefine SIZEOF_INT ${SIZEOF_INT} +#cmakedefine SIZEOF_LONG ${SIZEOF_LONG} +#cmakedefine SIZEOF_LONG_LONG ${SIZEOF_LONG_LONG} +#cmakedefine SIZEOF___INT64 ${SIZEOF___INT64} + +#cmakedefine HAVE_VSPRINTF +#cmakedefine HAVE_VSNPRINTF +#cmakedefine HAVE_VSBLABLA + |