fficonfig.h 6.0 KB

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