]> git.ipfire.org Git - thirdparty/gcc.git/blob - libffi/fficonfig.h.in
Solaris 7 .register fix.
[thirdparty/gcc.git] / libffi / fficonfig.h.in
1 /* fficonfig.h.in. Generated automatically from configure.in by autoheader. */
2
3 /* Define if using alloca.c. */
4 #undef C_ALLOCA
5
6 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
7 This function is required for alloca.c support on those systems. */
8 #undef CRAY_STACKSEG_END
9
10 /* Define if you have alloca, as a function or macro. */
11 #undef HAVE_ALLOCA
12
13 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
14 #undef HAVE_ALLOCA_H
15
16 /* If using the C implementation of alloca, define if you know the
17 direction of stack growth for your system; otherwise it will be
18 automatically deduced at run-time.
19 STACK_DIRECTION > 0 => grows toward higher addresses
20 STACK_DIRECTION < 0 => grows toward lower addresses
21 STACK_DIRECTION = 0 => direction of growth unknown
22 */
23 #undef STACK_DIRECTION
24
25 /* Define if you have the ANSI C header files. */
26 #undef STDC_HEADERS
27
28 /* Define this if you want extra debugging */
29 #undef FFI_DEBUG
30
31 /* Define this if you are using Purify and want to suppress
32 spurious messages. */
33 #undef USING_PURIFY
34
35 /* Define this is you do not want support for aggregate types. */
36 #undef FFI_NO_STRUCTS
37
38 /* Define this is you do not want support for the raw API. */
39 #undef FFI_NO_RAW_API
40
41 /* Define if you have the memcpy function. */
42 #undef HAVE_MEMCPY
43
44 /* The number of bytes in type short */
45 #undef SIZEOF_SHORT
46
47 /* The number of bytes in type int */
48 #undef SIZEOF_INT
49
50 /* The number of bytes in type long */
51 #undef SIZEOF_LONG
52
53 /* The number of bytes in type long long */
54 #undef SIZEOF_LONG_LONG
55
56 /* The number of bytes in type float */
57 #undef SIZEOF_FLOAT
58
59 /* The number of bytes in type double */
60 #undef SIZEOF_DOUBLE
61
62 /* The number of bytes in type long double */
63 #undef SIZEOF_LONG_DOUBLE
64
65 /* The number of bytes in type void * */
66 #undef SIZEOF_VOID_P
67
68 /* whether byteorder is bigendian */
69 #undef WORDS_BIGENDIAN
70
71 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
72 #undef BYTEORDER
73
74 /* Define if your assembler and linker support unaligned PC relative relocs. */
75 #undef HAVE_AS_SPARC_UA_PCREL
76
77 /* Define if your assembler supports .register. */
78 #undef HAVE_AS_REGISTER_PSEUDO_OP
79