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 /* #undef HAVE_AS_X86_PCREL */ 54 55 /* Define to 1 if you have the <dlfcn.h> header file. */ 56 /* #undef HAVE_DLFCN_H */ 57 58 /* Define if __attribute__((visibility("hidden"))) is supported. */ 59 #define HAVE_HIDDEN_VISIBILITY_ATTRIBUTE 1 60 61 /* Define to 1 if you have the <inttypes.h> header file. */ 62 #define HAVE_INTTYPES_H 63 64 /* Define if you have the long double type and it is bigger than a double */ 65 #ifdef __LP64__ 66 #define HAVE_LONG_DOUBLE 1 67 #else 68 #define HAVE_LONG_DOUBLE 0 69 #endif 70 71 /* Define if you support more than one size of the long double type */ 72 #define HAVE_LONG_DOUBLE_VARIANT 0 73 74 /* Define to 1 if you have the `memcpy' function. */ 75 #define HAVE_MEMCPY 1 76 77 /* Define to 1 if you have the <memory.h> header file. */ 78 /* #undef HAVE_MEMORY_H */ 79 80 /* Define to 1 if you have the `mkostemp' function. */ 81 #define HAVE_MKOSTEMP 82 83 /* Define to 1 if you have the `mmap' function. */ 84 /* #undef HAVE_MMAP */ 85 86 /* Define if mmap with MAP_ANON(YMOUS) works. */ 87 /* #undef HAVE_MMAP_ANON */ 88 89 /* Define if mmap of /dev/zero works. */ 90 /* #undef HAVE_MMAP_DEV_ZERO */ 91 92 /* Define if read-only mmap of a plain file works. */ 93 /* #undef HAVE_MMAP_FILE */ 94 95 /* Define if .eh_frame sections should be read-only. */ 96 #define HAVE_RO_EH_FRAME 1 97 98 /* Define to 1 if you have the <stdint.h> header file. */ 99 #define HAVE_STDINT_H 100 101 /* Define to 1 if you have the <stdlib.h> header file. */ 102 /* #undef HAVE_STDLIB_H */ 103 104 /* Define to 1 if you have the <strings.h> header file. */ 105 /* #undef HAVE_STRINGS_H */ 106 107 /* Define to 1 if you have the <string.h> header file. */ 108 /* #undef HAVE_STRING_H */ 109 110 /* Define to 1 if you have the <sys/mman.h> header file. */ 111 /* #undef HAVE_SYS_MMAN_H */ 112 113 /* Define to 1 if you have the <sys/stat.h> header file. */ 114 /* #undef HAVE_SYS_STAT_H */ 115 116 /* Define to 1 if you have the <sys/types.h> header file. */ 117 /* #undef HAVE_SYS_TYPES_H */ 118 119 /* Define to 1 if you have the <unistd.h> header file. */ 120 /* #undef HAVE_UNISTD_H */ 121 122 /* The size of `double', as computed by sizeof. */ 123 #define SIZEOF_DOUBLE 8 124 125 /* The size of `long double', as computed by sizeof. */ 126 #ifdef __LP64__ 127 #define SIZEOF_LONG_DOUBLE 16 128 #else 129 #define SIZEOF_LONG_DOUBLE 8 130 #endif 131 132 /* The size of `size_t', as computed by sizeof. */ 133 #ifdef __LP64__ 134 #define SIZEOF_SIZE_T 8 135 #else 136 #define SIZEOF_SIZE_T 4 137 #endif 138 139 /* Define if symbols are underscored. */ 140 /* #undef SYMBOL_UNDERSCORE */ 141 142 /* Define this if you are using Purify and want to suppress spurious messages. 143 */ 144 /* #undef USING_PURIFY */ 145 146 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 147 significant byte first (like Motorola and SPARC, unlike Intel). */ 148 #if defined AC_APPLE_UNIVERSAL_BUILD 149 #if defined __BIG_ENDIAN__ 150 #define WORDS_BIGENDIAN 1 151 #endif 152 #else 153 #ifndef WORDS_BIGENDIAN 154 /* #undef WORDS_BIGENDIAN */ 155 #endif 156 #endif 157 158 /* Define to `unsigned int' if <sys/types.h> does not define. */ 159 /* #undef size_t */ 160 161 #ifdef HAVE_HIDDEN_VISIBILITY_ATTRIBUTE 162 #ifdef LIBFFI_ASM 163 #ifdef __APPLE__ 164 #define FFI_HIDDEN(name) .private_extern name 165 #else 166 #define FFI_HIDDEN(name) .hidden name 167 #endif 168 #else 169 #define FFI_HIDDEN __attribute__ ((visibility ("hidden"))) 170 #endif 171 #else 172 #ifdef LIBFFI_ASM 173 #define FFI_HIDDEN(name) 174 #else 175 #define FFI_HIDDEN 176 #endif 177 #endif 178