comparison lto-plugin/config.h.in @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
84 84
85 85
86 /* Version number of package */ 86 /* Version number of package */
87 #undef VERSION 87 #undef VERSION
88 88
89 /* Enable large inode numbers on Mac OS X 10.5. */
90 #ifndef _DARWIN_USE_64_BIT_INODE
91 # define _DARWIN_USE_64_BIT_INODE 1
92 #endif
93
89 /* Number of bits in a file offset, on hosts where this is settable. */ 94 /* Number of bits in a file offset, on hosts where this is settable. */
90 #undef _FILE_OFFSET_BITS 95 #undef _FILE_OFFSET_BITS
91 96
92 /* Define for large files, on AIX-style hosts. */ 97 /* Define for large files, on AIX-style hosts. */
93 #undef _LARGE_FILES 98 #undef _LARGE_FILES