1 /* fficonfig.h.  Generated from fficonfig.h.in by configure.  */
2 /* fficonfig.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
8    systems. This function is required for `alloca.c' support on those systems.
9    */
10 /* #undef CRAY_STACKSEG_END */
11 
12 /* Define to 1 if using `alloca.c'. */
13 /* #undef C_ALLOCA */
14 
15 /* Define to the flags needed for the .section .eh_frame directive. */
16 #define EH_FRAME_FLAGS "a"
17 
18 /* Define this if you want extra debugging. */
19 /* #undef FFI_DEBUG */
20 
21 /* Cannot use PROT_EXEC on this target, so, we revert to alternative means */
22 /* #undef FFI_EXEC_TRAMPOLINE_TABLE */
23 
24 /* Define this if you want to enable pax emulated trampolines */
25 /* #undef FFI_MMAP_EXEC_EMUTRAMP_PAX */
26 
27 /* Cannot use malloc on this target, so, we revert to alternative means */
28 /* #undef FFI_MMAP_EXEC_WRIT */
29 
30 /* Define this if you do not want support for the raw API. */
31 /* #undef FFI_NO_RAW_API */
32 
33 /* Define this if you do not want support for aggregate types. */
34 /* #undef FFI_NO_STRUCTS */
35 
36 /* Define to 1 if you have `alloca', as a function or macro. */
37 #define HAVE_ALLOCA 1
38 
39 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
40    */
41 /*#define HAVE_ALLOCA_H 1 */
42 
43 /* Define if your assembler supports .cfi_* directives. */
44 #define HAVE_AS_CFI_PSEUDO_OP 1
45 
46 /* Define if your assembler supports .register. */
47 /* #undef HAVE_AS_REGISTER_PSEUDO_OP */
48 
49 /* Define if the compiler uses zarch features. */
50 /* #undef HAVE_AS_S390_ZARCH */
51 
52 /* Define if your assembler and linker support unaligned PC relative relocs.
53    */
54 /* #undef HAVE_AS_SPARC_UA_PCREL */
55 
56 /* Define if your assembler supports unwind section type. */
57 /* #undef HAVE_AS_X86_64_UNWIND_SECTION_TYPE */
58 
59 /* Define if your assembler supports PC relative relocs. */
60 /* #undef HAVE_AS_X86_PCREL */
61 
62 /* Define to 1 if you have the <dlfcn.h> header file. */
63 #define HAVE_DLFCN_H 1
64 
65 /* Define if __attribute__((visibility("hidden"))) is supported. */
66 #define HAVE_HIDDEN_VISIBILITY_ATTRIBUTE 1
67 
68 /* Define to 1 if you have the <inttypes.h> header file. */
69 #define HAVE_INTTYPES_H 1
70 
71 /* Define if you have the long double type and it is bigger than a double */
72 #define HAVE_LONG_DOUBLE 1
73 
74 /* Define if you support more than one size of the long double type */
75 /* #undef HAVE_LONG_DOUBLE_VARIANT */
76 
77 /* Define to 1 if you have the `memcpy' function. */
78 #define HAVE_MEMCPY 1
79 
80 /* Define to 1 if you have the <memory.h> header file. */
81 #define HAVE_MEMORY_H 1
82 
83 /* Define to 1 if you have the `mkostemp' function. */
84 #define HAVE_MKOSTEMP 1
85 
86 /* Define to 1 if you have the `mmap' function. */
87 #define HAVE_MMAP 1
88 
89 /* Define if mmap with MAP_ANON(YMOUS) works. */
90 #define HAVE_MMAP_ANON 1
91 
92 /* Define if mmap of /dev/zero works. */
93 #define HAVE_MMAP_DEV_ZERO 1
94 
95 /* Define if read-only mmap of a plain file works. */
96 #define HAVE_MMAP_FILE 1
97 
98 /* Define if .eh_frame sections should be read-only. */
99 #define HAVE_RO_EH_FRAME 1
100 
101 /* Define to 1 if you have the <stdint.h> header file. */
102 #define HAVE_STDINT_H 1
103 
104 /* Define to 1 if you have the <stdlib.h> header file. */
105 //#define HAVE_STDLIB_H 0
106 #define LACKS_STDLIB_H 1
107 /* Define to 1 if you have the <strings.h> header file. */
108 #define HAVE_STRINGS_H 1
109 
110 /* Define to 1 if you have the <string.h> header file. */
111 #define HAVE_STRING_H 1
112 
113 /* Define to 1 if you have the <sys/mman.h> header file. */
114 #define HAVE_SYS_MMAN_H 1
115 
116 /* Define to 1 if you have the <sys/stat.h> header file. */
117 #define HAVE_SYS_STAT_H 1
118 
119 /* Define to 1 if you have the <sys/types.h> header file. */
120 #define HAVE_SYS_TYPES_H 1
121 
122 /* Define to 1 if you have the <unistd.h> header file. */
123 #define HAVE_UNISTD_H 1
124 
125 /* Define to 1 if GNU symbol versioning is used for libatomic. */
126 #define LIBFFI_GNU_SYMBOL_VERSIONING 1
127 
128 /* Define to the sub-directory in which libtool stores uninstalled libraries.
129    */
130 #define LT_OBJDIR ".libs/"
131 
132 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
133 /* #undef NO_MINUS_C_MINUS_O */
134 
135 /* Name of package */
136 #define PACKAGE "libffi"
137 
138 /* Define to the address where bug reports for this package should be sent. */
139 #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues"
140 
141 /* Define to the full name of this package. */
142 #define PACKAGE_NAME "libffi"
143 
144 /* Define to the full name and version of this package. */
145 #define PACKAGE_STRING "libffi 3.3-rc0"
146 
147 /* Define to the one symbol short name of this package. */
148 #define PACKAGE_TARNAME "libffi"
149 
150 /* Define to the home page for this package. */
151 #define PACKAGE_URL ""
152 
153 /* Define to the version of this package. */
154 #define PACKAGE_VERSION "3.3-rc0"
155 
156 /* The size of `double', as computed by sizeof. */
157 #define SIZEOF_DOUBLE 8
158 
159 /* The size of `long double', as computed by sizeof. */
160 #define SIZEOF_LONG_DOUBLE 8
161 
162 /* The size of `size_t', as computed by sizeof. */
163 #define SIZEOF_SIZE_T 8
164 
165 /* If using the C implementation of alloca, define if you know the
166    direction of stack growth for your system; otherwise it will be
167    automatically deduced at runtime.
168 	STACK_DIRECTION > 0 => grows toward higher addresses
169 	STACK_DIRECTION < 0 => grows toward lower addresses
170 	STACK_DIRECTION = 0 => direction of growth unknown */
171 /* #undef STACK_DIRECTION */
172 
173 /* Define to 1 if you have the ANSI C header files. */
174 #define STDC_HEADERS 1
175 
176 /* Define if symbols are underscored. */
177 /* #undef SYMBOL_UNDERSCORE */
178 
179 /* Define this if you are using Purify and want to suppress spurious messages.
180    */
181 /* #undef USING_PURIFY */
182 
183 /* Version number of package */
184 #define VERSION "3.3-rc0"
185 
186 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
187    significant byte first (like Motorola and SPARC, unlike Intel). */
188 #if defined AC_APPLE_UNIVERSAL_BUILD
189 # if defined __BIG_ENDIAN__
190 #  define WORDS_BIGENDIAN 1
191 # endif
192 #else
193 # ifndef WORDS_BIGENDIAN
194 /* #  undef WORDS_BIGENDIAN */
195 # endif
196 #endif
197 
198 /* Define to `unsigned int' if <sys/types.h> does not define. */
199 /* #undef size_t */
200 
201 
202 #ifdef HAVE_HIDDEN_VISIBILITY_ATTRIBUTE
203 #ifdef LIBFFI_ASM
204 #ifdef __APPLE__
205 #define FFI_HIDDEN(name) .private_extern name
206 #else
207 #define FFI_HIDDEN(name) .hidden name
208 #endif
209 #else
210 #define FFI_HIDDEN __attribute__ ((visibility ("hidden")))
211 #endif
212 #else
213 #ifdef LIBFFI_ASM
214 #define FFI_HIDDEN(name)
215 #else
216 #define FFI_HIDDEN
217 #endif
218 #endif
219 
220