linux-qubasis

linux oasis port as a qubes template

git clone https://9o.is/git/linux-qubasis.git

fficonfig.h

(2194B)


      1 /* #undef AC_APPLE_UNIVERSAL_BUILD */
      2 /* #undef CRAY_STACKSEG_END */
      3 /* #undef C_ALLOCA */
      4 #define EH_FRAME_FLAGS "a"
      5 /* #undef FFI_DEBUG */
      6 /* #undef FFI_EXEC_TRAMPOLINE_TABLE */
      7 /* #undef FFI_MMAP_EXEC_EMUTRAMP_PAX */
      8 /* #undef FFI_MMAP_EXEC_WRIT */
      9 /* #undef FFI_NO_RAW_API */
     10 /* #undef FFI_NO_STRUCTS */
     11 #define HAVE_ALLOCA 1
     12 #define HAVE_ALLOCA_H 1
     13 #define HAVE_AS_CFI_PSEUDO_OP 1
     14 /* #undef HAVE_AS_REGISTER_PSEUDO_OP */
     15 /* #undef HAVE_AS_S390_ZARCH */
     16 /* #undef HAVE_AS_SPARC_UA_PCREL */
     17 #ifdef __x86_64__
     18 #define HAVE_AS_X86_64_UNWIND_SECTION_TYPE 1
     19 #define HAVE_AS_X86_PCREL 1
     20 #endif
     21 #define HAVE_DLFCN_H 1
     22 #define HAVE_HIDDEN_VISIBILITY_ATTRIBUTE 1
     23 #define HAVE_INTTYPES_H 1
     24 #define HAVE_LONG_DOUBLE 1
     25 /* #undef HAVE_LONG_DOUBLE_VARIANT */
     26 #define HAVE_MEMCPY 1
     27 #define HAVE_MEMORY_H 1
     28 #define HAVE_MKOSTEMP 1
     29 #define HAVE_MMAP 1
     30 #define HAVE_MMAP_ANON 1
     31 #define HAVE_MMAP_DEV_ZERO 1
     32 #define HAVE_MMAP_FILE 1
     33 #define HAVE_RO_EH_FRAME 1
     34 #define HAVE_STDINT_H 1
     35 #define HAVE_STDLIB_H 1
     36 #define HAVE_STRINGS_H 1
     37 #define HAVE_STRING_H 1
     38 #define HAVE_SYS_MMAN_H 1
     39 #define HAVE_SYS_STAT_H 1
     40 #define HAVE_SYS_TYPES_H 1
     41 #define HAVE_UNISTD_H 1
     42 #define LIBFFI_GNU_SYMBOL_VERSIONING 1
     43 #define LT_OBJDIR ".libs/"
     44 #define PACKAGE "libffi"
     45 #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues"
     46 #define PACKAGE_NAME "libffi"
     47 #define PACKAGE_STRING "libffi 3.3"
     48 #define PACKAGE_TARNAME "libffi"
     49 #define PACKAGE_URL ""
     50 #define PACKAGE_VERSION "3.3"
     51 #define SIZEOF_DOUBLE 8
     52 #define SIZEOF_LONG_DOUBLE 16
     53 #define SIZEOF_SIZE_T 8
     54 /* #undef STACK_DIRECTION */
     55 #define STDC_HEADERS 1
     56 /* #undef SYMBOL_UNDERSCORE */
     57 /* #undef USING_PURIFY */
     58 #define VERSION "3.3"
     59 #if defined AC_APPLE_UNIVERSAL_BUILD
     60 # if defined __BIG_ENDIAN__
     61 #  define WORDS_BIGENDIAN 1
     62 # endif
     63 #else
     64 # ifndef WORDS_BIGENDIAN
     65 /* #  undef WORDS_BIGENDIAN */
     66 # endif
     67 #endif
     68 /* #undef size_t */
     69 #ifdef HAVE_HIDDEN_VISIBILITY_ATTRIBUTE
     70 #ifdef LIBFFI_ASM
     71 #ifdef __APPLE__
     72 #define FFI_HIDDEN(name) .private_extern name
     73 #else
     74 #define FFI_HIDDEN(name) .hidden name
     75 #endif
     76 #else
     77 #define FFI_HIDDEN __attribute__ ((visibility ("hidden")))
     78 #endif
     79 #else
     80 #ifdef LIBFFI_ASM
     81 #define FFI_HIDDEN(name)
     82 #else
     83 #define FFI_HIDDEN
     84 #endif
     85 #endif