1 /* fficonfig.h.in. Generated from configure.ac by autoheader. */ 2 3 /* Define if building universal (internal helper macro) */ 4 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 5 6 /* Define to the flags needed for the .section .eh_frame directive. */ 7 #define EH_FRAME_FLAGS "a" 8 9 /* Define this if you want extra debugging. */ 10 /* #undef FFI_DEBUG */ 11 12 /* Cannot use PROT_EXEC on this target, so, we revert to alternative means */ 13 #define FFI_EXEC_TRAMPOLINE_TABLE 0 14 15 /* Define this if you want to enable pax emulated trampolines */ 16 /* #undef FFI_MMAP_EXEC_EMUTRAMP_PAX */ 17 18 /* Cannot use malloc on this target, so, we revert to alternative means */ 19 #define FFI_MMAP_EXEC_WRIT 1 20 21 /* Define this if you do not want support for the raw API. */ 22 /* #undef FFI_NO_RAW_API */ 23 24 /* Define this if you do not want support for aggregate types. */ 25 /* #undef FFI_NO_STRUCTS */ 26 27 /* Define to 1 if you have `alloca', as a function or macro. */ 28 /* #undef HAVE_ALLOCA */ 29 30 /* Define to 1 if you have <alloca.h> and it should be used */ 31 #define HAVE_ALLOCA_H 1 32 33 /* Define if your assembler supports .ascii. */ 34 /* #undef HAVE_AS_ASCII_PSEUDO_OP */ 35 36 /* Define if your assembler supports .cfi_* directives. */ 37 /* #undef HAVE_AS_CFI_PSEUDO_OP */ 38 39 /* Define if your assembler supports .register. */ 40 /* #undef HAVE_AS_REGISTER_PSEUDO_OP */ 41 42 /* Define if your assembler and linker support unaligned PC relative relocs. 43 */ 44 /* #undef HAVE_AS_SPARC_UA_PCREL */ 45 46 /* Define if your assembler supports .string. */ 47 /* #undef HAVE_AS_STRING_PSEUDO_OP */ 48 49 /* Define if your assembler supports unwind section type. */ 50 /* #undef HAVE_AS_X86_64_UNWIND_SECTION_TYPE */ 51 52 /* Define if your assembler supports PC relative relocs. */ 53 #ifdef __x86_64__ 54 #define HAVE_AS_X86_PCREL 1 55 #define __ILP32__ 56 #endif 57 58 /* Define to 1 if you have the <dlfcn.h> header file. */ 59 /* #undef HAVE_DLFCN_H */ 60 61 /* Define if __attribute__((visibility("hidden"))) is supported. */ 62 #define HAVE_HIDDEN_VISIBILITY_ATTRIBUTE 1 63 64 /* Define to 1 if you have the <inttypes.h> header file. */ 65 #define HAVE_INTTYPES_H 66 67 /* Define if you have the long double type and it is bigger than a double */ 68 #ifdef __LP64__ 69 #define HAVE_LONG_DOUBLE 1 70 #else 71 #define HAVE_LONG_DOUBLE 0 72 #endif 73 74 /* Define if you support more than one size of the long double type */ 75 #define HAVE_LONG_DOUBLE_VARIANT 0 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 /* #undef HAVE_MEMORY_H */ 82 83 /* Define to 1 if you have the `mkostemp' function. */ 84 #define HAVE_MKOSTEMP 85 86 /* Define to 1 if you have the `mmap' function. */ 87 /* #undef HAVE_MMAP */ 88 89 /* Define if mmap with MAP_ANON(YMOUS) works. */ 90 /* #undef HAVE_MMAP_ANON */ 91 92 /* Define if mmap of /dev/zero works. */ 93 /* #undef HAVE_MMAP_DEV_ZERO */ 94 95 /* Define if read-only mmap of a plain file works. */ 96 /* #undef HAVE_MMAP_FILE */ 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 103 104 /* Define to 1 if you have the <stdlib.h> header file. */ 105 /* #undef HAVE_STDLIB_H */ 106 107 /* Define to 1 if you have the <strings.h> header file. */ 108 /* #undef HAVE_STRINGS_H */ 109 110 /* Define to 1 if you have the <string.h> header file. */ 111 /* #undef HAVE_STRING_H */ 112 113 /* Define to 1 if you have the <sys/mman.h> header file. */ 114 /* #undef HAVE_SYS_MMAN_H */ 115 116 /* Define to 1 if you have the <sys/stat.h> header file. */ 117 /* #undef HAVE_SYS_STAT_H */ 118 119 /* Define to 1 if you have the <sys/types.h> header file. */ 120 /* #undef HAVE_SYS_TYPES_H */ 121 122 /* Define to 1 if you have the <unistd.h> header file. */ 123 /* #undef HAVE_UNISTD_H */ 124 125 /* The size of `double', as computed by sizeof. */ 126 #define SIZEOF_DOUBLE 8 127 128 /* The size of `long double', as computed by sizeof. */ 129 #ifdef __LP64__ 130 #define SIZEOF_LONG_DOUBLE 16 131 #else 132 #define SIZEOF_LONG_DOUBLE 8 133 #endif 134 135 /* The size of `size_t', as computed by sizeof. */ 136 #ifdef __LP64__ 137 #define SIZEOF_SIZE_T 8 138 #else 139 #define SIZEOF_SIZE_T 4 140 #endif 141 142 /* Define if symbols are underscored. */ 143 /* #undef SYMBOL_UNDERSCORE */ 144 145 /* Define this if you are using Purify and want to suppress spurious messages. 146 */ 147 /* #undef USING_PURIFY */ 148 149 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 150 significant byte first (like Motorola and SPARC, unlike Intel). */ 151 #if defined AC_APPLE_UNIVERSAL_BUILD 152 #if defined __BIG_ENDIAN__ 153 #define WORDS_BIGENDIAN 1 154 #endif 155 #else 156 #ifndef WORDS_BIGENDIAN 157 /* #undef WORDS_BIGENDIAN */ 158 #endif 159 #endif 160 161 /* Define to `unsigned int' if <sys/types.h> does not define. */ 162 /* #undef size_t */ 163 164 #ifdef HAVE_HIDDEN_VISIBILITY_ATTRIBUTE 165 #ifdef LIBFFI_ASM 166 #ifdef __APPLE__ 167 #define FFI_HIDDEN(name) .private_extern name 168 #else 169 #define FFI_HIDDEN(name) .hidden name 170 #endif 171 #else 172 #define FFI_HIDDEN __attribute__ ((visibility ("hidden"))) 173 #endif 174 #else 175 #ifdef LIBFFI_ASM 176 #define FFI_HIDDEN(name) 177 #else 178 #define FFI_HIDDEN 179 #endif 180 #endif 181