Separated public and private config.h

This commit is contained in:
Tsuda Kageyu
2013-05-03 11:44:36 +09:00
parent 8f8ef3788f
commit 23bd3784a1
10 changed files with 154 additions and 106 deletions

22
config.h.cmake Normal file
View File

@ -0,0 +1,22 @@
/* config.h. Generated by cmake from config.h.cmake */
/* Indicates the endianness of your target system */
/* 1 if little-endian, 2 if big-endiann. */
#cmakedefine SYSTEM_BYTEORDER ${SYSTEM_BYTEORDER}
/* 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_GLIBC_BYTESWAP 1
#cmakedefine HAVE_MSC_BYTESWAP 1
#cmakedefine HAVE_MAC_BYTESWAP 1
#cmakedefine HAVE_OPENBSD_BYTESWAP 1
/* Defined if your compiler supports codecvt */
#cmakedefine HAVE_STD_CODECVT 1
/* Defined if you have libz */
#cmakedefine HAVE_ZLIB 1
#cmakedefine TESTS_DIR "@TESTS_DIR@"