config.h.in 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. /* config.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 1 if the target supports 64-bit __sync_*_compare_and_swap */
  5. #undef HAVE_64BIT_SYNC_BUILTINS
  6. /* Define to 1 if the assembler supports AVX. */
  7. #undef HAVE_AS_AVX
  8. /* Define if your assembler supports .cfi_* directives. */
  9. #undef HAVE_AS_CFI_PSEUDO_OP
  10. /* Define to 1 if the assembler supports HTM. */
  11. #undef HAVE_AS_HTM
  12. /* Define to 1 if the assembler supports RTM. */
  13. #undef HAVE_AS_RTM
  14. /* Define to 1 if the target supports __attribute__((alias(...))). */
  15. #undef HAVE_ATTRIBUTE_ALIAS
  16. /* Define to 1 if the target supports __attribute__((dllexport)). */
  17. #undef HAVE_ATTRIBUTE_DLLEXPORT
  18. /* Define to 1 if the target supports __attribute__((visibility(...))). */
  19. #undef HAVE_ATTRIBUTE_VISIBILITY
  20. /* Define if the POSIX Semaphores do not work on your system. */
  21. #undef HAVE_BROKEN_POSIX_SEMAPHORES
  22. /* Define to 1 if the target assembler supports thread-local storage. */
  23. #undef HAVE_CC_TLS
  24. /* Define to 1 if you have the <dlfcn.h> header file. */
  25. #undef HAVE_DLFCN_H
  26. /* Define to 1 if target has a weakref that works like the ELF one. */
  27. #undef HAVE_ELF_STYLE_WEAKREF
  28. /* Define to 1 if you have the `getauxval' function. */
  29. #undef HAVE_GETAUXVAL
  30. /* Define to 1 if you have the <inttypes.h> header file. */
  31. #undef HAVE_INTTYPES_H
  32. /* Define to 1 if you have the <malloc.h> header file. */
  33. #undef HAVE_MALLOC_H
  34. /* Define to 1 if you have the `memalign' function. */
  35. #undef HAVE_MEMALIGN
  36. /* Define to 1 if you have the <memory.h> header file. */
  37. #undef HAVE_MEMORY_H
  38. /* Define if mmap with MAP_ANON(YMOUS) works. */
  39. #undef HAVE_MMAP_ANON
  40. /* Define if mmap of /dev/zero works. */
  41. #undef HAVE_MMAP_DEV_ZERO
  42. /* Define if read-only mmap of a plain file works. */
  43. #undef HAVE_MMAP_FILE
  44. /* Define to 1 if you have the `posix_memalign' function. */
  45. #undef HAVE_POSIX_MEMALIGN
  46. /* Define to 1 if you have the <semaphore.h> header file. */
  47. #undef HAVE_SEMAPHORE_H
  48. /* Define to 1 if you have the <stdint.h> header file. */
  49. #undef HAVE_STDINT_H
  50. /* Define to 1 if you have the <stdlib.h> header file. */
  51. #undef HAVE_STDLIB_H
  52. /* Define to 1 if you have the <strings.h> header file. */
  53. #undef HAVE_STRINGS_H
  54. /* Define to 1 if you have the <string.h> header file. */
  55. #undef HAVE_STRING_H
  56. /* Define to 1 if you have the `strtoull' function. */
  57. #undef HAVE_STRTOULL
  58. /* Define to 1 if the target supports __sync_*_compare_and_swap */
  59. #undef HAVE_SYNC_BUILTINS
  60. /* Define to 1 if you have the <sys/auxv.h> header file. */
  61. #undef HAVE_SYS_AUXV_H
  62. /* Define to 1 if you have the <sys/stat.h> header file. */
  63. #undef HAVE_SYS_STAT_H
  64. /* Define to 1 if you have the <sys/time.h> header file. */
  65. #undef HAVE_SYS_TIME_H
  66. /* Define to 1 if you have the <sys/types.h> header file. */
  67. #undef HAVE_SYS_TYPES_H
  68. /* Define to 1 if the target supports thread-local storage. */
  69. #undef HAVE_TLS
  70. /* Define to 1 if you have the <unistd.h> header file. */
  71. #undef HAVE_UNISTD_H
  72. /* Define to 1 if GNU symbol versioning is used for libitm. */
  73. #undef LIBITM_GNU_SYMBOL_VERSIONING
  74. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  75. */
  76. #undef LT_OBJDIR
  77. /* Define to the letter to which size_t is mangled. */
  78. #undef MANGLE_SIZE_T
  79. /* Name of package */
  80. #undef PACKAGE
  81. /* Define to the address where bug reports for this package should be sent. */
  82. #undef PACKAGE_BUGREPORT
  83. /* Define to the full name of this package. */
  84. #undef PACKAGE_NAME
  85. /* Define to the full name and version of this package. */
  86. #undef PACKAGE_STRING
  87. /* Define to the one symbol short name of this package. */
  88. #undef PACKAGE_TARNAME
  89. /* Define to the home page for this package. */
  90. #undef PACKAGE_URL
  91. /* Define to the version of this package. */
  92. #undef PACKAGE_VERSION
  93. /* The size of `char', as computed by sizeof. */
  94. #undef SIZEOF_CHAR
  95. /* The size of `int', as computed by sizeof. */
  96. #undef SIZEOF_INT
  97. /* The size of `long', as computed by sizeof. */
  98. #undef SIZEOF_LONG
  99. /* The size of `short', as computed by sizeof. */
  100. #undef SIZEOF_SHORT
  101. /* The size of `void *', as computed by sizeof. */
  102. #undef SIZEOF_VOID_P
  103. /* Define to 1 if you have the ANSI C header files. */
  104. #undef STDC_HEADERS
  105. /* Define if you can safely include both <string.h> and <strings.h>. */
  106. #undef STRING_WITH_STRINGS
  107. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  108. #undef TIME_WITH_SYS_TIME
  109. /* Version number of package */
  110. #undef VERSION
  111. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  112. significant byte first (like Motorola and SPARC, unlike Intel). */
  113. #if defined AC_APPLE_UNIVERSAL_BUILD
  114. # if defined __BIG_ENDIAN__
  115. # define WORDS_BIGENDIAN 1
  116. # endif
  117. #else
  118. # ifndef WORDS_BIGENDIAN
  119. # undef WORDS_BIGENDIAN
  120. # endif
  121. #endif
  122. #ifndef WORDS_BIGENDIAN
  123. #define WORDS_BIGENDIAN 0
  124. #endif