config.h.in 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the `acosf' function. */
  3. #undef HAVE_ACOSF
  4. /* Define to 1 if you have the `acosl' function. */
  5. #undef HAVE_ACOSL
  6. /* Define to 1 if you have the `aligned_alloc' function. */
  7. #undef HAVE_ALIGNED_ALLOC
  8. /* Define if arc4random is available in <stdlib.h>. */
  9. #undef HAVE_ARC4RANDOM
  10. /* Define to 1 if you have the <arpa/inet.h> header file. */
  11. #undef HAVE_ARPA_INET_H
  12. /* Define to 1 if you have the `asinf' function. */
  13. #undef HAVE_ASINF
  14. /* Define to 1 if you have the `asinl' function. */
  15. #undef HAVE_ASINL
  16. /* Define to 1 if the target assembler supports .symver directive. */
  17. #undef HAVE_AS_SYMVER_DIRECTIVE
  18. /* Define to 1 if you have the `atan2f' function. */
  19. #undef HAVE_ATAN2F
  20. /* Define to 1 if you have the `atan2l' function. */
  21. #undef HAVE_ATAN2L
  22. /* Define to 1 if you have the `atanf' function. */
  23. #undef HAVE_ATANF
  24. /* Define to 1 if you have the `atanl' function. */
  25. #undef HAVE_ATANL
  26. /* Defined if shared_ptr reference counting should use atomic operations. */
  27. #undef HAVE_ATOMIC_LOCK_POLICY
  28. /* Define to 1 if you have the `at_quick_exit' function. */
  29. #undef HAVE_AT_QUICK_EXIT
  30. /* Define to 1 if the target assembler supports thread-local storage. */
  31. #undef HAVE_CC_TLS
  32. /* Define to 1 if you have the `ceilf' function. */
  33. #undef HAVE_CEILF
  34. /* Define to 1 if you have the `ceill' function. */
  35. #undef HAVE_CEILL
  36. /* Define to 1 if you have the <complex.h> header file. */
  37. #undef HAVE_COMPLEX_H
  38. /* Define to 1 if you have the `cosf' function. */
  39. #undef HAVE_COSF
  40. /* Define to 1 if you have the `coshf' function. */
  41. #undef HAVE_COSHF
  42. /* Define to 1 if you have the `coshl' function. */
  43. #undef HAVE_COSHL
  44. /* Define to 1 if you have the `cosl' function. */
  45. #undef HAVE_COSL
  46. /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
  47. don't. */
  48. #undef HAVE_DECL_STRNLEN
  49. /* Define to 1 if you have the <dirent.h> header file. */
  50. #undef HAVE_DIRENT_H
  51. /* Define if dirfd is available in <dirent.h>. */
  52. #undef HAVE_DIRFD
  53. /* Define to 1 if you have the <dlfcn.h> header file. */
  54. #undef HAVE_DLFCN_H
  55. /* Define to 1 if you have the <endian.h> header file. */
  56. #undef HAVE_ENDIAN_H
  57. /* Define to 1 if GCC 4.6 supported std::exception_ptr for the target */
  58. #undef HAVE_EXCEPTION_PTR_SINCE_GCC46
  59. /* Define to 1 if you have the <execinfo.h> header file. */
  60. #undef HAVE_EXECINFO_H
  61. /* Define to 1 if you have the `expf' function. */
  62. #undef HAVE_EXPF
  63. /* Define to 1 if you have the `expl' function. */
  64. #undef HAVE_EXPL
  65. /* Define to 1 if you have the `fabsf' function. */
  66. #undef HAVE_FABSF
  67. /* Define to 1 if you have the `fabsl' function. */
  68. #undef HAVE_FABSL
  69. /* Define to 1 if you have the <fcntl.h> header file. */
  70. #undef HAVE_FCNTL_H
  71. /* Define if fdopendir is available in <dirent.h>. */
  72. #undef HAVE_FDOPENDIR
  73. /* Define to 1 if you have the <fenv.h> header file. */
  74. #undef HAVE_FENV_H
  75. /* Define to 1 if you have the `finite' function. */
  76. #undef HAVE_FINITE
  77. /* Define to 1 if you have the `finitef' function. */
  78. #undef HAVE_FINITEF
  79. /* Define to 1 if you have the `finitel' function. */
  80. #undef HAVE_FINITEL
  81. /* Define to 1 if you have the <float.h> header file. */
  82. #undef HAVE_FLOAT_H
  83. /* Define to 1 if you have the `floorf' function. */
  84. #undef HAVE_FLOORF
  85. /* Define to 1 if you have the `floorl' function. */
  86. #undef HAVE_FLOORL
  87. /* Define to 1 if you have the `fmodf' function. */
  88. #undef HAVE_FMODF
  89. /* Define to 1 if you have the `fmodl' function. */
  90. #undef HAVE_FMODL
  91. /* Define to 1 if you have the `fpclass' function. */
  92. #undef HAVE_FPCLASS
  93. /* Define to 1 if you have the <fp.h> header file. */
  94. #undef HAVE_FP_H
  95. /* Define to 1 if you have the `frexpf' function. */
  96. #undef HAVE_FREXPF
  97. /* Define to 1 if you have the `frexpl' function. */
  98. #undef HAVE_FREXPL
  99. /* Define if getentropy is available in <unistd.h>. */
  100. #undef HAVE_GETENTROPY
  101. /* Define if _Unwind_GetIPInfo is available. */
  102. #undef HAVE_GETIPINFO
  103. /* Define if gets is available in <stdio.h> before C++14. */
  104. #undef HAVE_GETS
  105. /* Define to 1 if you have the `hypot' function. */
  106. #undef HAVE_HYPOT
  107. /* Define to 1 if you have the `hypotf' function. */
  108. #undef HAVE_HYPOTF
  109. /* Define to 1 if you have the `hypotl' function. */
  110. #undef HAVE_HYPOTL
  111. /* Define if you have the iconv() function. */
  112. #undef HAVE_ICONV
  113. /* Define to 1 if you have the <ieeefp.h> header file. */
  114. #undef HAVE_IEEEFP_H
  115. /* Define to 1 if you have the <inttypes.h> header file. */
  116. #undef HAVE_INTTYPES_H
  117. /* Define to 1 if you have the `isinf' function. */
  118. #undef HAVE_ISINF
  119. /* Define to 1 if you have the `isinff' function. */
  120. #undef HAVE_ISINFF
  121. /* Define to 1 if you have the `isinfl' function. */
  122. #undef HAVE_ISINFL
  123. /* Define to 1 if you have the `isnan' function. */
  124. #undef HAVE_ISNAN
  125. /* Define to 1 if you have the `isnanf' function. */
  126. #undef HAVE_ISNANF
  127. /* Define to 1 if you have the `isnanl' function. */
  128. #undef HAVE_ISNANL
  129. /* Defined if iswblank exists. */
  130. #undef HAVE_ISWBLANK
  131. /* Define if LC_MESSAGES is available in <locale.h>. */
  132. #undef HAVE_LC_MESSAGES
  133. /* Define to 1 if you have the `ldexpf' function. */
  134. #undef HAVE_LDEXPF
  135. /* Define to 1 if you have the `ldexpl' function. */
  136. #undef HAVE_LDEXPL
  137. /* Define to 1 if you have the <libintl.h> header file. */
  138. #undef HAVE_LIBINTL_H
  139. /* Only used in build directory testsuite_hooks.h. */
  140. #undef HAVE_LIMIT_AS
  141. /* Only used in build directory testsuite_hooks.h. */
  142. #undef HAVE_LIMIT_DATA
  143. /* Only used in build directory testsuite_hooks.h. */
  144. #undef HAVE_LIMIT_FSIZE
  145. /* Only used in build directory testsuite_hooks.h. */
  146. #undef HAVE_LIMIT_RSS
  147. /* Only used in build directory testsuite_hooks.h. */
  148. #undef HAVE_LIMIT_VMEM
  149. /* Define if link is available in <unistd.h>. */
  150. #undef HAVE_LINK
  151. /* Define to 1 if you have the <link.h> header file. */
  152. #undef HAVE_LINK_H
  153. /* Define if futex syscall is available. */
  154. #undef HAVE_LINUX_FUTEX
  155. /* Define to 1 if you have the <linux/random.h> header file. */
  156. #undef HAVE_LINUX_RANDOM_H
  157. /* Define to 1 if you have the <linux/types.h> header file. */
  158. #undef HAVE_LINUX_TYPES_H
  159. /* Define to 1 if you have the <locale.h> header file. */
  160. #undef HAVE_LOCALE_H
  161. /* Define to 1 if you have the `log10f' function. */
  162. #undef HAVE_LOG10F
  163. /* Define to 1 if you have the `log10l' function. */
  164. #undef HAVE_LOG10L
  165. /* Define to 1 if you have the `logf' function. */
  166. #undef HAVE_LOGF
  167. /* Define to 1 if you have the `logl' function. */
  168. #undef HAVE_LOGL
  169. /* Define to 1 if you have the <machine/endian.h> header file. */
  170. #undef HAVE_MACHINE_ENDIAN_H
  171. /* Define to 1 if you have the <machine/param.h> header file. */
  172. #undef HAVE_MACHINE_PARAM_H
  173. /* Define if mbstate_t exists in wchar.h. */
  174. #undef HAVE_MBSTATE_T
  175. /* Define to 1 if you have the `memalign' function. */
  176. #undef HAVE_MEMALIGN
  177. /* Define to 1 if you have the <memory.h> header file. */
  178. #undef HAVE_MEMORY_H
  179. /* Define to 1 if you have the `modf' function. */
  180. #undef HAVE_MODF
  181. /* Define to 1 if you have the `modff' function. */
  182. #undef HAVE_MODFF
  183. /* Define to 1 if you have the `modfl' function. */
  184. #undef HAVE_MODFL
  185. /* Define to 1 if you have the <nan.h> header file. */
  186. #undef HAVE_NAN_H
  187. /* Define to 1 if you have the <netdb.h> header file. */
  188. #undef HAVE_NETDB_H
  189. /* Define to 1 if you have the <netinet/in.h> header file. */
  190. #undef HAVE_NETINET_IN_H
  191. /* Define to 1 if you have the <netinet/tcp.h> header file. */
  192. #undef HAVE_NETINET_TCP_H
  193. /* Define if <math.h> defines obsolete isinf function. */
  194. #undef HAVE_OBSOLETE_ISINF
  195. /* Define if <math.h> defines obsolete isnan function. */
  196. #undef HAVE_OBSOLETE_ISNAN
  197. /* Define if poll is available in <poll.h>. */
  198. #undef HAVE_POLL
  199. /* Define to 1 if you have the <poll.h> header file. */
  200. #undef HAVE_POLL_H
  201. /* Define to 1 if you have the `posix_memalign' function. */
  202. #undef HAVE_POSIX_MEMALIGN
  203. /* Define to 1 if POSIX Semaphores with sem_timedwait are available in
  204. <semaphore.h>. */
  205. #undef HAVE_POSIX_SEMAPHORE
  206. /* Define to 1 if you have the `powf' function. */
  207. #undef HAVE_POWF
  208. /* Define to 1 if you have the `powl' function. */
  209. #undef HAVE_POWL
  210. /* Define to 1 if you have the `qfpclass' function. */
  211. #undef HAVE_QFPCLASS
  212. /* Define to 1 if you have the `quick_exit' function. */
  213. #undef HAVE_QUICK_EXIT
  214. /* Define if readlink is available in <unistd.h>. */
  215. #undef HAVE_READLINK
  216. /* Define to 1 if you have the `secure_getenv' function. */
  217. #undef HAVE_SECURE_GETENV
  218. /* Define to 1 if you have the `setenv' function. */
  219. #undef HAVE_SETENV
  220. /* Define to 1 if you have the `sincos' function. */
  221. #undef HAVE_SINCOS
  222. /* Define to 1 if you have the `sincosf' function. */
  223. #undef HAVE_SINCOSF
  224. /* Define to 1 if you have the `sincosl' function. */
  225. #undef HAVE_SINCOSL
  226. /* Define to 1 if you have the `sinf' function. */
  227. #undef HAVE_SINF
  228. /* Define to 1 if you have the `sinhf' function. */
  229. #undef HAVE_SINHF
  230. /* Define to 1 if you have the `sinhl' function. */
  231. #undef HAVE_SINHL
  232. /* Define to 1 if you have the `sinl' function. */
  233. #undef HAVE_SINL
  234. /* Defined if sleep exists. */
  235. #undef HAVE_SLEEP
  236. /* Define to 1 if you have the `sockatmark' function. */
  237. #undef HAVE_SOCKATMARK
  238. /* Define to 1 if you have the `sqrtf' function. */
  239. #undef HAVE_SQRTF
  240. /* Define to 1 if you have the `sqrtl' function. */
  241. #undef HAVE_SQRTL
  242. /* Define if the <stacktrace> header is supported. */
  243. #undef HAVE_STACKTRACE
  244. /* Define to 1 if you have the <stdalign.h> header file. */
  245. #undef HAVE_STDALIGN_H
  246. /* Define to 1 if you have the <stdbool.h> header file. */
  247. #undef HAVE_STDBOOL_H
  248. /* Define to 1 if you have the <stdint.h> header file. */
  249. #undef HAVE_STDINT_H
  250. /* Define to 1 if you have the <stdlib.h> header file. */
  251. #undef HAVE_STDLIB_H
  252. /* Define if strerror_l is available in <string.h>. */
  253. #undef HAVE_STRERROR_L
  254. /* Define if strerror_r is available in <string.h>. */
  255. #undef HAVE_STRERROR_R
  256. /* Define to 1 if you have the <strings.h> header file. */
  257. #undef HAVE_STRINGS_H
  258. /* Define to 1 if you have the <string.h> header file. */
  259. #undef HAVE_STRING_H
  260. /* Define to 1 if you have the `strtof' function. */
  261. #undef HAVE_STRTOF
  262. /* Define to 1 if you have the `strtold' function. */
  263. #undef HAVE_STRTOLD
  264. /* Define to 1 if `d_type' is a member of `struct dirent'. */
  265. #undef HAVE_STRUCT_DIRENT_D_TYPE
  266. /* Define if strxfrm_l is available in <string.h>. */
  267. #undef HAVE_STRXFRM_L
  268. /* Define if symlink is available in <unistd.h>. */
  269. #undef HAVE_SYMLINK
  270. /* Define to 1 if the target runtime linker supports binding the same symbol
  271. to different versions. */
  272. #undef HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT
  273. /* Define to 1 if you have the <sys/filio.h> header file. */
  274. #undef HAVE_SYS_FILIO_H
  275. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  276. #undef HAVE_SYS_IOCTL_H
  277. /* Define to 1 if you have the <sys/ipc.h> header file. */
  278. #undef HAVE_SYS_IPC_H
  279. /* Define to 1 if you have the <sys/isa_defs.h> header file. */
  280. #undef HAVE_SYS_ISA_DEFS_H
  281. /* Define to 1 if you have the <sys/machine.h> header file. */
  282. #undef HAVE_SYS_MACHINE_H
  283. /* Define to 1 if you have the <sys/param.h> header file. */
  284. #undef HAVE_SYS_PARAM_H
  285. /* Define to 1 if you have the <sys/resource.h> header file. */
  286. #undef HAVE_SYS_RESOURCE_H
  287. /* Define to 1 if you have a suitable <sys/sdt.h> header file */
  288. #undef HAVE_SYS_SDT_H
  289. /* Define to 1 if you have the <sys/sem.h> header file. */
  290. #undef HAVE_SYS_SEM_H
  291. /* Define to 1 if you have the <sys/socket.h> header file. */
  292. #undef HAVE_SYS_SOCKET_H
  293. /* Define to 1 if you have the <sys/statvfs.h> header file. */
  294. #undef HAVE_SYS_STATVFS_H
  295. /* Define to 1 if you have the <sys/stat.h> header file. */
  296. #undef HAVE_SYS_STAT_H
  297. /* Define to 1 if you have the <sys/sysinfo.h> header file. */
  298. #undef HAVE_SYS_SYSINFO_H
  299. /* Define to 1 if you have the <sys/time.h> header file. */
  300. #undef HAVE_SYS_TIME_H
  301. /* Define to 1 if you have the <sys/types.h> header file. */
  302. #undef HAVE_SYS_TYPES_H
  303. /* Define to 1 if you have the <sys/uio.h> header file. */
  304. #undef HAVE_SYS_UIO_H
  305. /* Define if S_IFREG is available in <sys/stat.h>. */
  306. #undef HAVE_S_IFREG
  307. /* Define if S_ISREG is available in <sys/stat.h>. */
  308. #undef HAVE_S_ISREG
  309. /* Define to 1 if you have the `tanf' function. */
  310. #undef HAVE_TANF
  311. /* Define to 1 if you have the `tanhf' function. */
  312. #undef HAVE_TANHF
  313. /* Define to 1 if you have the `tanhl' function. */
  314. #undef HAVE_TANHL
  315. /* Define to 1 if you have the `tanl' function. */
  316. #undef HAVE_TANL
  317. /* Define to 1 if you have the <tgmath.h> header file. */
  318. #undef HAVE_TGMATH_H
  319. /* Define to 1 if you have the `timespec_get' function. */
  320. #undef HAVE_TIMESPEC_GET
  321. /* Define to 1 if the target supports thread-local storage. */
  322. #undef HAVE_TLS
  323. /* Define if truncate is available in <unistd.h>. */
  324. #undef HAVE_TRUNCATE
  325. /* Define to 1 if you have the <uchar.h> header file. */
  326. #undef HAVE_UCHAR_H
  327. /* Define to 1 if you have the <unistd.h> header file. */
  328. #undef HAVE_UNISTD_H
  329. /* Define if unlinkat is available in <fcntl.h>. */
  330. #undef HAVE_UNLINKAT
  331. /* Define to 1 if you have the `uselocale' function. */
  332. #undef HAVE_USELOCALE
  333. /* Defined if usleep exists. */
  334. #undef HAVE_USLEEP
  335. /* Define to 1 if you have the <utime.h> header file. */
  336. #undef HAVE_UTIME_H
  337. /* Defined if vfwscanf exists. */
  338. #undef HAVE_VFWSCANF
  339. /* Defined if vswscanf exists. */
  340. #undef HAVE_VSWSCANF
  341. /* Defined if vwscanf exists. */
  342. #undef HAVE_VWSCANF
  343. /* Define to 1 if you have the <wchar.h> header file. */
  344. #undef HAVE_WCHAR_H
  345. /* Defined if wcstof exists. */
  346. #undef HAVE_WCSTOF
  347. /* Define to 1 if you have the <wctype.h> header file. */
  348. #undef HAVE_WCTYPE_H
  349. /* Defined if Sleep exists. */
  350. #undef HAVE_WIN32_SLEEP
  351. /* Define if writev is available in <sys/uio.h>. */
  352. #undef HAVE_WRITEV
  353. /* Define to 1 if you have the <xlocale.h> header file. */
  354. #undef HAVE_XLOCALE_H
  355. /* Define to 1 if you have the `_acosf' function. */
  356. #undef HAVE__ACOSF
  357. /* Define to 1 if you have the `_acosl' function. */
  358. #undef HAVE__ACOSL
  359. /* Define to 1 if you have the `_aligned_malloc' function. */
  360. #undef HAVE__ALIGNED_MALLOC
  361. /* Define to 1 if you have the `_asinf' function. */
  362. #undef HAVE__ASINF
  363. /* Define to 1 if you have the `_asinl' function. */
  364. #undef HAVE__ASINL
  365. /* Define to 1 if you have the `_atan2f' function. */
  366. #undef HAVE__ATAN2F
  367. /* Define to 1 if you have the `_atan2l' function. */
  368. #undef HAVE__ATAN2L
  369. /* Define to 1 if you have the `_atanf' function. */
  370. #undef HAVE__ATANF
  371. /* Define to 1 if you have the `_atanl' function. */
  372. #undef HAVE__ATANL
  373. /* Define to 1 if you have the `_ceilf' function. */
  374. #undef HAVE__CEILF
  375. /* Define to 1 if you have the `_ceill' function. */
  376. #undef HAVE__CEILL
  377. /* Define to 1 if you have the `_cosf' function. */
  378. #undef HAVE__COSF
  379. /* Define to 1 if you have the `_coshf' function. */
  380. #undef HAVE__COSHF
  381. /* Define to 1 if you have the `_coshl' function. */
  382. #undef HAVE__COSHL
  383. /* Define to 1 if you have the `_cosl' function. */
  384. #undef HAVE__COSL
  385. /* Define to 1 if you have the `_expf' function. */
  386. #undef HAVE__EXPF
  387. /* Define to 1 if you have the `_expl' function. */
  388. #undef HAVE__EXPL
  389. /* Define to 1 if you have the `_fabsf' function. */
  390. #undef HAVE__FABSF
  391. /* Define to 1 if you have the `_fabsl' function. */
  392. #undef HAVE__FABSL
  393. /* Define to 1 if you have the `_finite' function. */
  394. #undef HAVE__FINITE
  395. /* Define to 1 if you have the `_finitef' function. */
  396. #undef HAVE__FINITEF
  397. /* Define to 1 if you have the `_finitel' function. */
  398. #undef HAVE__FINITEL
  399. /* Define to 1 if you have the `_floorf' function. */
  400. #undef HAVE__FLOORF
  401. /* Define to 1 if you have the `_floorl' function. */
  402. #undef HAVE__FLOORL
  403. /* Define to 1 if you have the `_fmodf' function. */
  404. #undef HAVE__FMODF
  405. /* Define to 1 if you have the `_fmodl' function. */
  406. #undef HAVE__FMODL
  407. /* Define to 1 if you have the `_fpclass' function. */
  408. #undef HAVE__FPCLASS
  409. /* Define to 1 if you have the `_frexpf' function. */
  410. #undef HAVE__FREXPF
  411. /* Define to 1 if you have the `_frexpl' function. */
  412. #undef HAVE__FREXPL
  413. /* Define to 1 if you have the `_hypot' function. */
  414. #undef HAVE__HYPOT
  415. /* Define to 1 if you have the `_hypotf' function. */
  416. #undef HAVE__HYPOTF
  417. /* Define to 1 if you have the `_hypotl' function. */
  418. #undef HAVE__HYPOTL
  419. /* Define to 1 if you have the `_isinf' function. */
  420. #undef HAVE__ISINF
  421. /* Define to 1 if you have the `_isinff' function. */
  422. #undef HAVE__ISINFF
  423. /* Define to 1 if you have the `_isinfl' function. */
  424. #undef HAVE__ISINFL
  425. /* Define to 1 if you have the `_isnan' function. */
  426. #undef HAVE__ISNAN
  427. /* Define to 1 if you have the `_isnanf' function. */
  428. #undef HAVE__ISNANF
  429. /* Define to 1 if you have the `_isnanl' function. */
  430. #undef HAVE__ISNANL
  431. /* Define to 1 if you have the `_ldexpf' function. */
  432. #undef HAVE__LDEXPF
  433. /* Define to 1 if you have the `_ldexpl' function. */
  434. #undef HAVE__LDEXPL
  435. /* Define to 1 if you have the `_log10f' function. */
  436. #undef HAVE__LOG10F
  437. /* Define to 1 if you have the `_log10l' function. */
  438. #undef HAVE__LOG10L
  439. /* Define to 1 if you have the `_logf' function. */
  440. #undef HAVE__LOGF
  441. /* Define to 1 if you have the `_logl' function. */
  442. #undef HAVE__LOGL
  443. /* Define to 1 if you have the `_modf' function. */
  444. #undef HAVE__MODF
  445. /* Define to 1 if you have the `_modff' function. */
  446. #undef HAVE__MODFF
  447. /* Define to 1 if you have the `_modfl' function. */
  448. #undef HAVE__MODFL
  449. /* Define to 1 if you have the `_powf' function. */
  450. #undef HAVE__POWF
  451. /* Define to 1 if you have the `_powl' function. */
  452. #undef HAVE__POWL
  453. /* Define to 1 if you have the `_qfpclass' function. */
  454. #undef HAVE__QFPCLASS
  455. /* Define to 1 if you have the `_sincos' function. */
  456. #undef HAVE__SINCOS
  457. /* Define to 1 if you have the `_sincosf' function. */
  458. #undef HAVE__SINCOSF
  459. /* Define to 1 if you have the `_sincosl' function. */
  460. #undef HAVE__SINCOSL
  461. /* Define to 1 if you have the `_sinf' function. */
  462. #undef HAVE__SINF
  463. /* Define to 1 if you have the `_sinhf' function. */
  464. #undef HAVE__SINHF
  465. /* Define to 1 if you have the `_sinhl' function. */
  466. #undef HAVE__SINHL
  467. /* Define to 1 if you have the `_sinl' function. */
  468. #undef HAVE__SINL
  469. /* Define to 1 if you have the `_sqrtf' function. */
  470. #undef HAVE__SQRTF
  471. /* Define to 1 if you have the `_sqrtl' function. */
  472. #undef HAVE__SQRTL
  473. /* Define to 1 if you have the `_tanf' function. */
  474. #undef HAVE__TANF
  475. /* Define to 1 if you have the `_tanhf' function. */
  476. #undef HAVE__TANHF
  477. /* Define to 1 if you have the `_tanhl' function. */
  478. #undef HAVE__TANHL
  479. /* Define to 1 if you have the `_tanl' function. */
  480. #undef HAVE__TANL
  481. /* Define to 1 if you have the `_wfopen' function. */
  482. #undef HAVE__WFOPEN
  483. /* Define to 1 if you have the `__cxa_thread_atexit' function. */
  484. #undef HAVE___CXA_THREAD_ATEXIT
  485. /* Define to 1 if you have the `__cxa_thread_atexit_impl' function. */
  486. #undef HAVE___CXA_THREAD_ATEXIT_IMPL
  487. /* Define as const if the declaration of iconv() needs const. */
  488. #undef ICONV_CONST
  489. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  490. */
  491. #undef LT_OBJDIR
  492. /* Name of package */
  493. #undef PACKAGE
  494. /* Define to the address where bug reports for this package should be sent. */
  495. #undef PACKAGE_BUGREPORT
  496. /* Define to the full name of this package. */
  497. #undef PACKAGE_NAME
  498. /* Define to the full name and version of this package. */
  499. #undef PACKAGE_STRING
  500. /* Define to the one symbol short name of this package. */
  501. #undef PACKAGE_TARNAME
  502. /* Define to the home page for this package. */
  503. #undef PACKAGE_URL
  504. /* Define to the version of this package. */
  505. #undef PACKAGE_VERSION
  506. /* The size of `char', as computed by sizeof. */
  507. #undef SIZEOF_CHAR
  508. /* The size of `int', as computed by sizeof. */
  509. #undef SIZEOF_INT
  510. /* The size of `long', as computed by sizeof. */
  511. #undef SIZEOF_LONG
  512. /* The size of `short', as computed by sizeof. */
  513. #undef SIZEOF_SHORT
  514. /* The size of `void *', as computed by sizeof. */
  515. #undef SIZEOF_VOID_P
  516. /* Define to 1 if you have the ANSI C header files. */
  517. #undef STDC_HEADERS
  518. /* Version number of package */
  519. #undef VERSION
  520. /* Enable large inode numbers on Mac OS X 10.5. */
  521. #ifndef _DARWIN_USE_64_BIT_INODE
  522. # define _DARWIN_USE_64_BIT_INODE 1
  523. #endif
  524. /* Number of bits in a file offset, on hosts where this is settable. */
  525. #undef _FILE_OFFSET_BITS
  526. /* Define if C99 functions in <complex.h> should be used in <complex> for
  527. C++11. Using compiler builtins for these functions requires corresponding
  528. C99 library functions to be present. */
  529. #undef _GLIBCXX11_USE_C99_COMPLEX
  530. /* Define if C99 functions or macros in <math.h> should be imported in <cmath>
  531. in namespace std for C++11. */
  532. #undef _GLIBCXX11_USE_C99_MATH
  533. /* Define if C99 functions or macros in <stdio.h> should be imported in
  534. <cstdio> in namespace std for C++11. */
  535. #undef _GLIBCXX11_USE_C99_STDIO
  536. /* Define if C99 functions or macros in <stdlib.h> should be imported in
  537. <cstdlib> in namespace std for C++11. */
  538. #undef _GLIBCXX11_USE_C99_STDLIB
  539. /* Define if C99 functions or macros in <wchar.h> should be imported in
  540. <cwchar> in namespace std for C++11. */
  541. #undef _GLIBCXX11_USE_C99_WCHAR
  542. /* Define if C99 functions in <complex.h> should be used in <complex> for
  543. C++98. Using compiler builtins for these functions requires corresponding
  544. C99 library functions to be present. */
  545. #undef _GLIBCXX98_USE_C99_COMPLEX
  546. /* Define if C99 functions or macros in <math.h> should be imported in <cmath>
  547. in namespace std for C++98. */
  548. #undef _GLIBCXX98_USE_C99_MATH
  549. /* Define if C99 functions or macros in <stdio.h> should be imported in
  550. <cstdio> in namespace std for C++98. */
  551. #undef _GLIBCXX98_USE_C99_STDIO
  552. /* Define if C99 functions or macros in <stdlib.h> should be imported in
  553. <cstdlib> in namespace std for C++98. */
  554. #undef _GLIBCXX98_USE_C99_STDLIB
  555. /* Define if C99 functions or macros in <wchar.h> should be imported in
  556. <cwchar> in namespace std for C++98. */
  557. #undef _GLIBCXX98_USE_C99_WCHAR
  558. /* Define if the compiler supports C++11 atomics. */
  559. #undef _GLIBCXX_ATOMIC_BUILTINS
  560. /* Define to use concept checking code from the boost libraries. */
  561. #undef _GLIBCXX_CONCEPT_CHECKS
  562. /* Define to 1 if a fully dynamic basic_string is wanted, 0 to disable,
  563. undefined for platform defaults */
  564. #undef _GLIBCXX_FULLY_DYNAMIC_STRING
  565. /* Define if gthreads library is available. */
  566. #undef _GLIBCXX_HAS_GTHREADS
  567. /* Define to 1 if a full hosted library is built, or 0 if freestanding. */
  568. #undef _GLIBCXX_HOSTED
  569. /* Define if compatibility should be provided for alternative 128-bit long
  570. double formats. */
  571. #undef _GLIBCXX_LONG_DOUBLE_ALT128_COMPAT
  572. /* Define if compatibility should be provided for -mlong-double-64. */
  573. #undef _GLIBCXX_LONG_DOUBLE_COMPAT
  574. /* Define to the letter to which size_t is mangled. */
  575. #undef _GLIBCXX_MANGLE_SIZE_T
  576. /* Define if C99 llrint and llround functions are missing from <math.h>. */
  577. #undef _GLIBCXX_NO_C99_ROUNDING_FUNCS
  578. /* Defined if no way to sleep is available. */
  579. #undef _GLIBCXX_NO_SLEEP
  580. /* Define if ptrdiff_t is int. */
  581. #undef _GLIBCXX_PTRDIFF_T_IS_INT
  582. /* Define if using setrlimit to set resource limits during "make check" */
  583. #undef _GLIBCXX_RES_LIMITS
  584. /* Define if size_t is unsigned int. */
  585. #undef _GLIBCXX_SIZE_T_IS_UINT
  586. /* Define to the value of the EOF integer constant. */
  587. #undef _GLIBCXX_STDIO_EOF
  588. /* Define to the value of the SEEK_CUR integer constant. */
  589. #undef _GLIBCXX_STDIO_SEEK_CUR
  590. /* Define to the value of the SEEK_END integer constant. */
  591. #undef _GLIBCXX_STDIO_SEEK_END
  592. /* Define to use symbol versioning in the shared library. */
  593. #undef _GLIBCXX_SYMVER
  594. /* Define to use darwin versioning in the shared library. */
  595. #undef _GLIBCXX_SYMVER_DARWIN
  596. /* Define to use GNU versioning in the shared library. */
  597. #undef _GLIBCXX_SYMVER_GNU
  598. /* Define to use GNU namespace versioning in the shared library. */
  599. #undef _GLIBCXX_SYMVER_GNU_NAMESPACE
  600. /* Define to use Sun versioning in the shared library. */
  601. #undef _GLIBCXX_SYMVER_SUN
  602. /* Define if C11 functions in <uchar.h> should be imported into namespace std
  603. in <cuchar>. */
  604. #undef _GLIBCXX_USE_C11_UCHAR_CXX11
  605. /* Define if C99 functions or macros from <wchar.h>, <math.h>, <complex.h>,
  606. <stdio.h>, and <stdlib.h> can be used or exposed. */
  607. #undef _GLIBCXX_USE_C99
  608. /* Define if C99 functions in <complex.h> should be used in <tr1/complex>.
  609. Using compiler builtins for these functions requires corresponding C99
  610. library functions to be present. */
  611. #undef _GLIBCXX_USE_C99_COMPLEX_TR1
  612. /* Define if C99 functions in <ctype.h> should be imported in <tr1/cctype> in
  613. namespace std::tr1. */
  614. #undef _GLIBCXX_USE_C99_CTYPE_TR1
  615. /* Define if C99 functions in <fenv.h> should be imported in <tr1/cfenv> in
  616. namespace std::tr1. */
  617. #undef _GLIBCXX_USE_C99_FENV_TR1
  618. /* Define if C99 functions in <inttypes.h> should be imported in
  619. <tr1/cinttypes> in namespace std::tr1. */
  620. #undef _GLIBCXX_USE_C99_INTTYPES_TR1
  621. /* Define if wchar_t C99 functions in <inttypes.h> should be imported in
  622. <tr1/cinttypes> in namespace std::tr1. */
  623. #undef _GLIBCXX_USE_C99_INTTYPES_WCHAR_T_TR1
  624. /* Define if C99 functions or macros in <math.h> should be imported in
  625. <tr1/cmath> in namespace std::tr1. */
  626. #undef _GLIBCXX_USE_C99_MATH_TR1
  627. /* Define if C99 types in <stdint.h> should be imported in <tr1/cstdint> in
  628. namespace std::tr1. */
  629. #undef _GLIBCXX_USE_C99_STDINT_TR1
  630. /* Defined if clock_gettime syscall has monotonic and realtime clock support.
  631. */
  632. #undef _GLIBCXX_USE_CLOCK_GETTIME_SYSCALL
  633. /* Defined if clock_gettime has monotonic clock support. */
  634. #undef _GLIBCXX_USE_CLOCK_MONOTONIC
  635. /* Defined if clock_gettime has realtime clock support. */
  636. #undef _GLIBCXX_USE_CLOCK_REALTIME
  637. /* Define if ISO/IEC TR 24733 decimal floating point types are supported on
  638. this host. */
  639. #undef _GLIBCXX_USE_DECIMAL_FLOAT
  640. /* Define if /dev/random and /dev/urandom are available for
  641. std::random_device. */
  642. #undef _GLIBCXX_USE_DEV_RANDOM
  643. /* Define if fchmod is available in <sys/stat.h>. */
  644. #undef _GLIBCXX_USE_FCHMOD
  645. /* Define if fchmodat is available in <sys/stat.h>. */
  646. #undef _GLIBCXX_USE_FCHMODAT
  647. /* Defined if gettimeofday is available. */
  648. #undef _GLIBCXX_USE_GETTIMEOFDAY
  649. /* Define if get_nprocs is available in <sys/sysinfo.h>. */
  650. #undef _GLIBCXX_USE_GET_NPROCS
  651. /* Define if LFS support is available. */
  652. #undef _GLIBCXX_USE_LFS
  653. /* Define if code specialized for long long should be used. */
  654. #undef _GLIBCXX_USE_LONG_LONG
  655. /* Define if lstat is available in <sys/stat.h>. */
  656. #undef _GLIBCXX_USE_LSTAT
  657. /* Defined if nanosleep is available. */
  658. #undef _GLIBCXX_USE_NANOSLEEP
  659. /* Define if NLS translations are to be used. */
  660. #undef _GLIBCXX_USE_NLS
  661. /* Define if pthreads_num_processors_np is available in <pthread.h>. */
  662. #undef _GLIBCXX_USE_PTHREADS_NUM_PROCESSORS_NP
  663. /* Define if pthread_cond_clockwait is available in <pthread.h>. */
  664. #undef _GLIBCXX_USE_PTHREAD_COND_CLOCKWAIT
  665. /* Define if pthread_mutex_clocklock is available in <pthread.h>. */
  666. #undef _GLIBCXX_USE_PTHREAD_MUTEX_CLOCKLOCK
  667. /* Define if pthread_rwlock_clockrdlock and pthread_rwlock_clockwrlock are
  668. available in <pthread.h>. */
  669. #undef _GLIBCXX_USE_PTHREAD_RWLOCK_CLOCKLOCK
  670. /* Define if POSIX read/write locks are available in <gthr.h>. */
  671. #undef _GLIBCXX_USE_PTHREAD_RWLOCK_T
  672. /* Define if /dev/random and /dev/urandom are available for the random_device
  673. of TR1 (Chapter 5.1). */
  674. #undef _GLIBCXX_USE_RANDOM_TR1
  675. /* Define if usable realpath is available in <stdlib.h>. */
  676. #undef _GLIBCXX_USE_REALPATH
  677. /* Defined if sched_yield is available. */
  678. #undef _GLIBCXX_USE_SCHED_YIELD
  679. /* Define if _SC_NPROCESSORS_ONLN is available in <unistd.h>. */
  680. #undef _GLIBCXX_USE_SC_NPROCESSORS_ONLN
  681. /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */
  682. #undef _GLIBCXX_USE_SC_NPROC_ONLN
  683. /* Define if sendfile is available in <sys/sendfile.h>. */
  684. #undef _GLIBCXX_USE_SENDFILE
  685. /* Define to restrict std::__basic_file<> to stdio APIs. */
  686. #undef _GLIBCXX_USE_STDIO_PURE
  687. /* Define if struct stat has timespec members. */
  688. #undef _GLIBCXX_USE_ST_MTIM
  689. /* Define if sysctl(), CTL_HW and HW_NCPU are available in <sys/sysctl.h>. */
  690. #undef _GLIBCXX_USE_SYSCTL_HW_NCPU
  691. /* Define if obsolescent tmpnam is available in <stdio.h>. */
  692. #undef _GLIBCXX_USE_TMPNAM
  693. /* Define if c8rtomb and mbrtoc8 functions in <uchar.h> should be imported
  694. into namespace std in <cuchar> for C++20. */
  695. #undef _GLIBCXX_USE_UCHAR_C8RTOMB_MBRTOC8_CXX20
  696. /* Define if c8rtomb and mbrtoc8 functions in <uchar.h> should be imported
  697. into namespace std in <cuchar> for -fchar8_t. */
  698. #undef _GLIBCXX_USE_UCHAR_C8RTOMB_MBRTOC8_FCHAR8_T
  699. /* Define if utime is available in <utime.h>. */
  700. #undef _GLIBCXX_USE_UTIME
  701. /* Define if utimensat and UTIME_OMIT are available in <sys/stat.h> and
  702. AT_FDCWD in <fcntl.h>. */
  703. #undef _GLIBCXX_USE_UTIMENSAT
  704. /* Define if code specialized for wchar_t should be used. */
  705. #undef _GLIBCXX_USE_WCHAR_T
  706. /* Define to 1 if a verbose library is built, or 0 otherwise. */
  707. #undef _GLIBCXX_VERBOSE
  708. /* Defined if as can handle rdrand. */
  709. #undef _GLIBCXX_X86_RDRAND
  710. /* Defined if as can handle rdseed. */
  711. #undef _GLIBCXX_X86_RDSEED
  712. /* Define to 1 if mutex_timedlock is available. */
  713. #undef _GTHREAD_USE_MUTEX_TIMEDLOCK
  714. /* Define for large files, on AIX-style hosts. */
  715. #undef _LARGE_FILES
  716. /* Define if all C++11 floating point overloads are available in <math.h>. */
  717. #if __cplusplus >= 201103L
  718. #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP
  719. #endif
  720. /* Define if all C++11 integral type overloads are available in <math.h>. */
  721. #if __cplusplus >= 201103L
  722. #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT
  723. #endif
  724. #if defined (HAVE__ACOSF) && ! defined (HAVE_ACOSF)
  725. # define HAVE_ACOSF 1
  726. # define acosf _acosf
  727. #endif
  728. #if defined (HAVE__ACOSL) && ! defined (HAVE_ACOSL)
  729. # define HAVE_ACOSL 1
  730. # define acosl _acosl
  731. #endif
  732. #if defined (HAVE__ASINF) && ! defined (HAVE_ASINF)
  733. # define HAVE_ASINF 1
  734. # define asinf _asinf
  735. #endif
  736. #if defined (HAVE__ASINL) && ! defined (HAVE_ASINL)
  737. # define HAVE_ASINL 1
  738. # define asinl _asinl
  739. #endif
  740. #if defined (HAVE__ATAN2F) && ! defined (HAVE_ATAN2F)
  741. # define HAVE_ATAN2F 1
  742. # define atan2f _atan2f
  743. #endif
  744. #if defined (HAVE__ATAN2L) && ! defined (HAVE_ATAN2L)
  745. # define HAVE_ATAN2L 1
  746. # define atan2l _atan2l
  747. #endif
  748. #if defined (HAVE__ATANF) && ! defined (HAVE_ATANF)
  749. # define HAVE_ATANF 1
  750. # define atanf _atanf
  751. #endif
  752. #if defined (HAVE__ATANL) && ! defined (HAVE_ATANL)
  753. # define HAVE_ATANL 1
  754. # define atanl _atanl
  755. #endif
  756. #if defined (HAVE__CEILF) && ! defined (HAVE_CEILF)
  757. # define HAVE_CEILF 1
  758. # define ceilf _ceilf
  759. #endif
  760. #if defined (HAVE__CEILL) && ! defined (HAVE_CEILL)
  761. # define HAVE_CEILL 1
  762. # define ceill _ceill
  763. #endif
  764. #if defined (HAVE__COSF) && ! defined (HAVE_COSF)
  765. # define HAVE_COSF 1
  766. # define cosf _cosf
  767. #endif
  768. #if defined (HAVE__COSHF) && ! defined (HAVE_COSHF)
  769. # define HAVE_COSHF 1
  770. # define coshf _coshf
  771. #endif
  772. #if defined (HAVE__COSHL) && ! defined (HAVE_COSHL)
  773. # define HAVE_COSHL 1
  774. # define coshl _coshl
  775. #endif
  776. #if defined (HAVE__COSL) && ! defined (HAVE_COSL)
  777. # define HAVE_COSL 1
  778. # define cosl _cosl
  779. #endif
  780. #if defined (HAVE__EXPF) && ! defined (HAVE_EXPF)
  781. # define HAVE_EXPF 1
  782. # define expf _expf
  783. #endif
  784. #if defined (HAVE__EXPL) && ! defined (HAVE_EXPL)
  785. # define HAVE_EXPL 1
  786. # define expl _expl
  787. #endif
  788. #if defined (HAVE__FABSF) && ! defined (HAVE_FABSF)
  789. # define HAVE_FABSF 1
  790. # define fabsf _fabsf
  791. #endif
  792. #if defined (HAVE__FABSL) && ! defined (HAVE_FABSL)
  793. # define HAVE_FABSL 1
  794. # define fabsl _fabsl
  795. #endif
  796. #if defined (HAVE__FINITE) && ! defined (HAVE_FINITE)
  797. # define HAVE_FINITE 1
  798. # define finite _finite
  799. #endif
  800. #if defined (HAVE__FINITEF) && ! defined (HAVE_FINITEF)
  801. # define HAVE_FINITEF 1
  802. # define finitef _finitef
  803. #endif
  804. #if defined (HAVE__FINITEL) && ! defined (HAVE_FINITEL)
  805. # define HAVE_FINITEL 1
  806. # define finitel _finitel
  807. #endif
  808. #if defined (HAVE__FLOORF) && ! defined (HAVE_FLOORF)
  809. # define HAVE_FLOORF 1
  810. # define floorf _floorf
  811. #endif
  812. #if defined (HAVE__FLOORL) && ! defined (HAVE_FLOORL)
  813. # define HAVE_FLOORL 1
  814. # define floorl _floorl
  815. #endif
  816. #if defined (HAVE__FMODF) && ! defined (HAVE_FMODF)
  817. # define HAVE_FMODF 1
  818. # define fmodf _fmodf
  819. #endif
  820. #if defined (HAVE__FMODL) && ! defined (HAVE_FMODL)
  821. # define HAVE_FMODL 1
  822. # define fmodl _fmodl
  823. #endif
  824. #if defined (HAVE__FPCLASS) && ! defined (HAVE_FPCLASS)
  825. # define HAVE_FPCLASS 1
  826. # define fpclass _fpclass
  827. #endif
  828. #if defined (HAVE__FREXPF) && ! defined (HAVE_FREXPF)
  829. # define HAVE_FREXPF 1
  830. # define frexpf _frexpf
  831. #endif
  832. #if defined (HAVE__FREXPL) && ! defined (HAVE_FREXPL)
  833. # define HAVE_FREXPL 1
  834. # define frexpl _frexpl
  835. #endif
  836. #if defined (HAVE__HYPOT) && ! defined (HAVE_HYPOT)
  837. # define HAVE_HYPOT 1
  838. # define hypot _hypot
  839. #endif
  840. #if defined (HAVE__HYPOTF) && ! defined (HAVE_HYPOTF)
  841. # define HAVE_HYPOTF 1
  842. # define hypotf _hypotf
  843. #endif
  844. #if defined (HAVE__HYPOTL) && ! defined (HAVE_HYPOTL)
  845. # define HAVE_HYPOTL 1
  846. # define hypotl _hypotl
  847. #endif
  848. #if defined (HAVE__ISINF) && ! defined (HAVE_ISINF)
  849. # define HAVE_ISINF 1
  850. # define isinf _isinf
  851. #endif
  852. #if defined (HAVE__ISINFF) && ! defined (HAVE_ISINFF)
  853. # define HAVE_ISINFF 1
  854. # define isinff _isinff
  855. #endif
  856. #if defined (HAVE__ISINFL) && ! defined (HAVE_ISINFL)
  857. # define HAVE_ISINFL 1
  858. # define isinfl _isinfl
  859. #endif
  860. #if defined (HAVE__ISNAN) && ! defined (HAVE_ISNAN)
  861. # define HAVE_ISNAN 1
  862. # define isnan _isnan
  863. #endif
  864. #if defined (HAVE__ISNANF) && ! defined (HAVE_ISNANF)
  865. # define HAVE_ISNANF 1
  866. # define isnanf _isnanf
  867. #endif
  868. #if defined (HAVE__ISNANL) && ! defined (HAVE_ISNANL)
  869. # define HAVE_ISNANL 1
  870. # define isnanl _isnanl
  871. #endif
  872. #if defined (HAVE__LDEXPF) && ! defined (HAVE_LDEXPF)
  873. # define HAVE_LDEXPF 1
  874. # define ldexpf _ldexpf
  875. #endif
  876. #if defined (HAVE__LDEXPL) && ! defined (HAVE_LDEXPL)
  877. # define HAVE_LDEXPL 1
  878. # define ldexpl _ldexpl
  879. #endif
  880. #if defined (HAVE__LOG10F) && ! defined (HAVE_LOG10F)
  881. # define HAVE_LOG10F 1
  882. # define log10f _log10f
  883. #endif
  884. #if defined (HAVE__LOG10L) && ! defined (HAVE_LOG10L)
  885. # define HAVE_LOG10L 1
  886. # define log10l _log10l
  887. #endif
  888. #if defined (HAVE__LOGF) && ! defined (HAVE_LOGF)
  889. # define HAVE_LOGF 1
  890. # define logf _logf
  891. #endif
  892. #if defined (HAVE__LOGL) && ! defined (HAVE_LOGL)
  893. # define HAVE_LOGL 1
  894. # define logl _logl
  895. #endif
  896. #if defined (HAVE__MODF) && ! defined (HAVE_MODF)
  897. # define HAVE_MODF 1
  898. # define modf _modf
  899. #endif
  900. #if defined (HAVE__MODFF) && ! defined (HAVE_MODFF)
  901. # define HAVE_MODFF 1
  902. # define modff _modff
  903. #endif
  904. #if defined (HAVE__MODFL) && ! defined (HAVE_MODFL)
  905. # define HAVE_MODFL 1
  906. # define modfl _modfl
  907. #endif
  908. #if defined (HAVE__POWF) && ! defined (HAVE_POWF)
  909. # define HAVE_POWF 1
  910. # define powf _powf
  911. #endif
  912. #if defined (HAVE__POWL) && ! defined (HAVE_POWL)
  913. # define HAVE_POWL 1
  914. # define powl _powl
  915. #endif
  916. #if defined (HAVE__QFPCLASS) && ! defined (HAVE_QFPCLASS)
  917. # define HAVE_QFPCLASS 1
  918. # define qfpclass _qfpclass
  919. #endif
  920. #if defined (HAVE__SINCOS) && ! defined (HAVE_SINCOS)
  921. # define HAVE_SINCOS 1
  922. # define sincos _sincos
  923. #endif
  924. #if defined (HAVE__SINCOSF) && ! defined (HAVE_SINCOSF)
  925. # define HAVE_SINCOSF 1
  926. # define sincosf _sincosf
  927. #endif
  928. #if defined (HAVE__SINCOSL) && ! defined (HAVE_SINCOSL)
  929. # define HAVE_SINCOSL 1
  930. # define sincosl _sincosl
  931. #endif
  932. #if defined (HAVE__SINF) && ! defined (HAVE_SINF)
  933. # define HAVE_SINF 1
  934. # define sinf _sinf
  935. #endif
  936. #if defined (HAVE__SINHF) && ! defined (HAVE_SINHF)
  937. # define HAVE_SINHF 1
  938. # define sinhf _sinhf
  939. #endif
  940. #if defined (HAVE__SINHL) && ! defined (HAVE_SINHL)
  941. # define HAVE_SINHL 1
  942. # define sinhl _sinhl
  943. #endif
  944. #if defined (HAVE__SINL) && ! defined (HAVE_SINL)
  945. # define HAVE_SINL 1
  946. # define sinl _sinl
  947. #endif
  948. #if defined (HAVE__SQRTF) && ! defined (HAVE_SQRTF)
  949. # define HAVE_SQRTF 1
  950. # define sqrtf _sqrtf
  951. #endif
  952. #if defined (HAVE__SQRTL) && ! defined (HAVE_SQRTL)
  953. # define HAVE_SQRTL 1
  954. # define sqrtl _sqrtl
  955. #endif
  956. #if defined (HAVE__STRTOF) && ! defined (HAVE_STRTOF)
  957. # define HAVE_STRTOF 1
  958. # define strtof _strtof
  959. #endif
  960. #if defined (HAVE__STRTOLD) && ! defined (HAVE_STRTOLD)
  961. # define HAVE_STRTOLD 1
  962. # define strtold _strtold
  963. #endif
  964. #if defined (HAVE__TANF) && ! defined (HAVE_TANF)
  965. # define HAVE_TANF 1
  966. # define tanf _tanf
  967. #endif
  968. #if defined (HAVE__TANHF) && ! defined (HAVE_TANHF)
  969. # define HAVE_TANHF 1
  970. # define tanhf _tanhf
  971. #endif
  972. #if defined (HAVE__TANHL) && ! defined (HAVE_TANHL)
  973. # define HAVE_TANHL 1
  974. # define tanhl _tanhl
  975. #endif
  976. #if defined (HAVE__TANL) && ! defined (HAVE_TANL)
  977. # define HAVE_TANL 1
  978. # define tanl _tanl
  979. #endif