Initial revision
[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 if your processor stores words with the most significant
29 byte first (like Motorola and SPARC, unlike Intel and VAX). */
30 #undef WORDS_BIGENDIAN
31
32 /* Define this if you want extra debugging */
33 #undef FFI_DEBUG
34
35 /* Define this if you are using Purify and want to suppress
36 spurious messages. */
37 #undef USING_PURIFY
38
39 /* Define this is you do not want support for aggregate types. */
40 #undef FFI_NO_STRUCTS
41
42 /* Define this is you do not want support for the raw API. */
43 #undef FFI_NO_RAW_API
44
45 /* The number of bytes in a double. */
46 #undef SIZEOF_DOUBLE
47
48 /* The number of bytes in a float. */
49 #undef SIZEOF_FLOAT
50
51 /* The number of bytes in a int. */
52 #undef SIZEOF_INT
53
54 /* The number of bytes in a long. */
55 #undef SIZEOF_LONG
56
57 /* The number of bytes in a long double. */
58 #undef SIZEOF_LONG_DOUBLE
59
60 /* The number of bytes in a long long. */
61 #undef SIZEOF_LONG_LONG
62
63 /* The number of bytes in a short. */
64 #undef SIZEOF_SHORT
65
66 /* The number of bytes in a void *. */
67 #undef SIZEOF_VOID_P
68
69 /* Define if you have the memcpy function. */
70 #undef HAVE_MEMCPY
71
72 /* Name of package */
73 #undef PACKAGE
74
75 /* Version number of package */
76 #undef VERSION
77