diff options
Diffstat (limited to 'Tests/LoadCommand/LoadedCommand.h.in')
-rw-r--r-- | Tests/LoadCommand/LoadedCommand.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/LoadCommand/LoadedCommand.h.in b/Tests/LoadCommand/LoadedCommand.h.in index b910e49..7a0a15d 100644 --- a/Tests/LoadCommand/LoadedCommand.h.in +++ b/Tests/LoadCommand/LoadedCommand.h.in @@ -1,5 +1,6 @@ /* Check for size of types */ #cmakedefine SIZEOF_CHAR ${SIZEOF_CHAR} +#cmakedefine SIZEOF_SHORT ${SIZEOF_SHORT} /* Check for functions */ #cmakedefine HAVE_PRINTF @@ -9,4 +10,4 @@ #cmakedefine HAVE_SYS_PRCTL_H /* Check for libraries */ -#cmakedefine HAVE_LIBM
\ No newline at end of file +#cmakedefine HAVE_LIBM |