config.h.in 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  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 if aligonof is available */
  5. #undef HAVE_ALIGNOF
  6. /* Define to 1 if you have the `ceilf' function. */
  7. #undef HAVE_CEILF
  8. /* Define to 1 if you have the `clock_gettime' function. */
  9. #undef HAVE_CLOCK_GETTIME
  10. /* Define to 1 if you have the `copysign' function. */
  11. #undef HAVE_COPYSIGN
  12. /* Define to 1 if you have the `copysignf' function. */
  13. #undef HAVE_COPYSIGNF
  14. /* Define to 1 if you have the declaration of `CLOCK_MONOTONIC', and to 0 if
  15. you don't. */
  16. #undef HAVE_DECL_CLOCK_MONOTONIC
  17. /* Define to 1 if you have the declaration of `fegetround', and to 0 if you
  18. don't. */
  19. #undef HAVE_DECL_FEGETROUND
  20. /* Define to 1 if you have the declaration of `fesetround', and to 0 if you
  21. don't. */
  22. #undef HAVE_DECL_FESETROUND
  23. /* Define to 1 if you have the declaration of `fpclassify', and to 0 if you
  24. don't. */
  25. #undef HAVE_DECL_FPCLASSIFY
  26. /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
  27. */
  28. #undef HAVE_DECL_ISINF
  29. /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
  30. */
  31. #undef HAVE_DECL_ISNAN
  32. /* Define to 1 if you have the declaration of `isnormal', and to 0 if you
  33. don't. */
  34. #undef HAVE_DECL_ISNORMAL
  35. /* Define to 1 if you have the declaration of `signbit', and to 0 if you
  36. don't. */
  37. #undef HAVE_DECL_SIGNBIT
  38. /* Define to 1 if you have the `dlopen' function. */
  39. #undef HAVE_DLOPEN
  40. /* Define to 1 if you have the `fegetround' function. */
  41. #undef HAVE_FEGETROUND
  42. /* Define to 1 if you have the `fesetround' function. */
  43. #undef HAVE_FESETROUND
  44. /* Define to 1 if you have the `finite' function. */
  45. #undef HAVE_FINITE
  46. /* Define to 1 if you have the `floorf' function. */
  47. #undef HAVE_FLOORF
  48. /* Define to 1 if you have the `fpclass' function. */
  49. #undef HAVE_FPCLASS
  50. /* Define to 1 if you have the `frexpf' function. */
  51. #undef HAVE_FREXPF
  52. /* Define if __atomic builtins are available */
  53. #undef HAVE_GCC_ATOMIC
  54. /* Define to 1 if you have the `getrusage' function. */
  55. #undef HAVE_GETRUSAGE
  56. /* Define to 1 if you have the `gettimeofday' function. */
  57. #undef HAVE_GETTIMEOFDAY
  58. /* Define to 1 if you have the <inttypes.h> header file. */
  59. #undef HAVE_INTTYPES_H
  60. /* Define to 1 if you have the `ldexpf' function. */
  61. #undef HAVE_LDEXPF
  62. /* Define to 1 if you have the `dl' library (-ldl). */
  63. #undef HAVE_LIBDL
  64. /* Define to 1 if you have the `gmp' library (-lgmp). */
  65. #undef HAVE_LIBGMP
  66. /* Define to 1 if you have the `m' library (-lm). */
  67. #undef HAVE_LIBM
  68. /* Define to 1 if you have the `myth' library (-lmyth). */
  69. #undef HAVE_LIBMYTH
  70. /* Define to 1 if you have the `pthread' library (-lpthread). */
  71. #undef HAVE_LIBPTHREAD
  72. /* Define to 1 if you have the `rt' library (-lrt). */
  73. #undef HAVE_LIBRT
  74. /* Define to 1 if you have the `socket' library (-lsocket). */
  75. #undef HAVE_LIBSOCKET
  76. /* Define to 1 if you have the <libunwind.h> header file. */
  77. #undef HAVE_LIBUNWIND_H
  78. /* Define to 1 if the system has the type `max_align_t'. */
  79. #undef HAVE_MAX_ALIGN_T
  80. /* Define to 1 if you have the <memory.h> header file. */
  81. #undef HAVE_MEMORY_H
  82. /* Define to 1 if you have the `mkstemp' function. */
  83. #undef HAVE_MKSTEMP
  84. /* Define to 1 if you have the `mmap' function. */
  85. #undef HAVE_MMAP
  86. /* Define to 1 if you have the `modf' function. */
  87. #undef HAVE_MODF
  88. /* Define to 1 if you have the `modff' function. */
  89. #undef HAVE_MODFF
  90. /* Define to 1 if you have the `nextafter' function. */
  91. #undef HAVE_NEXTAFTER
  92. /* Define to 1 if you have the `nextafterf' function. */
  93. #undef HAVE_NEXTAFTERF
  94. /* Define to 1 if you have the `poll' function. */
  95. #undef HAVE_POLL
  96. /* Define to 1 if you have the `readlink' function. */
  97. #undef HAVE_READLINK
  98. /* Define to 1 if you have the `roundf' function. */
  99. #undef HAVE_ROUNDF
  100. /* Define to 1 if you have the `select' function. */
  101. #undef HAVE_SELECT
  102. /* Define to 1 if you have the `sleep' function. */
  103. #undef HAVE_SLEEP
  104. /* Define to 1 if you have the `socket' function. */
  105. #undef HAVE_SOCKET
  106. /* Define to 1 if you have the <stdatomic.h> header file. */
  107. #undef HAVE_STDATOMIC_H
  108. /* Define to 1 if you have the <stdint.h> header file. */
  109. #undef HAVE_STDINT_H
  110. /* Define to 1 if you have the <stdlib.h> header file. */
  111. #undef HAVE_STDLIB_H
  112. /* Define to 1 if you have the <strings.h> header file. */
  113. #undef HAVE_STRINGS_H
  114. /* Define to 1 if you have the <string.h> header file. */
  115. #undef HAVE_STRING_H
  116. /* Define to 1 if you have the `strptime' function. */
  117. #undef HAVE_STRPTIME
  118. /* Define to 1 if you have the <sys/stat.h> header file. */
  119. #undef HAVE_SYS_STAT_H
  120. /* Define to 1 if you have the <sys/types.h> header file. */
  121. #undef HAVE_SYS_TYPES_H
  122. /* Define to 1 if you have the `times' function. */
  123. #undef HAVE_TIMES
  124. /* Define if _Thread_local is available */
  125. #undef HAVE_TLS
  126. /* Define to 1 if you have the <unistd.h> header file. */
  127. #undef HAVE_UNISTD_H
  128. /* Define to 1 if you have the `unw_getcontext' function. */
  129. #undef HAVE_UNW_GETCONTEXT
  130. /* Define to 1 if you have the `utime' function. */
  131. #undef HAVE_UTIME
  132. /* Define to 1 if you have the `utimes' function. */
  133. #undef HAVE_UTIMES
  134. /* Define if your system is Windows */
  135. #undef MINGW
  136. /* Define to the address where bug reports for this package should be sent. */
  137. #undef PACKAGE_BUGREPORT
  138. /* Define to the full name of this package. */
  139. #undef PACKAGE_NAME
  140. /* Define to the full name and version of this package. */
  141. #undef PACKAGE_STRING
  142. /* Define to the one symbol short name of this package. */
  143. #undef PACKAGE_TARNAME
  144. /* Define to the home page for this package. */
  145. #undef PACKAGE_URL
  146. /* Define to the version of this package. */
  147. #undef PACKAGE_VERSION
  148. /* The size of `double', as computed by sizeof. */
  149. #undef SIZEOF_DOUBLE
  150. /* The size of `float', as computed by sizeof. */
  151. #undef SIZEOF_FLOAT
  152. /* The size of `int', as computed by sizeof. */
  153. #undef SIZEOF_INT
  154. /* The size of `long', as computed by sizeof. */
  155. #undef SIZEOF_LONG
  156. /* The size of `long long', as computed by sizeof. */
  157. #undef SIZEOF_LONG_LONG
  158. /* The size of `size_t', as computed by sizeof. */
  159. #undef SIZEOF_SIZE_T
  160. /* Define to 1 if you have the ANSI C header files. */
  161. #undef STDC_HEADERS
  162. /* Enable extensions on AIX 3, Interix. */
  163. #ifndef _ALL_SOURCE
  164. # undef _ALL_SOURCE
  165. #endif
  166. /* Enable GNU extensions on systems that have them. */
  167. #ifndef _GNU_SOURCE
  168. # undef _GNU_SOURCE
  169. #endif
  170. /* Enable threading extensions on Solaris. */
  171. #ifndef _POSIX_PTHREAD_SEMANTICS
  172. # undef _POSIX_PTHREAD_SEMANTICS
  173. #endif
  174. /* Enable extensions on HP NonStop. */
  175. #ifndef _TANDEM_SOURCE
  176. # undef _TANDEM_SOURCE
  177. #endif
  178. /* Enable general extensions on Solaris. */
  179. #ifndef __EXTENSIONS__
  180. # undef __EXTENSIONS__
  181. #endif
  182. /* Define if your processor is big endian */
  183. #undef WORDS_BIGENDIAN
  184. /* Define to 1 if on MINIX. */
  185. #undef _MINIX
  186. /* Define to 2 if the system does not provide POSIX.1 features except with
  187. this defined. */
  188. #undef _POSIX_1_SOURCE
  189. /* Define to 1 if you need to in order for `stat' and other things to work. */
  190. #undef _POSIX_SOURCE
  191. /* alternative to _Thread_local */
  192. #undef _Thread_local
  193. /* Alternative to alignof */
  194. #undef alignof