auto-config.h.in 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. /* auto-config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define if building universal (internal helper macro) */
  3. #undef AC_APPLE_UNIVERSAL_BUILD
  4. /* Have __atomic_compare_exchange for 1 byte integers. */
  5. #undef HAVE_ATOMIC_CAS_1
  6. /* Have __atomic_compare_exchange for 16 byte integers. */
  7. #undef HAVE_ATOMIC_CAS_16
  8. /* Have __atomic_compare_exchange for 2 byte integers. */
  9. #undef HAVE_ATOMIC_CAS_2
  10. /* Have __atomic_compare_exchange for 4 byte integers. */
  11. #undef HAVE_ATOMIC_CAS_4
  12. /* Have __atomic_compare_exchange for 8 byte integers. */
  13. #undef HAVE_ATOMIC_CAS_8
  14. /* Have __atomic_exchange for 1 byte integers. */
  15. #undef HAVE_ATOMIC_EXCHANGE_1
  16. /* Have __atomic_exchange for 16 byte integers. */
  17. #undef HAVE_ATOMIC_EXCHANGE_16
  18. /* Have __atomic_exchange for 2 byte integers. */
  19. #undef HAVE_ATOMIC_EXCHANGE_2
  20. /* Have __atomic_exchange for 4 byte integers. */
  21. #undef HAVE_ATOMIC_EXCHANGE_4
  22. /* Have __atomic_exchange for 8 byte integers. */
  23. #undef HAVE_ATOMIC_EXCHANGE_8
  24. /* Have __atomic_fetch_add for 1 byte integers. */
  25. #undef HAVE_ATOMIC_FETCH_ADD_1
  26. /* Have __atomic_fetch_add for 16 byte integers. */
  27. #undef HAVE_ATOMIC_FETCH_ADD_16
  28. /* Have __atomic_fetch_add for 2 byte integers. */
  29. #undef HAVE_ATOMIC_FETCH_ADD_2
  30. /* Have __atomic_fetch_add for 4 byte integers. */
  31. #undef HAVE_ATOMIC_FETCH_ADD_4
  32. /* Have __atomic_fetch_add for 8 byte integers. */
  33. #undef HAVE_ATOMIC_FETCH_ADD_8
  34. /* Have __atomic_fetch_op for all op for 1 byte integers. */
  35. #undef HAVE_ATOMIC_FETCH_OP_1
  36. /* Have __atomic_fetch_op for all op for 16 byte integers. */
  37. #undef HAVE_ATOMIC_FETCH_OP_16
  38. /* Have __atomic_fetch_op for all op for 2 byte integers. */
  39. #undef HAVE_ATOMIC_FETCH_OP_2
  40. /* Have __atomic_fetch_op for all op for 4 byte integers. */
  41. #undef HAVE_ATOMIC_FETCH_OP_4
  42. /* Have __atomic_fetch_op for all op for 8 byte integers. */
  43. #undef HAVE_ATOMIC_FETCH_OP_8
  44. /* Have __atomic_load/store for 1 byte integers. */
  45. #undef HAVE_ATOMIC_LDST_1
  46. /* Have __atomic_load/store for 16 byte integers. */
  47. #undef HAVE_ATOMIC_LDST_16
  48. /* Have __atomic_load/store for 2 byte integers. */
  49. #undef HAVE_ATOMIC_LDST_2
  50. /* Have __atomic_load/store for 4 byte integers. */
  51. #undef HAVE_ATOMIC_LDST_4
  52. /* Have __atomic_load/store for 8 byte integers. */
  53. #undef HAVE_ATOMIC_LDST_8
  54. /* Have __atomic_test_and_set for 1 byte integers. */
  55. #undef HAVE_ATOMIC_TAS_1
  56. /* Have __atomic_test_and_set for 16 byte integers. */
  57. #undef HAVE_ATOMIC_TAS_16
  58. /* Have __atomic_test_and_set for 2 byte integers. */
  59. #undef HAVE_ATOMIC_TAS_2
  60. /* Have __atomic_test_and_set for 4 byte integers. */
  61. #undef HAVE_ATOMIC_TAS_4
  62. /* Have __atomic_test_and_set for 8 byte integers. */
  63. #undef HAVE_ATOMIC_TAS_8
  64. /* Define to 1 if the target supports __attribute__((alias(...))). */
  65. #undef HAVE_ATTRIBUTE_ALIAS
  66. /* Define to 1 if the target supports __attribute__((dllexport)). */
  67. #undef HAVE_ATTRIBUTE_DLLEXPORT
  68. /* Define to 1 if the target supports __attribute__((visibility(...))). */
  69. #undef HAVE_ATTRIBUTE_VISIBILITY
  70. /* Define to 1 if you have the <dlfcn.h> header file. */
  71. #undef HAVE_DLFCN_H
  72. /* Define to 1 if you have the <fenv.h> header file. */
  73. #undef HAVE_FENV_H
  74. /* Define to 1 if the target supports __attribute__((ifunc(...))). */
  75. #undef HAVE_IFUNC
  76. /* Have support for 1 byte integers. */
  77. #undef HAVE_INT1
  78. /* Have support for 16 byte integers. */
  79. #undef HAVE_INT16
  80. /* Have support for 2 byte integers. */
  81. #undef HAVE_INT2
  82. /* Have support for 4 byte integers. */
  83. #undef HAVE_INT4
  84. /* Have support for 8 byte integers. */
  85. #undef HAVE_INT8
  86. /* Define to 1 if you have the <inttypes.h> header file. */
  87. #undef HAVE_INTTYPES_H
  88. /* Define to 1 if you have the <memory.h> header file. */
  89. #undef HAVE_MEMORY_H
  90. /* Define to 1 if you have the <stdint.h> header file. */
  91. #undef HAVE_STDINT_H
  92. /* Define to 1 if you have the <stdlib.h> header file. */
  93. #undef HAVE_STDLIB_H
  94. /* Define to 1 if you have the <strings.h> header file. */
  95. #undef HAVE_STRINGS_H
  96. /* Define to 1 if you have the <string.h> header file. */
  97. #undef HAVE_STRING_H
  98. /* Define to 1 if you have the <sys/stat.h> header file. */
  99. #undef HAVE_SYS_STAT_H
  100. /* Define to 1 if you have the <sys/types.h> header file. */
  101. #undef HAVE_SYS_TYPES_H
  102. /* Define to 1 if you have the <unistd.h> header file. */
  103. #undef HAVE_UNISTD_H
  104. /* Define ifunc resolver function argument. */
  105. #undef IFUNC_RESOLVER_ARGS
  106. /* Define to 1 if GNU symbol versioning is used for libatomic. */
  107. #undef LIBAT_GNU_SYMBOL_VERSIONING
  108. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  109. */
  110. #undef LT_OBJDIR
  111. /* Name of package */
  112. #undef PACKAGE
  113. /* Define to the address where bug reports for this package should be sent. */
  114. #undef PACKAGE_BUGREPORT
  115. /* Define to the full name of this package. */
  116. #undef PACKAGE_NAME
  117. /* Define to the full name and version of this package. */
  118. #undef PACKAGE_STRING
  119. /* Define to the one symbol short name of this package. */
  120. #undef PACKAGE_TARNAME
  121. /* Define to the home page for this package. */
  122. #undef PACKAGE_URL
  123. /* Define to the version of this package. */
  124. #undef PACKAGE_VERSION
  125. /* The size of `char', as computed by sizeof. */
  126. #undef SIZEOF_CHAR
  127. /* The size of `int', as computed by sizeof. */
  128. #undef SIZEOF_INT
  129. /* The size of `long', as computed by sizeof. */
  130. #undef SIZEOF_LONG
  131. /* The size of `short', as computed by sizeof. */
  132. #undef SIZEOF_SHORT
  133. /* The size of `void *', as computed by sizeof. */
  134. #undef SIZEOF_VOID_P
  135. /* Define to 1 if you have the ANSI C header files. */
  136. #undef STDC_HEADERS
  137. /* Define if you can safely include both <string.h> and <strings.h>. */
  138. #undef STRING_WITH_STRINGS
  139. /* Version number of package */
  140. #undef VERSION
  141. /* The word size in bytes of the machine. */
  142. #undef WORDSIZE
  143. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  144. significant byte first (like Motorola and SPARC, unlike Intel). */
  145. #if defined AC_APPLE_UNIVERSAL_BUILD
  146. # if defined __BIG_ENDIAN__
  147. # define WORDS_BIGENDIAN 1
  148. # endif
  149. #else
  150. # ifndef WORDS_BIGENDIAN
  151. # undef WORDS_BIGENDIAN
  152. # endif
  153. #endif
  154. #define MAYBE_HAVE_ATOMIC_LDST_1 HAVE_ATOMIC_LDST_1
  155. #define FAST_ATOMIC_LDST_16 HAVE_ATOMIC_LDST_16
  156. #define MAYBE_HAVE_ATOMIC_TAS_1 HAVE_ATOMIC_TAS_1
  157. #define MAYBE_HAVE_ATOMIC_TAS_2 HAVE_ATOMIC_TAS_2
  158. #define MAYBE_HAVE_ATOMIC_TAS_4 HAVE_ATOMIC_TAS_4
  159. #define MAYBE_HAVE_ATOMIC_TAS_8 HAVE_ATOMIC_TAS_8
  160. #define MAYBE_HAVE_ATOMIC_TAS_16 HAVE_ATOMIC_TAS_16
  161. #define MAYBE_HAVE_ATOMIC_EXCHANGE_1 HAVE_ATOMIC_EXCHANGE_1
  162. #define MAYBE_HAVE_ATOMIC_EXCHANGE_2 HAVE_ATOMIC_EXCHANGE_2
  163. #define MAYBE_HAVE_ATOMIC_EXCHANGE_4 HAVE_ATOMIC_EXCHANGE_4
  164. #define MAYBE_HAVE_ATOMIC_EXCHANGE_8 HAVE_ATOMIC_EXCHANGE_8
  165. #define FAST_ATOMIC_LDST_1 HAVE_ATOMIC_LDST_1
  166. #define MAYBE_HAVE_ATOMIC_EXCHANGE_16 HAVE_ATOMIC_EXCHANGE_16
  167. #define MAYBE_HAVE_ATOMIC_CAS_1 HAVE_ATOMIC_CAS_1
  168. #define MAYBE_HAVE_ATOMIC_CAS_2 HAVE_ATOMIC_CAS_2
  169. #define MAYBE_HAVE_ATOMIC_CAS_4 HAVE_ATOMIC_CAS_4
  170. #define MAYBE_HAVE_ATOMIC_CAS_8 HAVE_ATOMIC_CAS_8
  171. #define MAYBE_HAVE_ATOMIC_CAS_16 HAVE_ATOMIC_CAS_16
  172. #define MAYBE_HAVE_ATOMIC_FETCH_ADD_1 HAVE_ATOMIC_FETCH_ADD_1
  173. #define MAYBE_HAVE_ATOMIC_FETCH_ADD_2 HAVE_ATOMIC_FETCH_ADD_2
  174. #define MAYBE_HAVE_ATOMIC_FETCH_ADD_4 HAVE_ATOMIC_FETCH_ADD_4
  175. #define MAYBE_HAVE_ATOMIC_FETCH_ADD_8 HAVE_ATOMIC_FETCH_ADD_8
  176. #define MAYBE_HAVE_ATOMIC_LDST_2 HAVE_ATOMIC_LDST_2
  177. #define MAYBE_HAVE_ATOMIC_FETCH_ADD_16 HAVE_ATOMIC_FETCH_ADD_16
  178. #define MAYBE_HAVE_ATOMIC_FETCH_OP_1 HAVE_ATOMIC_FETCH_OP_1
  179. #define MAYBE_HAVE_ATOMIC_FETCH_OP_2 HAVE_ATOMIC_FETCH_OP_2
  180. #define MAYBE_HAVE_ATOMIC_FETCH_OP_4 HAVE_ATOMIC_FETCH_OP_4
  181. #define MAYBE_HAVE_ATOMIC_FETCH_OP_8 HAVE_ATOMIC_FETCH_OP_8
  182. #define MAYBE_HAVE_ATOMIC_FETCH_OP_16 HAVE_ATOMIC_FETCH_OP_16
  183. #ifndef WORDS_BIGENDIAN
  184. #define WORDS_BIGENDIAN 0
  185. #endif
  186. #define FAST_ATOMIC_LDST_2 HAVE_ATOMIC_LDST_2
  187. #define MAYBE_HAVE_ATOMIC_LDST_4 HAVE_ATOMIC_LDST_4
  188. #define FAST_ATOMIC_LDST_4 HAVE_ATOMIC_LDST_4
  189. #define MAYBE_HAVE_ATOMIC_LDST_8 HAVE_ATOMIC_LDST_8
  190. #define FAST_ATOMIC_LDST_8 HAVE_ATOMIC_LDST_8
  191. #define MAYBE_HAVE_ATOMIC_LDST_16 HAVE_ATOMIC_LDST_16