| OLD | NEW |
| 1 /* fficonfig.h. Generated from fficonfig.h.in by configure. */ | 1 /* fficonfig.h. Generated from fficonfig.h.in by configure. */ |
| 2 /* fficonfig.h.in. Generated from configure.ac by autoheader. */ | 2 /* fficonfig.h.in. Generated from configure.ac by autoheader. */ |
| 3 | 3 |
| 4 /* Define if building universal (internal helper macro) */ | 4 /* Define if building universal (internal helper macro) */ |
| 5 /* #undef AC_APPLE_UNIVERSAL_BUILD */ | 5 /* #undef AC_APPLE_UNIVERSAL_BUILD */ |
| 6 | 6 |
| 7 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP | 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. | 8 systems. This function is required for `alloca.c' support on those systems. |
| 9 */ | 9 */ |
| 10 /* #undef CRAY_STACKSEG_END */ | 10 /* #undef CRAY_STACKSEG_END */ |
| 11 | 11 |
| 12 /* Define to 1 if using `alloca.c'. */ | 12 /* Define to 1 if using `alloca.c'. */ |
| 13 /* #undef C_ALLOCA */ | 13 /* #undef C_ALLOCA */ |
| 14 | 14 |
| 15 /* Define to the flags needed for the .section .eh_frame directive. */ | 15 /* Define to the flags needed for the .section .eh_frame directive. */ |
| 16 #define EH_FRAME_FLAGS "a" | 16 #define EH_FRAME_FLAGS "aw" |
| 17 | 17 |
| 18 /* Define this if you want extra debugging. */ | 18 /* Define this if you want extra debugging. */ |
| 19 /* #undef FFI_DEBUG */ | 19 /* #undef FFI_DEBUG */ |
| 20 | 20 |
| 21 /* Cannot use PROT_EXEC on this target, so, we revert to alternative means */ | 21 /* Cannot use PROT_EXEC on this target, so, we revert to alternative means */ |
| 22 /* #undef FFI_EXEC_TRAMPOLINE_TABLE */ | 22 /* #undef FFI_EXEC_TRAMPOLINE_TABLE */ |
| 23 | 23 |
| 24 /* Define this if you want to enable pax emulated trampolines */ | 24 /* Define this if you want to enable pax emulated trampolines */ |
| 25 /* #undef FFI_MMAP_EXEC_EMUTRAMP_PAX */ | 25 /* #undef FFI_MMAP_EXEC_EMUTRAMP_PAX */ |
| 26 | 26 |
| 27 /* Cannot use malloc on this target, so, we revert to alternative means */ | 27 /* Cannot use malloc on this target, so, we revert to alternative means */ |
| 28 /* #undef FFI_MMAP_EXEC_WRIT */ | 28 /* #undef FFI_MMAP_EXEC_WRIT */ |
| 29 | 29 |
| 30 /* Define this if you do not want support for the raw API. */ | 30 /* Define this if you do not want support for the raw API. */ |
| 31 /* #undef FFI_NO_RAW_API */ | 31 /* #undef FFI_NO_RAW_API */ |
| 32 | 32 |
| 33 /* Define this if you do not want support for aggregate types. */ | 33 /* Define this if you do not want support for aggregate types. */ |
| 34 /* #undef FFI_NO_STRUCTS */ | 34 /* #undef FFI_NO_STRUCTS */ |
| 35 | 35 |
| 36 /* Define to 1 if you have `alloca', as a function or macro. */ | 36 /* Define to 1 if you have `alloca', as a function or macro. */ |
| 37 #define HAVE_ALLOCA 1 | 37 #define HAVE_ALLOCA 1 |
| 38 | 38 |
| 39 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). | 39 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). |
| 40 */ | 40 */ |
| 41 #define HAVE_ALLOCA_H 1 | 41 #define HAVE_ALLOCA_H 1 |
| 42 | 42 |
| 43 /* Define if your assembler supports .ascii. */ | 43 /* Define if your assembler supports .ascii. */ |
| 44 #define HAVE_AS_ASCII_PSEUDO_OP 1 | 44 /* #undef HAVE_AS_ASCII_PSEUDO_OP */ |
| 45 | 45 |
| 46 /* Define if your assembler supports .cfi_* directives. */ | 46 /* Define if your assembler supports .cfi_* directives. */ |
| 47 #define HAVE_AS_CFI_PSEUDO_OP 1 | 47 #define HAVE_AS_CFI_PSEUDO_OP 1 |
| 48 | 48 |
| 49 /* Define if your assembler supports .register. */ | 49 /* Define if your assembler supports .register. */ |
| 50 /* #undef HAVE_AS_REGISTER_PSEUDO_OP */ | 50 /* #undef HAVE_AS_REGISTER_PSEUDO_OP */ |
| 51 | 51 |
| 52 /* Define if your assembler and linker support unaligned PC relative relocs. | 52 /* Define if your assembler and linker support unaligned PC relative relocs. |
| 53 */ | 53 */ |
| 54 /* #undef HAVE_AS_SPARC_UA_PCREL */ | 54 /* #undef HAVE_AS_SPARC_UA_PCREL */ |
| 55 | 55 |
| 56 /* Define if your assembler supports .string. */ | 56 /* Define if your assembler supports .string. */ |
| 57 #define HAVE_AS_STRING_PSEUDO_OP 1 | 57 /* #undef HAVE_AS_STRING_PSEUDO_OP */ |
| 58 | 58 |
| 59 /* Define if your assembler supports unwind section type. */ | 59 /* Define if your assembler supports unwind section type. */ |
| 60 #define HAVE_AS_X86_64_UNWIND_SECTION_TYPE 1 | 60 /* #undef HAVE_AS_X86_64_UNWIND_SECTION_TYPE */ |
| 61 | 61 |
| 62 /* Define if your assembler supports PC relative relocs. */ | 62 /* Define if your assembler supports PC relative relocs. */ |
| 63 #define HAVE_AS_X86_PCREL 1 | 63 /* #undef HAVE_AS_X86_PCREL */ |
| 64 | 64 |
| 65 /* Define to 1 if you have the <dlfcn.h> header file. */ | 65 /* Define to 1 if you have the <dlfcn.h> header file. */ |
| 66 #define HAVE_DLFCN_H 1 | 66 #define HAVE_DLFCN_H 1 |
| 67 | 67 |
| 68 /* Define if __attribute__((visibility("hidden"))) is supported. */ | 68 /* Define if __attribute__((visibility("hidden"))) is supported. */ |
| 69 #define HAVE_HIDDEN_VISIBILITY_ATTRIBUTE 1 | 69 #define HAVE_HIDDEN_VISIBILITY_ATTRIBUTE 1 |
| 70 | 70 |
| 71 /* Define to 1 if you have the <inttypes.h> header file. */ | 71 /* Define to 1 if you have the <inttypes.h> header file. */ |
| 72 #define HAVE_INTTYPES_H 1 | 72 #define HAVE_INTTYPES_H 1 |
| 73 | 73 |
| 74 /* Define if you have the long double type and it is bigger than a double */ | 74 /* Define if you have the long double type and it is bigger than a double */ |
| 75 #define HAVE_LONG_DOUBLE 1 | 75 /* #undef HAVE_LONG_DOUBLE */ |
| 76 | 76 |
| 77 /* Define if you support more than one size of the long double type */ | 77 /* Define if you support more than one size of the long double type */ |
| 78 /* #undef HAVE_LONG_DOUBLE_VARIANT */ | 78 /* #undef HAVE_LONG_DOUBLE_VARIANT */ |
| 79 | 79 |
| 80 /* Define to 1 if you have the `memcpy' function. */ | 80 /* Define to 1 if you have the `memcpy' function. */ |
| 81 #define HAVE_MEMCPY 1 | 81 #define HAVE_MEMCPY 1 |
| 82 | 82 |
| 83 /* Define to 1 if you have the <memory.h> header file. */ | 83 /* Define to 1 if you have the <memory.h> header file. */ |
| 84 #define HAVE_MEMORY_H 1 | 84 #define HAVE_MEMORY_H 1 |
| 85 | 85 |
| 86 /* Define to 1 if you have the `mkostemp' function. */ | 86 /* Define to 1 if you have the `mkostemp' function. */ |
| 87 #define HAVE_MKOSTEMP 1 | 87 #define HAVE_MKOSTEMP 1 |
| 88 | 88 |
| 89 /* Define to 1 if you have the `mmap' function. */ | 89 /* Define to 1 if you have the `mmap' function. */ |
| 90 #define HAVE_MMAP 1 | 90 #define HAVE_MMAP 1 |
| 91 | 91 |
| 92 /* Define if mmap with MAP_ANON(YMOUS) works. */ | 92 /* Define if mmap with MAP_ANON(YMOUS) works. */ |
| 93 #define HAVE_MMAP_ANON 1 | 93 #define HAVE_MMAP_ANON 1 |
| 94 | 94 |
| 95 /* Define if mmap of /dev/zero works. */ | 95 /* Define if mmap of /dev/zero works. */ |
| 96 #define HAVE_MMAP_DEV_ZERO 1 | 96 #define HAVE_MMAP_DEV_ZERO 1 |
| 97 | 97 |
| 98 /* Define if read-only mmap of a plain file works. */ | 98 /* Define if read-only mmap of a plain file works. */ |
| 99 #define HAVE_MMAP_FILE 1 | 99 #define HAVE_MMAP_FILE 1 |
| 100 | 100 |
| 101 /* Define if .eh_frame sections should be read-only. */ | 101 /* Define if .eh_frame sections should be read-only. */ |
| 102 #define HAVE_RO_EH_FRAME 1 | 102 /* #undef HAVE_RO_EH_FRAME */ |
| 103 | 103 |
| 104 /* Define to 1 if you have the <stdint.h> header file. */ | 104 /* Define to 1 if you have the <stdint.h> header file. */ |
| 105 #define HAVE_STDINT_H 1 | 105 #define HAVE_STDINT_H 1 |
| 106 | 106 |
| 107 /* Define to 1 if you have the <stdlib.h> header file. */ | 107 /* Define to 1 if you have the <stdlib.h> header file. */ |
| 108 #define HAVE_STDLIB_H 1 | 108 #define HAVE_STDLIB_H 1 |
| 109 | 109 |
| 110 /* Define to 1 if you have the <strings.h> header file. */ | 110 /* Define to 1 if you have the <strings.h> header file. */ |
| 111 #define HAVE_STRINGS_H 1 | 111 #define HAVE_STRINGS_H 1 |
| 112 | 112 |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 /* Define to the home page for this package. */ | 147 /* Define to the home page for this package. */ |
| 148 #define PACKAGE_URL "" | 148 #define PACKAGE_URL "" |
| 149 | 149 |
| 150 /* Define to the version of this package. */ | 150 /* Define to the version of this package. */ |
| 151 #define PACKAGE_VERSION "3.2.1" | 151 #define PACKAGE_VERSION "3.2.1" |
| 152 | 152 |
| 153 /* The size of `double', as computed by sizeof. */ | 153 /* The size of `double', as computed by sizeof. */ |
| 154 #define SIZEOF_DOUBLE 8 | 154 #define SIZEOF_DOUBLE 8 |
| 155 | 155 |
| 156 /* The size of `long double', as computed by sizeof. */ | 156 /* The size of `long double', as computed by sizeof. */ |
| 157 #define SIZEOF_LONG_DOUBLE 16 | 157 #define SIZEOF_LONG_DOUBLE 8 |
| 158 | 158 |
| 159 /* The size of `size_t', as computed by sizeof. */ | 159 /* The size of `size_t', as computed by sizeof. */ |
| 160 #define SIZEOF_SIZE_T 8 | 160 #define SIZEOF_SIZE_T 4 |
| 161 | 161 |
| 162 /* If using the C implementation of alloca, define if you know the | 162 /* If using the C implementation of alloca, define if you know the |
| 163 direction of stack growth for your system; otherwise it will be | 163 direction of stack growth for your system; otherwise it will be |
| 164 automatically deduced at runtime. | 164 automatically deduced at runtime. |
| 165 STACK_DIRECTION > 0 => grows toward higher addresses | 165 STACK_DIRECTION > 0 => grows toward higher addresses |
| 166 STACK_DIRECTION < 0 => grows toward lower addresses | 166 STACK_DIRECTION < 0 => grows toward lower addresses |
| 167 STACK_DIRECTION = 0 => direction of growth unknown */ | 167 STACK_DIRECTION = 0 => direction of growth unknown */ |
| 168 /* #undef STACK_DIRECTION */ | 168 /* #undef STACK_DIRECTION */ |
| 169 | 169 |
| 170 /* Define to 1 if you have the ANSI C header files. */ | 170 /* Define to 1 if you have the ANSI C header files. */ |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 #define FFI_HIDDEN __attribute__ ((visibility ("hidden"))) | 203 #define FFI_HIDDEN __attribute__ ((visibility ("hidden"))) |
| 204 #endif | 204 #endif |
| 205 #else | 205 #else |
| 206 #ifdef LIBFFI_ASM | 206 #ifdef LIBFFI_ASM |
| 207 #define FFI_HIDDEN(name) | 207 #define FFI_HIDDEN(name) |
| 208 #else | 208 #else |
| 209 #define FFI_HIDDEN | 209 #define FFI_HIDDEN |
| 210 #endif | 210 #endif |
| 211 #endif | 211 #endif |
| 212 | 212 |
| OLD | NEW |