fficonfig.h 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  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. #define EH_FRAME_FLAGS "aw"
  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. #define FFI_MMAP_EXEC_EMUTRAMP_PAX 1
  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. #define HAVE_ALLOCA_H 1
  30. /* Define if your assembler supports .cfi_* directives. */
  31. #define HAVE_AS_CFI_PSEUDO_OP 1
  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. /* #undef HAVE_AS_X86_PCREL */
  43. /* Define to 1 if you have the <dlfcn.h> header file. */
  44. #define HAVE_DLFCN_H 1
  45. /* Define if __attribute__((visibility("hidden"))) is supported. */
  46. #define HAVE_HIDDEN_VISIBILITY_ATTRIBUTE 1
  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. #define HAVE_LONG_DOUBLE 1
  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. #define HAVE_MEMCPY 1
  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. #define HAVE_MKOSTEMP 1
  59. /* Define to 1 if you have the `mmap' function. */
  60. #define HAVE_MMAP 1
  61. /* Define if mmap with MAP_ANON(YMOUS) works. */
  62. #define HAVE_MMAP_ANON 1
  63. /* Define if mmap of /dev/zero works. */
  64. #define HAVE_MMAP_DEV_ZERO 1
  65. /* Define if read-only mmap of a plain file works. */
  66. #define HAVE_MMAP_FILE 1
  67. /* Define if .eh_frame sections should be read-only. */
  68. /* #undef HAVE_RO_EH_FRAME */
  69. /* Define to 1 if you have the <stdint.h> header file. */
  70. #define HAVE_STDINT_H 1
  71. /* Define to 1 if you have the <stdlib.h> header file. */
  72. #define HAVE_STDLIB_H 1
  73. /* Define to 1 if you have the <strings.h> header file. */
  74. #define HAVE_STRINGS_H 1
  75. /* Define to 1 if you have the <string.h> header file. */
  76. #define HAVE_STRING_H 1
  77. /* Define to 1 if you have the <sys/mman.h> header file. */
  78. #define HAVE_SYS_MMAN_H 1
  79. /* Define to 1 if you have the <sys/stat.h> header file. */
  80. #define HAVE_SYS_STAT_H 1
  81. /* Define to 1 if you have the <sys/types.h> header file. */
  82. #define HAVE_SYS_TYPES_H 1
  83. /* Define to 1 if you have the <unistd.h> header file. */
  84. #define HAVE_UNISTD_H 1
  85. /* Define to 1 if GNU symbol versioning is used for libatomic. */
  86. #define LIBFFI_GNU_SYMBOL_VERSIONING 1
  87. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  88. #define LT_OBJDIR ".libs/"
  89. /* Name of package */
  90. #define PACKAGE "libffi"
  91. /* Define to the address where bug reports for this package should be sent. */
  92. #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues"
  93. /* Define to the full name of this package. */
  94. #define PACKAGE_NAME "libffi"
  95. /* Define to the full name and version of this package. */
  96. #define PACKAGE_STRING "libffi 3.3"
  97. /* Define to the one symbol short name of this package. */
  98. #define PACKAGE_TARNAME "libffi"
  99. /* Define to the home page for this package. */
  100. #define PACKAGE_URL ""
  101. /* Define to the version of this package. */
  102. #define PACKAGE_VERSION "3.3"
  103. /* The size of `double', as computed by sizeof. */
  104. #define SIZEOF_DOUBLE 8
  105. /* The size of `long double', as computed by sizeof. */
  106. #define SIZEOF_LONG_DOUBLE 16
  107. /* The size of `size_t', as computed by sizeof. */
  108. #define SIZEOF_SIZE_T 8
  109. /* If using the C implementation of alloca, define if you know the
  110. direction of stack growth for your system; otherwise it will be
  111. automatically deduced at runtime.
  112. STACK_DIRECTION > 0 => grows toward higher addresses
  113. STACK_DIRECTION < 0 => grows toward lower addresses
  114. STACK_DIRECTION = 0 => direction of growth unknown */
  115. /* #undef STACK_DIRECTION */
  116. /* Define to 1 if you have the ANSI C header files. */
  117. #define STDC_HEADERS 1
  118. /* Define if symbols are underscored. */
  119. /* #undef SYMBOL_UNDERSCORE */
  120. /* Define this if you are using Purify and want to suppress spurious messages.
  121. */
  122. /* #undef USING_PURIFY */
  123. /* Version number of package */
  124. #define VERSION "3.3"
  125. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  126. significant byte first (like Motorola and SPARC, unlike Intel). */
  127. #if defined AC_APPLE_UNIVERSAL_BUILD
  128. # if defined __BIG_ENDIAN__
  129. # define WORDS_BIGENDIAN 1
  130. # endif
  131. #else
  132. # ifndef WORDS_BIGENDIAN
  133. /* # undef WORDS_BIGENDIAN */
  134. # endif
  135. #endif
  136. /* Define to `unsigned int' if <sys/types.h> does not define. */
  137. /* #undef size_t */
  138. #ifdef HAVE_HIDDEN_VISIBILITY_ATTRIBUTE
  139. #ifdef LIBFFI_ASM
  140. #ifdef __APPLE__
  141. #define FFI_HIDDEN(name) .private_extern name
  142. #else
  143. #define FFI_HIDDEN(name) .hidden name
  144. #endif
  145. #else
  146. #define FFI_HIDDEN __attribute__ ((visibility ("hidden")))
  147. #endif
  148. #else
  149. #ifdef LIBFFI_ASM
  150. #define FFI_HIDDEN(name)
  151. #else
  152. #define FFI_HIDDEN
  153. #endif
  154. #endif