Define only least required macros for LFS in config.h.

This commit is contained in:
Tsuda Kageyu
2014-08-05 17:17:06 +09:00
parent a5c56d31ac
commit 2ec7a884c3
9 changed files with 162 additions and 22 deletions

View File

@ -8,6 +8,11 @@
/* 1 if little-endian, 2 if big-endian. */
#cmakedefine FLOAT_BYTEORDER ${FLOAT_BYTEORDER}
/* Defined if required for large files support */
#cmakedefine _LARGE_FILES ${_LARGE_FILES}
#cmakedefine _LARGEFILE_SOURCE ${_LARGEFILE_SOURCE}
#cmakedefine _FILE_OFFSET_BITS ${_FILE_OFFSET_BITS}
/* Defined if your compiler supports some atomic operations */
#cmakedefine HAVE_STD_ATOMIC 1
#cmakedefine HAVE_BOOST_ATOMIC 1