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 /* #undef EH_FRAME_FLAGS */
 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 /* #undef HAVE_ALLOCA_H */
 42 
 43 /* Define if your assembler supports .ascii. */
 44 #define HAVE_AS_ASCII_PSEUDO_OP 1
 45 
 46 /* Define if your assembler supports .cfi_* directives. */
 47 /* #undef HAVE_AS_CFI_PSEUDO_OP */
 48 
 49 /* Define if your assembler supports .register. */
 50 /* #undef HAVE_AS_REGISTER_PSEUDO_OP */
 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 .string. */
 57 #define HAVE_AS_STRING_PSEUDO_OP 1
 58 
 59 /* Define if your assembler supports unwind section type. */
 60 /* #undef HAVE_AS_X86_64_UNWIND_SECTION_TYPE */
 61 
 62 /* Define if your assembler supports PC relative relocs. */
 63 #define HAVE_AS_X86_PCREL 1
 64 
 65 /* Define to 1 if you have the <dlfcn.h> header file. */
 66 /* #undef HAVE_DLFCN_H */
 67 
 68 /* Define if __attribute__((visibility("hidden"))) is supported. */
 69 /* #undef HAVE_HIDDEN_VISIBILITY_ATTRIBUTE */
 70 
 71 /* Define to 1 if you have the <inttypes.h> header file. */
 72 /* #undef HAVE_INTTYPES_H */
 73 
 74 /* Define if you have the long double type and it is bigger than a double */
 75 /* #undef HAVE_LONG_DOUBLE */
 76 
 77 /* Define if you support more than one size of the long double type */
 78 /* #undef HAVE_LONG_DOUBLE_VARIANT */
 79 
 80 /* Define to 1 if you have the `memcpy' function. */
 81 #define HAVE_MEMCPY 1
 82 
 83 /* Define to 1 if you have the <memory.h> header file. */
 84 #define HAVE_MEMORY_H 1
 85 
 86 /* Define to 1 if you have the `mkostemp' function. */
 87 /* #undef HAVE_MKOSTEMP */
 88 
 89 /* Define to 1 if you have the `mmap' function. */
 90 /* #undef HAVE_MMAP */
 91 
 92 /* Define if mmap with MAP_ANON(YMOUS) works. */
 93 /* #undef HAVE_MMAP_ANON */
 94 
 95 /* Define if mmap of /dev/zero works. */
 96 /* #undef HAVE_MMAP_DEV_ZERO */
 97 
 98 /* Define if read-only mmap of a plain file works. */
 99 /* #undef HAVE_MMAP_FILE */
100 
101 /* Define if .eh_frame sections should be read-only. */
102 #define HAVE_RO_EH_FRAME 1
103 
104 /* Define to 1 if you have the <stdint.h> header file. */
105 #define HAVE_STDINT_H 1
106 
107 /* Define to 1 if you have the <stdlib.h> header file. */
108 #define HAVE_STDLIB_H 1
109 
110 /* Define to 1 if you have the <strings.h> header file. */
111 /* #undef HAVE_STRINGS_H */
112 
113 /* Define to 1 if you have the <string.h> header file. */
114 #define HAVE_STRING_H 1
115 
116 /* Define to 1 if you have the <sys/mman.h> header file. */
117 /* #undef HAVE_SYS_MMAN_H */
118 
119 /* Define to 1 if you have the <sys/stat.h> header file. */
120 /* #undef HAVE_SYS_STAT_H */
121 
122 /* Define to 1 if you have the <sys/types.h> header file. */
123 /* #undef HAVE_SYS_TYPES_H */
124 
125 /* Define to 1 if you have the <unistd.h> header file. */
126 /* #undef HAVE_UNISTD_H */
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/atgreen/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.2.1"
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.2.1"
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 4
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 #define SYMBOL_UNDERSCORE 1
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.2.1"
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 #define FFI_HIDDEN(name) .hidden name
205 #else
206 #define FFI_HIDDEN __attribute__ ((visibility ("hidden")))
207 #endif
208 #else
209 #ifdef LIBFFI_ASM
210 #define FFI_HIDDEN(name)
211 #else
212 #define FFI_HIDDEN
213 #endif
214 #endif
215