comparison libffi/fficonfig.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
119 #undef HAVE_SYS_TYPES_H 119 #undef HAVE_SYS_TYPES_H
120 120
121 /* Define to 1 if you have the <unistd.h> header file. */ 121 /* Define to 1 if you have the <unistd.h> header file. */
122 #undef HAVE_UNISTD_H 122 #undef HAVE_UNISTD_H
123 123
124 /* Define to 1 if GNU symbol versioning is used for libatomic. */
125 #undef LIBAT_GNU_SYMBOL_VERSIONING
126
124 /* Define to the sub-directory in which libtool stores uninstalled libraries. 127 /* Define to the sub-directory in which libtool stores uninstalled libraries.
125 */ 128 */
126 #undef LT_OBJDIR 129 #undef LT_OBJDIR
127
128 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
129 #undef NO_MINUS_C_MINUS_O
130 130
131 /* Name of package */ 131 /* Name of package */
132 #undef PACKAGE 132 #undef PACKAGE
133 133
134 /* Define to the address where bug reports for this package should be sent. */ 134 /* Define to the address where bug reports for this package should be sent. */
186 # ifndef WORDS_BIGENDIAN 186 # ifndef WORDS_BIGENDIAN
187 # undef WORDS_BIGENDIAN 187 # undef WORDS_BIGENDIAN
188 # endif 188 # endif
189 #endif 189 #endif
190 190
191 /* Define to `unsigned int' if <sys/types.h> does not define. */
192 #undef size_t
193
191 194
192 #ifdef HAVE_HIDDEN_VISIBILITY_ATTRIBUTE 195 #ifdef HAVE_HIDDEN_VISIBILITY_ATTRIBUTE
193 #ifdef LIBFFI_ASM 196 #ifdef LIBFFI_ASM
194 #define FFI_HIDDEN(name) .hidden name 197 #define FFI_HIDDEN(name) .hidden name
195 #else 198 #else