Removed some unnecessary CMake checks for the size of numeric types.

This commit is contained in:
Tsuda Kageyu
2014-04-02 13:46:48 +09:00
parent d93b4af8ca
commit d3eefdde34
3 changed files with 5 additions and 24 deletions

View File

@ -4,11 +4,6 @@
/* 1 if little-endian, 2 if big-endian. */
#cmakedefine SYSTEM_BYTEORDER ${SYSTEM_BYTEORDER}
/* Size of floating point types */
#cmakedefine SIZEOF_FLOAT ${SIZEOF_FLOAT}
#cmakedefine SIZEOF_DOUBLE ${SIZEOF_DOUBLE}
#cmakedefine SIZEOF_LONGDOUBLE ${SIZEOF_LONGDOUBLE}
/* Defined if your compiler supports some byte swap functions */
#cmakedefine HAVE_GCC_BYTESWAP_16 1
#cmakedefine HAVE_GCC_BYTESWAP_32 1