]> git.ipfire.org Git - thirdparty/gcc.git/blame - libffi/fficonfig.h.in
hashtable.h: Trivial formatting fixes.
[thirdparty/gcc.git] / libffi / fficonfig.h.in
CommitLineData
0e8d0c5f 1/* fficonfig.h.in. Generated from configure.ac by autoheader. */
63e5e3e0 2
3ed8e5b6
AT
3/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
4#undef BYTEORDER
63e5e3e0 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
20/* Define this is you do not want support for the raw API. */
21#undef FFI_NO_RAW_API
22
23/* Define this is you do not want support for aggregate types. */
24#undef FFI_NO_STRUCTS
25
26/* Define to 1 if you have `alloca', as a function or macro. */
63e5e3e0
AG
27#undef HAVE_ALLOCA
28
3ed8e5b6
AT
29/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
30 */
63e5e3e0
AG
31#undef HAVE_ALLOCA_H
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
3ed8e5b6
AT
40/* Define if you have the long double type and it is bigger than a double */
41#undef HAVE_LONG_DOUBLE
5196736e 42
3ed8e5b6
AT
43/* Define to 1 if you have the `memcpy' function. */
44#undef HAVE_MEMCPY
5196736e
AJ
45
46/* Define if mmap with MAP_ANON(YMOUS) works. */
47#undef HAVE_MMAP_ANON
48
3ed8e5b6
AT
49/* Define if mmap of /dev/zero works. */
50#undef HAVE_MMAP_DEV_ZERO
bd19c9f4 51
3ed8e5b6
AT
52/* Define if read-only mmap of a plain file works. */
53#undef HAVE_MMAP_FILE
63e5e3e0 54
3ed8e5b6
AT
55/* Define if .eh_frame sections should be read-only. */
56#undef HAVE_RO_EH_FRAME
bd19c9f4 57
1450eb7a
AT
58/* Define if the host machine stores words of multi-word integers in
59 big-endian order. */
60#undef HOST_WORDS_BIG_ENDIAN
61
3ed8e5b6
AT
62/* Define to 1 if your C compiler doesn't accept -c and -o together. */
63#undef NO_MINUS_C_MINUS_O
5d84cf0b 64
3ed8e5b6
AT
65/* Name of package */
66#undef PACKAGE
bd19c9f4 67
3ed8e5b6
AT
68/* Define to the address where bug reports for this package should be sent. */
69#undef PACKAGE_BUGREPORT
bd19c9f4 70
3ed8e5b6
AT
71/* Define to the full name of this package. */
72#undef PACKAGE_NAME
1450eb7a 73
3ed8e5b6
AT
74/* Define to the full name and version of this package. */
75#undef PACKAGE_STRING
1450eb7a 76
3ed8e5b6
AT
77/* Define to the one symbol short name of this package. */
78#undef PACKAGE_TARNAME
1450eb7a 79
3ed8e5b6
AT
80/* Define to the version of this package. */
81#undef PACKAGE_VERSION
1450eb7a 82
3ed8e5b6
AT
83/* The number of bytes in type double */
84#undef SIZEOF_DOUBLE
1450eb7a 85
3ed8e5b6
AT
86/* The number of bytes in type long double */
87#undef SIZEOF_LONG_DOUBLE
1450eb7a 88
3ed8e5b6
AT
89/* If using the C implementation of alloca, define if you know the
90 direction of stack growth for your system; otherwise it will be
91 automatically deduced at run-time.
92 STACK_DIRECTION > 0 => grows toward higher addresses
93 STACK_DIRECTION < 0 => grows toward lower addresses
94 STACK_DIRECTION = 0 => direction of growth unknown */
95#undef STACK_DIRECTION
96
97/* Define to 1 if you have the ANSI C header files. */
98#undef STDC_HEADERS
99
100/* Define this if you are using Purify and want to suppress spurious messages.
101 */
1450eb7a
AT
102#undef USING_PURIFY
103
3ed8e5b6
AT
104/* Version number of package */
105#undef VERSION
106
107/* whether byteorder is bigendian */
108#undef WORDS_BIGENDIAN