fficonfig.h.in 6.1 KB

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