* doc/invoke.texi: Remove reference to webpage that does not exist.
[official-gcc.git] / libffi / fficonfig.h.in
blobd010102bdc9bec58533cfdfabab7f7aefd64bfa1
1 /* fficonfig.h.in. Generated from configure.ac by autoheader. */
3 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
4 #undef BYTEORDER
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 */
9 #undef CRAY_STACKSEG_END
11 /* Define to 1 if using `alloca.c'. */
12 #undef C_ALLOCA
14 /* Define to the flags needed for the .section .eh_frame directive. */
15 #undef EH_FRAME_FLAGS
17 /* Define this if you want extra debugging. */
18 #undef FFI_DEBUG
20 /* Define this is you do not want support for the raw API. */
21 #undef FFI_NO_RAW_API
23 /* Define this is you do not want support for aggregate types. */
24 #undef FFI_NO_STRUCTS
26 /* Define to 1 if you have `alloca', as a function or macro. */
27 #undef HAVE_ALLOCA
29 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
31 #undef HAVE_ALLOCA_H
33 /* Define if your assembler supports .register. */
34 #undef HAVE_AS_REGISTER_PSEUDO_OP
36 /* Define if your assembler and linker support unaligned PC relative relocs.
38 #undef HAVE_AS_SPARC_UA_PCREL
40 /* Define to 1 if you have the <inttypes.h> header file. */
41 #undef HAVE_INTTYPES_H
43 /* Define if you have the long double type and it is bigger than a double */
44 #undef HAVE_LONG_DOUBLE
46 /* Define to 1 if you have the `memcpy' function. */
47 #undef HAVE_MEMCPY
49 /* Define to 1 if you have the <memory.h> header file. */
50 #undef HAVE_MEMORY_H
52 /* Define to 1 if you have the `mmap' function. */
53 #undef HAVE_MMAP
55 /* Define if mmap with MAP_ANON(YMOUS) works. */
56 #undef HAVE_MMAP_ANON
58 /* Define if mmap of /dev/zero works. */
59 #undef HAVE_MMAP_DEV_ZERO
61 /* Define if read-only mmap of a plain file works. */
62 #undef HAVE_MMAP_FILE
64 /* Define if .eh_frame sections should be read-only. */
65 #undef HAVE_RO_EH_FRAME
67 /* Define to 1 if you have the <stdint.h> header file. */
68 #undef HAVE_STDINT_H
70 /* Define to 1 if you have the <stdlib.h> header file. */
71 #undef HAVE_STDLIB_H
73 /* Define to 1 if you have the <strings.h> header file. */
74 #undef HAVE_STRINGS_H
76 /* Define to 1 if you have the <string.h> header file. */
77 #undef HAVE_STRING_H
79 /* Define to 1 if you have the <sys/mman.h> header file. */
80 #undef HAVE_SYS_MMAN_H
82 /* Define to 1 if you have the <sys/stat.h> header file. */
83 #undef HAVE_SYS_STAT_H
85 /* Define to 1 if you have the <sys/types.h> header file. */
86 #undef HAVE_SYS_TYPES_H
88 /* Define to 1 if you have the <unistd.h> header file. */
89 #undef HAVE_UNISTD_H
91 /* Define if the host machine stores words of multi-word integers in
92 big-endian order. */
93 #undef HOST_WORDS_BIG_ENDIAN
95 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
96 #undef NO_MINUS_C_MINUS_O
98 /* Name of package */
99 #undef PACKAGE
101 /* Define to the address where bug reports for this package should be sent. */
102 #undef PACKAGE_BUGREPORT
104 /* Define to the full name of this package. */
105 #undef PACKAGE_NAME
107 /* Define to the full name and version of this package. */
108 #undef PACKAGE_STRING
110 /* Define to the one symbol short name of this package. */
111 #undef PACKAGE_TARNAME
113 /* Define to the version of this package. */
114 #undef PACKAGE_VERSION
116 /* The number of bytes in type double */
117 #undef SIZEOF_DOUBLE
119 /* The number of bytes in type long double */
120 #undef SIZEOF_LONG_DOUBLE
122 /* If using the C implementation of alloca, define if you know the
123 direction of stack growth for your system; otherwise it will be
124 automatically deduced at run-time.
125 STACK_DIRECTION > 0 => grows toward higher addresses
126 STACK_DIRECTION < 0 => grows toward lower addresses
127 STACK_DIRECTION = 0 => direction of growth unknown */
128 #undef STACK_DIRECTION
130 /* Define to 1 if you have the ANSI C header files. */
131 #undef STDC_HEADERS
133 /* Define this if you are using Purify and want to suppress spurious messages.
135 #undef USING_PURIFY
137 /* Version number of package */
138 #undef VERSION
140 /* whether byteorder is bigendian */
141 #undef WORDS_BIGENDIAN