comparison libgcc/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
41 #undef HAVE_STRINGS_H 41 #undef HAVE_STRINGS_H
42 42
43 /* Define to 1 if you have the <string.h> header file. */ 43 /* Define to 1 if you have the <string.h> header file. */
44 #undef HAVE_STRING_H 44 #undef HAVE_STRING_H
45 45
46 /* Define to 1 if you have the <sys/auxv.h> header file. */
47 #undef HAVE_SYS_AUXV_H
48
46 /* Define to 1 if you have the <sys/stat.h> header file. */ 49 /* Define to 1 if you have the <sys/stat.h> header file. */
47 #undef HAVE_SYS_STAT_H 50 #undef HAVE_SYS_STAT_H
48 51
49 /* Define to 1 if you have the <sys/types.h> header file. */ 52 /* Define to 1 if you have the <sys/types.h> header file. */
50 #undef HAVE_SYS_TYPES_H 53 #undef HAVE_SYS_TYPES_H
80 #undef STDC_HEADERS 83 #undef STDC_HEADERS
81 84
82 /* Define to 1 if the target use emutls for thread-local storage. */ 85 /* Define to 1 if the target use emutls for thread-local storage. */
83 #undef USE_EMUTLS 86 #undef USE_EMUTLS
84 87
88 /* Enable large inode numbers on Mac OS X 10.5. */
89 #ifndef _DARWIN_USE_64_BIT_INODE
90 # define _DARWIN_USE_64_BIT_INODE 1
91 #endif
92
85 /* Number of bits in a file offset, on hosts where this is settable. */ 93 /* Number of bits in a file offset, on hosts where this is settable. */
86 #undef _FILE_OFFSET_BITS 94 #undef _FILE_OFFSET_BITS
87 95
88 /* Define for large files, on AIX-style hosts. */ 96 /* Define for large files, on AIX-style hosts. */
89 #undef _LARGE_FILES 97 #undef _LARGE_FILES