config.h.in 26 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 0 if the target shouldn't use #pragma weak */
  3. #undef GTHREAD_USE_WEAK
  4. /* Define to 1 if you have the `access' function. */
  5. #undef HAVE_ACCESS
  6. /* Define to 1 if you have the `acos' function. */
  7. #undef HAVE_ACOS
  8. /* Define to 1 if you have the `acosf' function. */
  9. #undef HAVE_ACOSF
  10. /* Define to 1 if you have the `acosh' function. */
  11. #undef HAVE_ACOSH
  12. /* Define to 1 if you have the `acoshf' function. */
  13. #undef HAVE_ACOSHF
  14. /* Define to 1 if you have the `acoshl' function. */
  15. #undef HAVE_ACOSHL
  16. /* Define to 1 if you have the `acosl' function. */
  17. #undef HAVE_ACOSL
  18. /* Define to 1 if you have the `alarm' function. */
  19. #undef HAVE_ALARM
  20. /* Define to 1 if you have the `asin' function. */
  21. #undef HAVE_ASIN
  22. /* Define to 1 if you have the `asinf' function. */
  23. #undef HAVE_ASINF
  24. /* Define to 1 if you have the `asinh' function. */
  25. #undef HAVE_ASINH
  26. /* Define to 1 if you have the `asinhf' function. */
  27. #undef HAVE_ASINHF
  28. /* Define to 1 if you have the `asinhl' function. */
  29. #undef HAVE_ASINHL
  30. /* Define to 1 if you have the `asinl' function. */
  31. #undef HAVE_ASINL
  32. /* Define to 1 if you have the `atan' function. */
  33. #undef HAVE_ATAN
  34. /* Define to 1 if you have the `atan2' function. */
  35. #undef HAVE_ATAN2
  36. /* Define to 1 if you have the `atan2f' function. */
  37. #undef HAVE_ATAN2F
  38. /* Define to 1 if you have the `atan2l' function. */
  39. #undef HAVE_ATAN2L
  40. /* Define to 1 if you have the `atanf' function. */
  41. #undef HAVE_ATANF
  42. /* Define to 1 if you have the `atanh' function. */
  43. #undef HAVE_ATANH
  44. /* Define to 1 if you have the `atanhf' function. */
  45. #undef HAVE_ATANHF
  46. /* Define to 1 if you have the `atanhl' function. */
  47. #undef HAVE_ATANHL
  48. /* Define to 1 if you have the `atanl' function. */
  49. #undef HAVE_ATANL
  50. /* Define to 1 if the target supports __atomic_fetch_add */
  51. #undef HAVE_ATOMIC_FETCH_ADD
  52. /* Define to 1 if the target supports __attribute__((alias(...))). */
  53. #undef HAVE_ATTRIBUTE_ALIAS
  54. /* Define to 1 if the target supports __attribute__((visibility(...))). */
  55. #undef HAVE_ATTRIBUTE_VISIBILITY
  56. /* Define if AVX instructions can be compiled. */
  57. #undef HAVE_AVX
  58. /* Define if -mprefer-avx128 is supported. */
  59. #undef HAVE_AVX128
  60. /* Define if AVX2 instructions can be compiled. */
  61. #undef HAVE_AVX2
  62. /* Define if AVX512f instructions can be compiled. */
  63. #undef HAVE_AVX512F
  64. /* Define to 1 if you have the `cabs' function. */
  65. #undef HAVE_CABS
  66. /* Define to 1 if you have the `cabsf' function. */
  67. #undef HAVE_CABSF
  68. /* Define to 1 if you have the `cabsl' function. */
  69. #undef HAVE_CABSL
  70. /* Define to 1 if you have the `cacos' function. */
  71. #undef HAVE_CACOS
  72. /* Define to 1 if you have the `cacosf' function. */
  73. #undef HAVE_CACOSF
  74. /* Define to 1 if you have the `cacosh' function. */
  75. #undef HAVE_CACOSH
  76. /* Define to 1 if you have the `cacoshf' function. */
  77. #undef HAVE_CACOSHF
  78. /* Define to 1 if you have the `cacoshl' function. */
  79. #undef HAVE_CACOSHL
  80. /* Define to 1 if you have the `cacosl' function. */
  81. #undef HAVE_CACOSL
  82. /* Define to 1 if you have the `carg' function. */
  83. #undef HAVE_CARG
  84. /* Define to 1 if you have the `cargf' function. */
  85. #undef HAVE_CARGF
  86. /* Define to 1 if you have the `cargl' function. */
  87. #undef HAVE_CARGL
  88. /* Define to 1 if you have the `casin' function. */
  89. #undef HAVE_CASIN
  90. /* Define to 1 if you have the `casinf' function. */
  91. #undef HAVE_CASINF
  92. /* Define to 1 if you have the `casinh' function. */
  93. #undef HAVE_CASINH
  94. /* Define to 1 if you have the `casinhf' function. */
  95. #undef HAVE_CASINHF
  96. /* Define to 1 if you have the `casinhl' function. */
  97. #undef HAVE_CASINHL
  98. /* Define to 1 if you have the `casinl' function. */
  99. #undef HAVE_CASINL
  100. /* Define to 1 if you have the `catan' function. */
  101. #undef HAVE_CATAN
  102. /* Define to 1 if you have the `catanf' function. */
  103. #undef HAVE_CATANF
  104. /* Define to 1 if you have the `catanh' function. */
  105. #undef HAVE_CATANH
  106. /* Define to 1 if you have the `catanhf' function. */
  107. #undef HAVE_CATANHF
  108. /* Define to 1 if you have the `catanhl' function. */
  109. #undef HAVE_CATANHL
  110. /* Define to 1 if you have the `catanl' function. */
  111. #undef HAVE_CATANL
  112. /* Define to 1 if you have the `ccos' function. */
  113. #undef HAVE_CCOS
  114. /* Define to 1 if you have the `ccosf' function. */
  115. #undef HAVE_CCOSF
  116. /* Define to 1 if you have the `ccosh' function. */
  117. #undef HAVE_CCOSH
  118. /* Define to 1 if you have the `ccoshf' function. */
  119. #undef HAVE_CCOSHF
  120. /* Define to 1 if you have the `ccoshl' function. */
  121. #undef HAVE_CCOSHL
  122. /* Define to 1 if you have the `ccosl' function. */
  123. #undef HAVE_CCOSL
  124. /* Define to 1 if you have the `ceil' function. */
  125. #undef HAVE_CEIL
  126. /* Define to 1 if you have the `ceilf' function. */
  127. #undef HAVE_CEILF
  128. /* Define to 1 if you have the `ceill' function. */
  129. #undef HAVE_CEILL
  130. /* Define to 1 if you have the `cexp' function. */
  131. #undef HAVE_CEXP
  132. /* Define to 1 if you have the `cexpf' function. */
  133. #undef HAVE_CEXPF
  134. /* Define to 1 if you have the `cexpl' function. */
  135. #undef HAVE_CEXPL
  136. /* Define to 1 if you have the `chdir' function. */
  137. #undef HAVE_CHDIR
  138. /* Define to 1 if you have the `chsize' function. */
  139. #undef HAVE_CHSIZE
  140. /* Define to 1 if you have the `clock_gettime' function. */
  141. #undef HAVE_CLOCK_GETTIME
  142. /* Define to 1 if you have the `clock_gettime' function in librt. */
  143. #undef HAVE_CLOCK_GETTIME_LIBRT
  144. /* libm includes clog */
  145. #undef HAVE_CLOG
  146. /* Define to 1 if you have the `clog10' function. */
  147. #undef HAVE_CLOG10
  148. /* Define to 1 if you have the `clog10f' function. */
  149. #undef HAVE_CLOG10F
  150. /* Define to 1 if you have the `clog10l' function. */
  151. #undef HAVE_CLOG10L
  152. /* Define to 1 if you have the `clogf' function. */
  153. #undef HAVE_CLOGF
  154. /* Define to 1 if you have the `clogl' function. */
  155. #undef HAVE_CLOGL
  156. /* Define to 1 if you have the <complex.h> header file. */
  157. #undef HAVE_COMPLEX_H
  158. /* Define to 1 if you have the `copysign' function. */
  159. #undef HAVE_COPYSIGN
  160. /* Define to 1 if you have the `copysignf' function. */
  161. #undef HAVE_COPYSIGNF
  162. /* Define to 1 if you have the `copysignl' function. */
  163. #undef HAVE_COPYSIGNL
  164. /* Define to 1 if you have the `cos' function. */
  165. #undef HAVE_COS
  166. /* Define to 1 if you have the `cosf' function. */
  167. #undef HAVE_COSF
  168. /* Define to 1 if you have the `cosh' function. */
  169. #undef HAVE_COSH
  170. /* Define to 1 if you have the `coshf' function. */
  171. #undef HAVE_COSHF
  172. /* Define to 1 if you have the `coshl' function. */
  173. #undef HAVE_COSHL
  174. /* Define to 1 if you have the `cosl' function. */
  175. #undef HAVE_COSL
  176. /* Define to 1 if you have the `cpow' function. */
  177. #undef HAVE_CPOW
  178. /* Define to 1 if you have the `cpowf' function. */
  179. #undef HAVE_CPOWF
  180. /* Define to 1 if you have the `cpowl' function. */
  181. #undef HAVE_CPOWL
  182. /* Define if CRLF is line terminator. */
  183. #undef HAVE_CRLF
  184. /* Define to 1 if you have the `csin' function. */
  185. #undef HAVE_CSIN
  186. /* Define to 1 if you have the `csinf' function. */
  187. #undef HAVE_CSINF
  188. /* Define to 1 if you have the `csinh' function. */
  189. #undef HAVE_CSINH
  190. /* Define to 1 if you have the `csinhf' function. */
  191. #undef HAVE_CSINHF
  192. /* Define to 1 if you have the `csinhl' function. */
  193. #undef HAVE_CSINHL
  194. /* Define to 1 if you have the `csinl' function. */
  195. #undef HAVE_CSINL
  196. /* Define to 1 if you have the `csqrt' function. */
  197. #undef HAVE_CSQRT
  198. /* Define to 1 if you have the `csqrtf' function. */
  199. #undef HAVE_CSQRTF
  200. /* Define to 1 if you have the `csqrtl' function. */
  201. #undef HAVE_CSQRTL
  202. /* Define to 1 if you have the `ctan' function. */
  203. #undef HAVE_CTAN
  204. /* Define to 1 if you have the `ctanf' function. */
  205. #undef HAVE_CTANF
  206. /* Define to 1 if you have the `ctanh' function. */
  207. #undef HAVE_CTANH
  208. /* Define to 1 if you have the `ctanhf' function. */
  209. #undef HAVE_CTANHF
  210. /* Define to 1 if you have the `ctanhl' function. */
  211. #undef HAVE_CTANHL
  212. /* Define to 1 if you have the `ctanl' function. */
  213. #undef HAVE_CTANL
  214. /* Define to 1 if you have the <dlfcn.h> header file. */
  215. #undef HAVE_DLFCN_H
  216. /* Define to 1 if you have the `dup' function. */
  217. #undef HAVE_DUP
  218. /* Define to 1 if you have the `erf' function. */
  219. #undef HAVE_ERF
  220. /* Define to 1 if you have the `erfc' function. */
  221. #undef HAVE_ERFC
  222. /* Define to 1 if you have the `erfcf' function. */
  223. #undef HAVE_ERFCF
  224. /* Define to 1 if you have the `erfcl' function. */
  225. #undef HAVE_ERFCL
  226. /* Define to 1 if you have the `erff' function. */
  227. #undef HAVE_ERFF
  228. /* Define to 1 if you have the `exp' function. */
  229. #undef HAVE_EXP
  230. /* Define to 1 if you have the `expf' function. */
  231. #undef HAVE_EXPF
  232. /* Define to 1 if you have the `expl' function. */
  233. #undef HAVE_EXPL
  234. /* Define to 1 if you have the `fabs' function. */
  235. #undef HAVE_FABS
  236. /* Define to 1 if you have the `fabsf' function. */
  237. #undef HAVE_FABSF
  238. /* Define to 1 if you have the `fabsl' function. */
  239. #undef HAVE_FABSL
  240. /* Define to 1 if you have the `fcntl' function. */
  241. #undef HAVE_FCNTL
  242. /* libm includes feenableexcept */
  243. #undef HAVE_FEENABLEEXCEPT
  244. /* Define to 1 if you have the <fenv.h> header file. */
  245. #undef HAVE_FENV_H
  246. /* Define if have a usable __float128 type. */
  247. #undef HAVE_FLOAT128
  248. /* Define to 1 if you have the <floatingpoint.h> header file. */
  249. #undef HAVE_FLOATINGPOINT_H
  250. /* Define to 1 if you have the `floor' function. */
  251. #undef HAVE_FLOOR
  252. /* Define to 1 if you have the `floorf' function. */
  253. #undef HAVE_FLOORF
  254. /* Define to 1 if you have the `floorl' function. */
  255. #undef HAVE_FLOORL
  256. /* Define to 1 if you have the `fma' function. */
  257. #undef HAVE_FMA
  258. /* Define if FMA3 instructions can be compiled. */
  259. #undef HAVE_FMA3
  260. /* Define if FMA4 instructions can be compiled. */
  261. #undef HAVE_FMA4
  262. /* Define to 1 if you have the `fmaf' function. */
  263. #undef HAVE_FMAF
  264. /* Define to 1 if you have the `fmal' function. */
  265. #undef HAVE_FMAL
  266. /* Define to 1 if you have the `fmod' function. */
  267. #undef HAVE_FMOD
  268. /* Define to 1 if you have the `fmodf' function. */
  269. #undef HAVE_FMODF
  270. /* Define to 1 if you have the `fmodl' function. */
  271. #undef HAVE_FMODL
  272. /* Define to 1 if you have the `fork' function. */
  273. #undef HAVE_FORK
  274. /* fpresetsticky is present */
  275. #undef HAVE_FPRESETSTICKY
  276. /* Define if you have fpsetmask. */
  277. #undef HAVE_FPSETMASK
  278. /* fpsetsticky is present */
  279. #undef HAVE_FPSETSTICKY
  280. /* Define to 1 if you have the <fptrap.h> header file. */
  281. #undef HAVE_FPTRAP_H
  282. /* Define to 1 if you have the <fpxcp.h> header file. */
  283. #undef HAVE_FPXCP_H
  284. /* fp_enable is present */
  285. #undef HAVE_FP_ENABLE
  286. /* Define to 1 if the system has the type `fp_except'. */
  287. #undef HAVE_FP_EXCEPT
  288. /* Define to 1 if the system has the type `fp_except_t'. */
  289. #undef HAVE_FP_EXCEPT_T
  290. /* Define to 1 if the system has the type `fp_rnd'. */
  291. #undef HAVE_FP_RND
  292. /* Define to 1 if the system has the type `fp_rnd_t'. */
  293. #undef HAVE_FP_RND_T
  294. /* fp_trap is present */
  295. #undef HAVE_FP_TRAP
  296. /* Define to 1 if you have the `freelocale' function. */
  297. #undef HAVE_FREELOCALE
  298. /* Define to 1 if you have the `frexp' function. */
  299. #undef HAVE_FREXP
  300. /* Define to 1 if you have the `frexpf' function. */
  301. #undef HAVE_FREXPF
  302. /* Define to 1 if you have the `frexpl' function. */
  303. #undef HAVE_FREXPL
  304. /* Define to 1 if you have the `fstat' function. */
  305. #undef HAVE_FSTAT
  306. /* Define to 1 if you have the `ftruncate' function. */
  307. #undef HAVE_FTRUNCATE
  308. /* Define to 1 if you have the `getcwd' function. */
  309. #undef HAVE_GETCWD
  310. /* Define to 1 if you have the `getegid' function. */
  311. #undef HAVE_GETEGID
  312. /* Define to 1 if you have the `getentropy' function. */
  313. #undef HAVE_GETENTROPY
  314. /* Define to 1 if you have the `geteuid' function. */
  315. #undef HAVE_GETEUID
  316. /* Define to 1 if you have the `getgid' function. */
  317. #undef HAVE_GETGID
  318. /* Define to 1 if you have the `gethostname' function. */
  319. #undef HAVE_GETHOSTNAME
  320. /* Define to 1 if you have the `getlogin' function. */
  321. #undef HAVE_GETLOGIN
  322. /* Define to 1 if you have the `getpid' function. */
  323. #undef HAVE_GETPID
  324. /* Define to 1 if you have the `getpwuid' function. */
  325. #undef HAVE_GETPWUID
  326. /* Define to 1 if you have the `getpwuid_r' function. */
  327. #undef HAVE_GETPWUID_R
  328. /* Define to 1 if you have the `getrusage' function. */
  329. #undef HAVE_GETRUSAGE
  330. /* Define to 1 if you have the `gettimeofday' function. */
  331. #undef HAVE_GETTIMEOFDAY
  332. /* Define to 1 if you have the `getuid' function. */
  333. #undef HAVE_GETUID
  334. /* Define to 1 if you have the `gmtime_r' function. */
  335. #undef HAVE_GMTIME_R
  336. /* Define to 1 if you have the `hypot' function. */
  337. #undef HAVE_HYPOT
  338. /* Define to 1 if you have the `hypotf' function. */
  339. #undef HAVE_HYPOTF
  340. /* Define to 1 if you have the `hypotl' function. */
  341. #undef HAVE_HYPOTL
  342. /* Define to 1 if you have the <ieeefp.h> header file. */
  343. #undef HAVE_IEEEFP_H
  344. /* Define to 1 if `__builtin_copysign' is expanded inline. */
  345. #undef HAVE_INLINE_BUILTIN_COPYSIGN
  346. /* Define to 1 if `__builtin_copysignl' is expanded inline. */
  347. #undef HAVE_INLINE_BUILTIN_COPYSIGNL
  348. /* Define to 1 if `__builtin_fabs' is expanded inline. */
  349. #undef HAVE_INLINE_BUILTIN_FABS
  350. /* Define to 1 if `__builtin_fabsl' is expanded inline. */
  351. #undef HAVE_INLINE_BUILTIN_FABSL
  352. /* Define to 1 if the system has the type `intptr_t'. */
  353. #undef HAVE_INTPTR_T
  354. /* Define to 1 if you have the <inttypes.h> header file. */
  355. #undef HAVE_INTTYPES_H
  356. /* Define to 1 if you have the `j0' function. */
  357. #undef HAVE_J0
  358. /* Define to 1 if you have the `j0f' function. */
  359. #undef HAVE_J0F
  360. /* Define to 1 if you have the `j1' function. */
  361. #undef HAVE_J1
  362. /* Define to 1 if you have the `j1f' function. */
  363. #undef HAVE_J1F
  364. /* Define to 1 if you have the `jn' function. */
  365. #undef HAVE_JN
  366. /* Define to 1 if you have the `jnf' function. */
  367. #undef HAVE_JNF
  368. /* Define to 1 if you have the `jnl' function. */
  369. #undef HAVE_JNL
  370. /* Define to 1 if you have the `kill' function. */
  371. #undef HAVE_KILL
  372. /* Define to 1 if you have the `ldexp' function. */
  373. #undef HAVE_LDEXP
  374. /* Define to 1 if you have the `ldexpf' function. */
  375. #undef HAVE_LDEXPF
  376. /* Define to 1 if you have the `ldexpl' function. */
  377. #undef HAVE_LDEXPL
  378. /* Define to 1 if you have the `lgamma' function. */
  379. #undef HAVE_LGAMMA
  380. /* Define to 1 if you have the `lgammaf' function. */
  381. #undef HAVE_LGAMMAF
  382. /* Define to 1 if you have the `m' library (-lm). */
  383. #undef HAVE_LIBM
  384. /* Define to 1 if you have the `link' function. */
  385. #undef HAVE_LINK
  386. /* Define to 1 if you have the `llround' function. */
  387. #undef HAVE_LLROUND
  388. /* Define to 1 if you have the `llroundf' function. */
  389. #undef HAVE_LLROUNDF
  390. /* Define to 1 if you have the `llroundl' function. */
  391. #undef HAVE_LLROUNDL
  392. /* Define to 1 if you have the `localtime_r' function. */
  393. #undef HAVE_LOCALTIME_R
  394. /* Define to 1 if you have the `log' function. */
  395. #undef HAVE_LOG
  396. /* Define to 1 if you have the `log10' function. */
  397. #undef HAVE_LOG10
  398. /* Define to 1 if you have the `log10f' function. */
  399. #undef HAVE_LOG10F
  400. /* Define to 1 if you have the `log10l' function. */
  401. #undef HAVE_LOG10L
  402. /* Define to 1 if you have the `logf' function. */
  403. #undef HAVE_LOGF
  404. /* Define to 1 if you have the `logl' function. */
  405. #undef HAVE_LOGL
  406. /* Define to 1 if you have the `lround' function. */
  407. #undef HAVE_LROUND
  408. /* Define to 1 if you have the `lroundf' function. */
  409. #undef HAVE_LROUNDF
  410. /* Define to 1 if you have the `lroundl' function. */
  411. #undef HAVE_LROUNDL
  412. /* Define to 1 if you have the `lstat' function. */
  413. #undef HAVE_LSTAT
  414. /* Define to 1 if you have the <math.h> header file. */
  415. #undef HAVE_MATH_H
  416. /* Define to 1 if you have the <memory.h> header file. */
  417. #undef HAVE_MEMORY_H
  418. /* Define if you have __mingw_snprintf. */
  419. #undef HAVE_MINGW_SNPRINTF
  420. /* Define to 1 if you have the `mkostemp' function. */
  421. #undef HAVE_MKOSTEMP
  422. /* Define to 1 if you have the `mkstemp' function. */
  423. #undef HAVE_MKSTEMP
  424. /* Define to 1 if you have the `newlocale' function. */
  425. #undef HAVE_NEWLOCALE
  426. /* Define to 1 if you have the `nextafter' function. */
  427. #undef HAVE_NEXTAFTER
  428. /* Define to 1 if you have the `nextafterf' function. */
  429. #undef HAVE_NEXTAFTERF
  430. /* Define to 1 if you have the `nextafterl' function. */
  431. #undef HAVE_NEXTAFTERL
  432. /* Define to 1 if we have POSIX getpwuid_r which takes 5 arguments. */
  433. #undef HAVE_POSIX_GETPWUID_R
  434. /* Define to 1 if you have the `posix_spawn' function. */
  435. #undef HAVE_POSIX_SPAWN
  436. /* Define to 1 if you have the `pow' function. */
  437. #undef HAVE_POW
  438. /* Define to 1 if you have the `powf' function. */
  439. #undef HAVE_POWF
  440. /* Define to 1 if the system has the type `ptrdiff_t'. */
  441. #undef HAVE_PTRDIFF_T
  442. /* Define to 1 if you have the <pwd.h> header file. */
  443. #undef HAVE_PWD_H
  444. /* Define to 1 if you have REAL(KIND=17) */
  445. #undef HAVE_REAL_17
  446. /* Define to 1 if you have the `round' function. */
  447. #undef HAVE_ROUND
  448. /* Define to 1 if you have the `roundf' function. */
  449. #undef HAVE_ROUNDF
  450. /* Define to 1 if you have the `roundl' function. */
  451. #undef HAVE_ROUNDL
  452. /* Define to 1 if you have the `scalbn' function. */
  453. #undef HAVE_SCALBN
  454. /* Define to 1 if you have the `scalbnf' function. */
  455. #undef HAVE_SCALBNF
  456. /* Define to 1 if you have the `scalbnl' function. */
  457. #undef HAVE_SCALBNL
  458. /* Define to 1 if you have the `secure_getenv' function. */
  459. #undef HAVE_SECURE_GETENV
  460. /* Define to 1 if you have the `setmode' function. */
  461. #undef HAVE_SETMODE
  462. /* Define to 1 if you have the `sigaction' function. */
  463. #undef HAVE_SIGACTION
  464. /* Define to 1 if you have the `sin' function. */
  465. #undef HAVE_SIN
  466. /* Define to 1 if you have the `sinf' function. */
  467. #undef HAVE_SINF
  468. /* Define to 1 if you have the `sinh' function. */
  469. #undef HAVE_SINH
  470. /* Define to 1 if you have the `sinhf' function. */
  471. #undef HAVE_SINHF
  472. /* Define to 1 if you have the `sinhl' function. */
  473. #undef HAVE_SINHL
  474. /* Define to 1 if you have the `sinl' function. */
  475. #undef HAVE_SINL
  476. /* Define to 1 if you have the `sleep' function. */
  477. #undef HAVE_SLEEP
  478. /* Define to 1 if you have the `snprintf' function. */
  479. #undef HAVE_SNPRINTF
  480. /* Define to 1 if you have the `sqrt' function. */
  481. #undef HAVE_SQRT
  482. /* Define to 1 if you have the `sqrtf' function. */
  483. #undef HAVE_SQRTF
  484. /* Define to 1 if you have the `sqrtl' function. */
  485. #undef HAVE_SQRTL
  486. /* Define to 1 if you have the `stat' function. */
  487. #undef HAVE_STAT
  488. /* Define to 1 if you have the <stdint.h> header file. */
  489. #undef HAVE_STDINT_H
  490. /* Define to 1 if you have the <stdlib.h> header file. */
  491. #undef HAVE_STDLIB_H
  492. /* Define to 1 if you have the `strerror_l' function. */
  493. #undef HAVE_STRERROR_L
  494. /* Define if strerror_r is available in <string.h>. */
  495. #undef HAVE_STRERROR_R
  496. /* Define if strerror_r takes two arguments and is available in <string.h>. */
  497. #undef HAVE_STRERROR_R_2ARGS
  498. /* Define to 1 if you have the <strings.h> header file. */
  499. #undef HAVE_STRINGS_H
  500. /* Define to 1 if you have the <string.h> header file. */
  501. #undef HAVE_STRING_H
  502. /* Define to 1 if you have the `strndup' function. */
  503. #undef HAVE_STRNDUP
  504. /* Define to 1 if you have the `strnlen' function. */
  505. #undef HAVE_STRNLEN
  506. /* Define to 1 if you have the `strtof' function. */
  507. #undef HAVE_STRTOF
  508. /* Define to 1 if you have the `strtold' function. */
  509. #undef HAVE_STRTOLD
  510. /* Define to 1 if `st_blksize' is a member of `struct stat'. */
  511. #undef HAVE_STRUCT_STAT_ST_BLKSIZE
  512. /* Define to 1 if `st_blocks' is a member of `struct stat'. */
  513. #undef HAVE_STRUCT_STAT_ST_BLOCKS
  514. /* Define to 1 if `st_rdev' is a member of `struct stat'. */
  515. #undef HAVE_STRUCT_STAT_ST_RDEV
  516. /* Define to 1 if you have the `symlink' function. */
  517. #undef HAVE_SYMLINK
  518. /* Define to 1 if you have the <sys/random.h> header file. */
  519. #undef HAVE_SYS_RANDOM_H
  520. /* Define to 1 if you have the <sys/resource.h> header file. */
  521. #undef HAVE_SYS_RESOURCE_H
  522. /* Define to 1 if you have the <sys/stat.h> header file. */
  523. #undef HAVE_SYS_STAT_H
  524. /* Define to 1 if you have the <sys/times.h> header file. */
  525. #undef HAVE_SYS_TIMES_H
  526. /* Define to 1 if you have the <sys/time.h> header file. */
  527. #undef HAVE_SYS_TIME_H
  528. /* Define to 1 if you have the <sys/types.h> header file. */
  529. #undef HAVE_SYS_TYPES_H
  530. /* Define to 1 if you have the <sys/uio.h> header file. */
  531. #undef HAVE_SYS_UIO_H
  532. /* Define to 1 if you have the <sys/wait.h> header file. */
  533. #undef HAVE_SYS_WAIT_H
  534. /* Define to 1 if you have the `tan' function. */
  535. #undef HAVE_TAN
  536. /* Define to 1 if you have the `tanf' function. */
  537. #undef HAVE_TANF
  538. /* Define to 1 if you have the `tanh' function. */
  539. #undef HAVE_TANH
  540. /* Define to 1 if you have the `tanhf' function. */
  541. #undef HAVE_TANHF
  542. /* Define to 1 if you have the `tanhl' function. */
  543. #undef HAVE_TANHL
  544. /* Define to 1 if you have the `tanl' function. */
  545. #undef HAVE_TANL
  546. /* Define to 1 if you have the `tgamma' function. */
  547. #undef HAVE_TGAMMA
  548. /* Define to 1 if you have the `tgammaf' function. */
  549. #undef HAVE_TGAMMAF
  550. /* Define to 1 if you have the `times' function. */
  551. #undef HAVE_TIMES
  552. /* Define to 1 if you have the `trunc' function. */
  553. #undef HAVE_TRUNC
  554. /* Define to 1 if you have the `truncf' function. */
  555. #undef HAVE_TRUNCF
  556. /* Define to 1 if you have the `truncl' function. */
  557. #undef HAVE_TRUNCL
  558. /* Define to 1 if you have the `ttyname' function. */
  559. #undef HAVE_TTYNAME
  560. /* Define to 1 if you have the `ttyname_r' function. */
  561. #undef HAVE_TTYNAME_R
  562. /* Define to 1 if the system has the type `uintptr_t'. */
  563. #undef HAVE_UINTPTR_T
  564. /* Define to 1 if you have the `umask' function. */
  565. #undef HAVE_UMASK
  566. /* Define to 1 if you have the <unistd.h> header file. */
  567. #undef HAVE_UNISTD_H
  568. /* Define if target can unlink open files. */
  569. #undef HAVE_UNLINK_OPEN_FILE
  570. /* Define to 1 if you have the `uselocale' function. */
  571. #undef HAVE_USELOCALE
  572. /* Define to 1 if you have the `vsnprintf' function. */
  573. #undef HAVE_VSNPRINTF
  574. /* Define to 1 if you have the `waitpid' function. */
  575. #undef HAVE_WAITPID
  576. /* Define if target has a reliable stat. */
  577. #undef HAVE_WORKING_STAT
  578. /* Define to 1 if you have the `writev' function. */
  579. #undef HAVE_WRITEV
  580. /* Define to 1 if you have the <xlocale.h> header file. */
  581. #undef HAVE_XLOCALE_H
  582. /* Define to 1 if you have the `y0' function. */
  583. #undef HAVE_Y0
  584. /* Define to 1 if you have the `y0f' function. */
  585. #undef HAVE_Y0F
  586. /* Define to 1 if you have the `y1' function. */
  587. #undef HAVE_Y1
  588. /* Define to 1 if you have the `y1f' function. */
  589. #undef HAVE_Y1F
  590. /* Define to 1 if you have the `yn' function. */
  591. #undef HAVE_YN
  592. /* Define to 1 if you have the `ynf' function. */
  593. #undef HAVE_YNF
  594. /* Define to 1 if you have the `ynl' function. */
  595. #undef HAVE_YNL
  596. /* Define to 1 if you have the `__acoshieee128' function. */
  597. #undef HAVE___ACOSHIEEE128
  598. /* Define to 1 if you have the `__acosieee128' function. */
  599. #undef HAVE___ACOSIEEE128
  600. /* Define to 1 if you have the `__asinhieee128' function. */
  601. #undef HAVE___ASINHIEEE128
  602. /* Define to 1 if you have the `__asinieee128' function. */
  603. #undef HAVE___ASINIEEE128
  604. /* Define to 1 if you have the `__atan2ieee128' function. */
  605. #undef HAVE___ATAN2IEEE128
  606. /* Define to 1 if you have the `__atanhieee128' function. */
  607. #undef HAVE___ATANHIEEE128
  608. /* Define to 1 if you have the `__atanieee128' function. */
  609. #undef HAVE___ATANIEEE128
  610. /* Define to 1 if you have the `__coshieee128' function. */
  611. #undef HAVE___COSHIEEE128
  612. /* Define to 1 if you have the `__cosieee128' function. */
  613. #undef HAVE___COSIEEE128
  614. /* Define to 1 if you have the `__erfieee128' function. */
  615. #undef HAVE___ERFIEEE128
  616. /* Define to 1 if you have the `__expieee128' function. */
  617. #undef HAVE___EXPIEEE128
  618. /* Define to 1 if you have the `__fabsieee128' function. */
  619. #undef HAVE___FABSIEEE128
  620. /* Define to 1 if you have the `__jnieee128' function. */
  621. #undef HAVE___JNIEEE128
  622. /* Define to 1 if you have the `__log10ieee128' function. */
  623. #undef HAVE___LOG10IEEE128
  624. /* Define to 1 if you have the `__logieee128' function. */
  625. #undef HAVE___LOGIEEE128
  626. /* Define to 1 if you have the `__powieee128' function. */
  627. #undef HAVE___POWIEEE128
  628. /* Define to 1 if you have the `__secure_getenv' function. */
  629. #undef HAVE___SECURE_GETENV
  630. /* Define to 1 if you have the `__sinhieee128' function. */
  631. #undef HAVE___SINHIEEE128
  632. /* Define to 1 if you have the `__sinieee128' function. */
  633. #undef HAVE___SINIEEE128
  634. /* Define to 1 if you have the `__sqrtieee128' function. */
  635. #undef HAVE___SQRTIEEE128
  636. /* Define to 1 if you have the `__tanhieee128' function. */
  637. #undef HAVE___TANHIEEE128
  638. /* Define to 1 if you have the `__tanieee128' function. */
  639. #undef HAVE___TANIEEE128
  640. /* Define to 1 if you have the `__ynieee128' function. */
  641. #undef HAVE___YNIEEE128
  642. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  643. */
  644. #undef LT_OBJDIR
  645. /* Define to the address where bug reports for this package should be sent. */
  646. #undef PACKAGE_BUGREPORT
  647. /* Define to the full name of this package. */
  648. #undef PACKAGE_NAME
  649. /* Define to the full name and version of this package. */
  650. #undef PACKAGE_STRING
  651. /* Define to the one symbol short name of this package. */
  652. #undef PACKAGE_TARNAME
  653. /* Define to the home page for this package. */
  654. #undef PACKAGE_URL
  655. /* Define to the version of this package. */
  656. #undef PACKAGE_VERSION
  657. /* The size of `char', as computed by sizeof. */
  658. #undef SIZEOF_CHAR
  659. /* The size of `int', as computed by sizeof. */
  660. #undef SIZEOF_INT
  661. /* The size of `long', as computed by sizeof. */
  662. #undef SIZEOF_LONG
  663. /* The size of `short', as computed by sizeof. */
  664. #undef SIZEOF_SHORT
  665. /* The size of `void *', as computed by sizeof. */
  666. #undef SIZEOF_VOID_P
  667. /* Define to 1 if you have the ANSI C header files. */
  668. #undef STDC_HEADERS
  669. /* Define to 1 if the target supports #pragma weak */
  670. #undef SUPPORTS_WEAK
  671. /* Define to 1 if the target supports weakref */
  672. #undef SUPPORTS_WEAKREF
  673. /* Enable extensions on AIX 3, Interix. */
  674. #ifndef _ALL_SOURCE
  675. # undef _ALL_SOURCE
  676. #endif
  677. /* Enable GNU extensions on systems that have them. */
  678. #ifndef _GNU_SOURCE
  679. # undef _GNU_SOURCE
  680. #endif
  681. /* Enable threading extensions on Solaris. */
  682. #ifndef _POSIX_PTHREAD_SEMANTICS
  683. # undef _POSIX_PTHREAD_SEMANTICS
  684. #endif
  685. /* Enable extensions on HP NonStop. */
  686. #ifndef _TANDEM_SOURCE
  687. # undef _TANDEM_SOURCE
  688. #endif
  689. /* Enable general extensions on Solaris. */
  690. #ifndef __EXTENSIONS__
  691. # undef __EXTENSIONS__
  692. #endif
  693. /* Enable large inode numbers on Mac OS X 10.5. */
  694. #ifndef _DARWIN_USE_64_BIT_INODE
  695. # define _DARWIN_USE_64_BIT_INODE 1
  696. #endif
  697. /* Number of bits in a file offset, on hosts where this is settable. */
  698. #undef _FILE_OFFSET_BITS
  699. /* Define for large files, on AIX-style hosts. */
  700. #undef _LARGE_FILES
  701. /* Define to 1 if on MINIX. */
  702. #undef _MINIX
  703. /* Define to 2 if the system does not provide POSIX.1 features except with
  704. this defined. */
  705. #undef _POSIX_1_SOURCE
  706. /* Define to 1 if you need to in order for `stat' and other things to work. */
  707. #undef _POSIX_SOURCE
  708. /* Define to the type of a signed integer type wide enough to hold a pointer,
  709. if such a type exists, and if the system does not define it. */
  710. #undef intptr_t
  711. /* Define to `long int' if <sys/types.h> does not define. */
  712. #undef off_t
  713. /* Define to the type of an unsigned integer type wide enough to hold a
  714. pointer, if such a type exists, and if the system does not define it. */
  715. #undef uintptr_t