comparison libiberty/config.in @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
527 # ifndef WORDS_BIGENDIAN 527 # ifndef WORDS_BIGENDIAN
528 # undef WORDS_BIGENDIAN 528 # undef WORDS_BIGENDIAN
529 # endif 529 # endif
530 #endif 530 #endif
531 531
532 /* Enable large inode numbers on Mac OS X 10.5. */
533 #ifndef _DARWIN_USE_64_BIT_INODE
534 # define _DARWIN_USE_64_BIT_INODE 1
535 #endif
536
532 /* Number of bits in a file offset, on hosts where this is settable. */ 537 /* Number of bits in a file offset, on hosts where this is settable. */
533 #undef _FILE_OFFSET_BITS 538 #undef _FILE_OFFSET_BITS
534 539
535 /* Define for large files, on AIX-style hosts. */ 540 /* Define for large files, on AIX-style hosts. */
536 #undef _LARGE_FILES 541 #undef _LARGE_FILES