Remove a workaround for an older version of GCC.

GLIBC's byte swap functions are a good fallback option.
This commit is contained in:
Tsuda Kageyu
2015-08-07 08:59:16 +09:00
parent edbafdbd88
commit 80441ff754
3 changed files with 7 additions and 23 deletions

View File

@ -1,9 +1,7 @@
/* config.h. Generated by cmake from config.h.cmake */
/* Defined if your compiler supports some byte swap functions */
#cmakedefine HAVE_GCC_BYTESWAP_16 1
#cmakedefine HAVE_GCC_BYTESWAP_32 1
#cmakedefine HAVE_GCC_BYTESWAP_64 1
#cmakedefine HAVE_GCC_BYTESWAP 1
#cmakedefine HAVE_GLIBC_BYTESWAP 1
#cmakedefine HAVE_MSC_BYTESWAP 1
#cmakedefine HAVE_MAC_BYTESWAP 1