fficonfig.h 6.3 KB

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