]> git.ipfire.org Git - thirdparty/gcc.git/blame - libffi/fficonfig.h.in
re PR tree-optimization/64530 (Incorrect calculation when assigning to array with...
[thirdparty/gcc.git] / libffi / fficonfig.h.in
CommitLineData
0e8d0c5f 1/* fficonfig.h.in. Generated from configure.ac by autoheader. */
63e5e3e0 2
5213506e
RW
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
3ed8e5b6
AT
6/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
7 systems. This function is required for `alloca.c' support on those systems.
8 */
63e5e3e0
AG
9#undef CRAY_STACKSEG_END
10
3ed8e5b6
AT
11/* Define to 1 if using `alloca.c'. */
12#undef C_ALLOCA
13
14/* Define to the flags needed for the .section .eh_frame directive. */
15#undef EH_FRAME_FLAGS
16
17/* Define this if you want extra debugging. */
18#undef FFI_DEBUG
19
34fa7690
AG
20/* Cannot use PROT_EXEC on this target, so, we revert to alternative means */
21#undef FFI_EXEC_TRAMPOLINE_TABLE
22
4e70f25f
AS
23/* Define this if you want to enable pax emulated trampolines */
24#undef FFI_MMAP_EXEC_EMUTRAMP_PAX
25
99fba2c4
AT
26/* Cannot use malloc on this target, so, we revert to alternative means */
27#undef FFI_MMAP_EXEC_WRIT
28
3ed8e5b6
AT
29/* Define this is you do not want support for the raw API. */
30#undef FFI_NO_RAW_API
31
32/* Define this is you do not want support for aggregate types. */
33#undef FFI_NO_STRUCTS
34
35/* Define to 1 if you have `alloca', as a function or macro. */
63e5e3e0
AG
36#undef HAVE_ALLOCA
37
3ed8e5b6
AT
38/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
39 */
63e5e3e0
AG
40#undef HAVE_ALLOCA_H
41
d416abb4
RO
42/* Define if your assembler supports .ascii. */
43#undef HAVE_AS_ASCII_PSEUDO_OP
44
e6fbf387
RZ
45/* Define if your assembler supports .cfi_* directives. */
46#undef HAVE_AS_CFI_PSEUDO_OP
47
3ed8e5b6
AT
48/* Define if your assembler supports .register. */
49#undef HAVE_AS_REGISTER_PSEUDO_OP
63e5e3e0 50
3ed8e5b6
AT
51/* Define if your assembler and linker support unaligned PC relative relocs.
52 */
53#undef HAVE_AS_SPARC_UA_PCREL
63e5e3e0 54
d416abb4
RO
55/* Define if your assembler supports .string. */
56#undef HAVE_AS_STRING_PSEUDO_OP
57
f4b130bb
RO
58/* Define if your assembler supports unwind section type. */
59#undef HAVE_AS_X86_64_UNWIND_SECTION_TYPE
60
4d3d4078
RO
61/* Define if your assembler supports PC relative relocs. */
62#undef HAVE_AS_X86_PCREL
63
89d9d98a
DD
64/* Define to 1 if you have the <dlfcn.h> header file. */
65#undef HAVE_DLFCN_H
66
8a42356f
JJ
67/* Define if __attribute__((visibility("hidden"))) is supported. */
68#undef HAVE_HIDDEN_VISIBILITY_ATTRIBUTE
69
076e5443
PB
70/* Define to 1 if you have the <inttypes.h> header file. */
71#undef HAVE_INTTYPES_H
72
3ed8e5b6
AT
73/* Define if you have the long double type and it is bigger than a double */
74#undef HAVE_LONG_DOUBLE
5196736e 75
e73d2479
AM
76/* Define if you support more than one size of the long double type */
77#undef HAVE_LONG_DOUBLE_VARIANT
78
3ed8e5b6
AT
79/* Define to 1 if you have the `memcpy' function. */
80#undef HAVE_MEMCPY
5196736e 81
076e5443
PB
82/* Define to 1 if you have the <memory.h> header file. */
83#undef HAVE_MEMORY_H
84
85/* Define to 1 if you have the `mmap' function. */
86#undef HAVE_MMAP
87
5196736e
AJ
88/* Define if mmap with MAP_ANON(YMOUS) works. */
89#undef HAVE_MMAP_ANON
90
3ed8e5b6
AT
91/* Define if mmap of /dev/zero works. */
92#undef HAVE_MMAP_DEV_ZERO
bd19c9f4 93
3ed8e5b6
AT
94/* Define if read-only mmap of a plain file works. */
95#undef HAVE_MMAP_FILE
63e5e3e0 96
3ed8e5b6
AT
97/* Define if .eh_frame sections should be read-only. */
98#undef HAVE_RO_EH_FRAME
bd19c9f4 99
076e5443
PB
100/* Define to 1 if you have the <stdint.h> header file. */
101#undef HAVE_STDINT_H
102
103/* Define to 1 if you have the <stdlib.h> header file. */
104#undef HAVE_STDLIB_H
105
106/* Define to 1 if you have the <strings.h> header file. */
107#undef HAVE_STRINGS_H
108
109/* Define to 1 if you have the <string.h> header file. */
110#undef HAVE_STRING_H
111
112/* Define to 1 if you have the <sys/mman.h> header file. */
113#undef HAVE_SYS_MMAN_H
114
115/* Define to 1 if you have the <sys/stat.h> header file. */
116#undef HAVE_SYS_STAT_H
117
118/* Define to 1 if you have the <sys/types.h> header file. */
119#undef HAVE_SYS_TYPES_H
120
121/* Define to 1 if you have the <unistd.h> header file. */
122#undef HAVE_UNISTD_H
123
89d9d98a
DD
124/* Define to the sub-directory in which libtool stores uninstalled libraries.
125 */
126#undef LT_OBJDIR
127
3ed8e5b6
AT
128/* Define to 1 if your C compiler doesn't accept -c and -o together. */
129#undef NO_MINUS_C_MINUS_O
5d84cf0b 130
3ed8e5b6
AT
131/* Name of package */
132#undef PACKAGE
bd19c9f4 133
3ed8e5b6
AT
134/* Define to the address where bug reports for this package should be sent. */
135#undef PACKAGE_BUGREPORT
bd19c9f4 136
3ed8e5b6
AT
137/* Define to the full name of this package. */
138#undef PACKAGE_NAME
1450eb7a 139
3ed8e5b6
AT
140/* Define to the full name and version of this package. */
141#undef PACKAGE_STRING
1450eb7a 142
3ed8e5b6
AT
143/* Define to the one symbol short name of this package. */
144#undef PACKAGE_TARNAME
1450eb7a 145
5213506e
RW
146/* Define to the home page for this package. */
147#undef PACKAGE_URL
148
3ed8e5b6
AT
149/* Define to the version of this package. */
150#undef PACKAGE_VERSION
1450eb7a 151
5213506e 152/* The size of `double', as computed by sizeof. */
3ed8e5b6 153#undef SIZEOF_DOUBLE
1450eb7a 154
5213506e 155/* The size of `long double', as computed by sizeof. */
3ed8e5b6 156#undef SIZEOF_LONG_DOUBLE
1450eb7a 157
3ed8e5b6
AT
158/* If using the C implementation of alloca, define if you know the
159 direction of stack growth for your system; otherwise it will be
5213506e 160 automatically deduced at runtime.
3ed8e5b6
AT
161 STACK_DIRECTION > 0 => grows toward higher addresses
162 STACK_DIRECTION < 0 => grows toward lower addresses
163 STACK_DIRECTION = 0 => direction of growth unknown */
164#undef STACK_DIRECTION
165
166/* Define to 1 if you have the ANSI C header files. */
167#undef STDC_HEADERS
168
169/* Define this if you are using Purify and want to suppress spurious messages.
170 */
1450eb7a
AT
171#undef USING_PURIFY
172
3ed8e5b6
AT
173/* Version number of package */
174#undef VERSION
175
5213506e
RW
176/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
177 significant byte first (like Motorola and SPARC, unlike Intel). */
178#if defined AC_APPLE_UNIVERSAL_BUILD
179# if defined __BIG_ENDIAN__
180# define WORDS_BIGENDIAN 1
181# endif
182#else
183# ifndef WORDS_BIGENDIAN
184# undef WORDS_BIGENDIAN
185# endif
186#endif
8a42356f
JJ
187
188
189#ifdef HAVE_HIDDEN_VISIBILITY_ATTRIBUTE
190#ifdef LIBFFI_ASM
191#define FFI_HIDDEN(name) .hidden name
192#else
193#define FFI_HIDDEN __attribute__ ((visibility ("hidden")))
194#endif
195#else
196#ifdef LIBFFI_ASM
197#define FFI_HIDDEN(name)
198#else
199#define FFI_HIDDEN
200#endif
201#endif
202