comparison libbacktrace/config.h.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
142 #ifndef __EXTENSIONS__ 142 #ifndef __EXTENSIONS__
143 # undef __EXTENSIONS__ 143 # undef __EXTENSIONS__
144 #endif 144 #endif
145 145
146 146
147 /* Enable large inode numbers on Mac OS X 10.5. */
148 #ifndef _DARWIN_USE_64_BIT_INODE
149 # define _DARWIN_USE_64_BIT_INODE 1
150 #endif
151
147 /* Number of bits in a file offset, on hosts where this is settable. */ 152 /* Number of bits in a file offset, on hosts where this is settable. */
148 #undef _FILE_OFFSET_BITS 153 #undef _FILE_OFFSET_BITS
149 154
150 /* Define for large files, on AIX-style hosts. */ 155 /* Define for large files, on AIX-style hosts. */
151 #undef _LARGE_FILES 156 #undef _LARGE_FILES