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