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