gsl__config.h 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* Define to 1 if you have the declaration of `acosh', and to 0 if you don't.
  4. */
  5. #define HAVE_DECL_ACOSH 1
  6. /* Define to 1 if you have the declaration of `asinh', and to 0 if you don't.
  7. */
  8. #define HAVE_DECL_ASINH 1
  9. /* Define to 1 if you have the declaration of `atanh', and to 0 if you don't.
  10. */
  11. #define HAVE_DECL_ATANH 1
  12. /* Define to 1 if you have the declaration of `expm1', and to 0 if you don't.
  13. */
  14. #if defined(linux) || defined (_WIN32)
  15. #define HAVE_DECL_EXPM1 1
  16. #else
  17. #define HAVE_DECL_EXPM1 0
  18. #endif
  19. /* Define to 1 if you have the declaration of `feenableexcept', and to 0 if
  20. you don't. */
  21. #if defined(linux)
  22. #define HAVE_DECL_FEENABLEEXCEPT 0
  23. #else
  24. #define HAVE_DECL_FEENABLEEXCEPT 0
  25. #endif
  26. /* Define to 1 if you have the declaration of `fesettrapenable', and to 0 if
  27. you don't. */
  28. #define HAVE_DECL_FESETTRAPENABLE 0
  29. /* Define to 1 if you have the declaration of `finite', and to 0 if you don't.
  30. */
  31. #if defined(linux) || defined (_WIN32)
  32. #define HAVE_DECL_FINITE 1
  33. #else
  34. #define HAVE_DECL_FINITE 0
  35. #endif
  36. /* Define to 1 if you have the declaration of `frexp', and to 0 if you don't.
  37. */
  38. #define HAVE_DECL_FREXP 1
  39. /* Define to 1 if you have the declaration of `hypot', and to 0 if you don't.
  40. */
  41. #define HAVE_DECL_HYPOT 1
  42. /* Define to 1 if you have the declaration of `isfinite', and to 0 if you
  43. don't. */
  44. #if defined(linux)
  45. #define HAVE_DECL_ISFINITE 1
  46. #else
  47. #define HAVE_DECL_ISFINITE 0
  48. #endif
  49. /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
  50. */
  51. #if defined(linux) || defined (macintosh) || defined (_WIN32)
  52. #define HAVE_DECL_ISINF 1
  53. #else
  54. #define HAVE_DECL_ISINF 0
  55. #endif
  56. /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
  57. */
  58. #if defined(linux) || defined (macintosh) || defined (_WIN32)
  59. #define HAVE_DECL_ISNAN 1
  60. #else
  61. #define HAVE_DECL_ISNAN 0
  62. #endif
  63. /* Define to 1 if you have the declaration of `ldexp', and to 0 if you don't.
  64. */
  65. #define HAVE_DECL_LDEXP 1
  66. /* Define to 1 if you have the declaration of `log1p', and to 0 if you don't.
  67. */
  68. #define HAVE_DECL_LOG1P 1
  69. /* Define to 1 if you have the <dlfcn.h> header file. */
  70. #if defined(linux)
  71. #define HAVE_DLFCN_H 1
  72. #else
  73. #define HAVE_DLFCN_H 0
  74. #endif
  75. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  76. /* #undef HAVE_DOPRNT */
  77. /* Defined if you have ansi EXIT_SUCCESS and EXIT_FAILURE in stdlib.h */
  78. #define HAVE_EXIT_SUCCESS_AND_FAILURE 1
  79. /* Defined on architectures with excess floating-point precision */
  80. #define HAVE_EXTENDED_PRECISION_REGISTERS 1
  81. /* Define if x86 processor has sse extensions. */
  82. #define HAVE_FPU_X86_SSE 1
  83. /* Define to 1 if you have the <ieeefp.h> header file. */
  84. /* #undef HAVE_IEEEFP_H */
  85. #define HAVE_IEEEFP_H 0
  86. /* Define this if IEEE comparisons work correctly (e.g. NaN != NaN) */
  87. #define HAVE_IEEE_COMPARISONS 1
  88. /* Define this if IEEE denormalized numbers are available */
  89. #define HAVE_IEEE_DENORMALS 1
  90. /* Define if you have inline */
  91. #undef HAVE_INLINE
  92. #ifdef sgi
  93. #define inline
  94. #endif
  95. /* Define to 1 if you have the <inttypes.h> header file. */
  96. #define HAVE_INTTYPES_H 1
  97. /* Define to 1 if you have the `m' library (-lm). */
  98. #define HAVE_LIBM 1
  99. /* Define to 1 if you have the `memcpy' function. */
  100. #define HAVE_MEMCPY 1
  101. /* Define to 1 if you have the `memmove' function. */
  102. #define HAVE_MEMMOVE 1
  103. /* Define to 1 if you have the <memory.h> header file. */
  104. #define HAVE_MEMORY_H 1
  105. /* Define this if printf can handle %Lf for long double */
  106. #define HAVE_PRINTF_LONGDOUBLE 1
  107. /* Define to 1 if you have the <stdint.h> header file. */
  108. #define HAVE_STDINT_H 1
  109. /* Define to 1 if you have the <stdlib.h> header file. */
  110. #define HAVE_STDLIB_H 1
  111. /* Define to 1 if you have the `strdup' function. */
  112. #if defined(linux)
  113. #define HAVE_STRDUP 1
  114. #else
  115. #define HAVE_STRDUP 0
  116. #endif
  117. /* Define to 1 if you have the <strings.h> header file. */
  118. #define HAVE_STRINGS_H 1
  119. /* Define to 1 if you have the <string.h> header file. */
  120. #define HAVE_STRING_H 1
  121. /* Define to 1 if you have the `strtol' function. */
  122. #if defined(linux)
  123. #define HAVE_STRTOL 1
  124. #else
  125. #define HAVE_STRTOL 0
  126. #endif
  127. /* Define to 1 if you have the `strtoul' function. */
  128. #if defined(linux)
  129. #define HAVE_STRTOUL 1
  130. #else
  131. #define HAVE_STRTOUL 0
  132. #endif
  133. /* Define to 1 if you have the <sys/stat.h> header file. */
  134. #define HAVE_SYS_STAT_H 1
  135. /* Define to 1 if you have the <sys/types.h> header file. */
  136. #define HAVE_SYS_TYPES_H 1
  137. /* Define to 1 if you have the <unistd.h> header file. */
  138. #define HAVE_UNISTD_H 1
  139. /* Define to 1 if you have the `vprintf' function. */
  140. #define HAVE_VPRINTF 1
  141. /* Name of package */
  142. #define PACKAGE "gsl"
  143. /* Define to the address where bug reports for this package should be sent. */
  144. #define PACKAGE_BUGREPORT ""
  145. /* Define to the full name of this package. */
  146. #define PACKAGE_NAME "gsl"
  147. /* Define to the full name and version of this package. */
  148. #define PACKAGE_STRING "gsl 1.10"
  149. /* Define to the one symbol short name of this package. */
  150. #define PACKAGE_TARNAME "gsl"
  151. /* Define to the version of this package. */
  152. #define PACKAGE_VERSION "1.10"
  153. /* Defined if this is an official release */
  154. #define RELEASED
  155. /* Define to 1 if you have the ANSI C header files. */
  156. #define STDC_HEADERS 1
  157. /* Version number of package */
  158. #define VERSION "1.10"
  159. /* Define to 1 if type `char' is unsigned and you are not using gcc. */
  160. #ifndef __CHAR_UNSIGNED__
  161. /* # undef __CHAR_UNSIGNED__ */
  162. #endif
  163. /* Define to `__inline__' or `__inline' if that's what the C compiler
  164. calls it, or to nothing if 'inline' is not supported under any name. */
  165. #ifndef __cplusplus
  166. /* #undef inline */
  167. #endif
  168. /* Define to `unsigned int' if <sys/types.h> does not define. */
  169. /* #undef size_t */
  170. /* Define to empty if the keyword `volatile' does not work. Warning: valid
  171. code using `volatile' can become incorrect without. Disable with care. */
  172. /* #undef volatile */
  173. /* Define if you need to hide the static definitions of inline functions */
  174. /* #undef HIDE_INLINE_STATIC */
  175. /* Use 0 and 1 for EXIT_SUCCESS and EXIT_FAILURE if we don't have them */
  176. #if !HAVE_EXIT_SUCCESS_AND_FAILURE
  177. #define EXIT_SUCCESS 0
  178. #define EXIT_FAILURE 1
  179. #endif
  180. /* Define one of these if you have a known IEEE arithmetic interface */
  181. /* #undef HAVE_GNUSPARC_IEEE_INTERFACE */
  182. /* #undef HAVE_GNUM68K_IEEE_INTERFACE */
  183. /* #undef HAVE_GNUPPC_IEEE_INTERFACE */
  184. /* #undef HAVE_GNUX86_IEEE_INTERFACE */
  185. /* #undef HAVE_SUNOS4_IEEE_INTERFACE */
  186. /* #undef HAVE_SOLARIS_IEEE_INTERFACE */
  187. /* #undef HAVE_HPUX11_IEEE_INTERFACE */
  188. /* #undef HAVE_HPUX_IEEE_INTERFACE */
  189. /* #undef HAVE_TRU64_IEEE_INTERFACE */
  190. /* #undef HAVE_IRIX_IEEE_INTERFACE */
  191. /* #undef HAVE_AIX_IEEE_INTERFACE */
  192. /* #undef HAVE_FREEBSD_IEEE_INTERFACE */
  193. /* #undef HAVE_OS2EMX_IEEE_INTERFACE */
  194. /* #undef HAVE_NETBSD_IEEE_INTERFACE */
  195. /* #undef HAVE_OPENBSD_IEEE_INTERFACE */
  196. /* #undef HAVE_DARWIN_IEEE_INTERFACE */
  197. /* #undef HAVE_DARWIN86_IEEE_INTERFACE */
  198. /* Define a rounding function which moves extended precision values
  199. out of registers and rounds them to double-precision. This should
  200. be used *sparingly*, in places where it is necessary to keep
  201. double-precision rounding for critical expressions while running in
  202. extended precision. For example, the following code should ensure
  203. exact equality, even when extended precision registers are in use,
  204. double q = GSL_COERCE_DBL(3.0/7.0) ;
  205. if (q == GSL_COERCE_DBL(3.0/7.0)) { ... } ;
  206. It carries a penalty even when the program is running in double
  207. precision mode unless you compile a separate version of the
  208. library with HAVE_EXTENDED_PRECISION_REGISTERS turned off. */
  209. #if HAVE_EXTENDED_PRECISION_REGISTERS
  210. #define GSL_COERCE_DBL(x) (gsl_coerce_double(x))
  211. #else
  212. #define GSL_COERCE_DBL(x) (x)
  213. #endif
  214. /* Substitute gsl functions for missing system functions */
  215. #if !HAVE_DECL_HYPOT
  216. #define hypot gsl_hypot
  217. #endif
  218. #if !HAVE_DECL_LOG1P
  219. #define log1p gsl_log1p
  220. #endif
  221. #if !HAVE_DECL_EXPM1
  222. #define expm1 gsl_expm1
  223. #endif
  224. #if !HAVE_DECL_ACOSH
  225. #define acosh gsl_acosh
  226. #endif
  227. #if !HAVE_DECL_ASINH
  228. #define asinh gsl_asinh
  229. #endif
  230. #if !HAVE_DECL_ATANH
  231. #define atanh gsl_atanh
  232. #endif
  233. #if !HAVE_DECL_LDEXP
  234. #define ldexp gsl_ldexp
  235. #endif
  236. #if !HAVE_DECL_FREXP
  237. #define frexp gsl_frexp
  238. #endif
  239. #if !HAVE_DECL_ISINF
  240. #define isinf gsl_isinf
  241. #endif
  242. #if !HAVE_DECL_FINITE
  243. #define finite gsl_finite
  244. #endif
  245. #if !HAVE_DECL_ISNAN
  246. #define isnan gsl_isnan
  247. #endif
  248. #ifdef __GNUC__
  249. #define DISCARD_POINTER(p) do { ; } while(p ? 0 : 0);
  250. #else
  251. #define DISCARD_POINTER(p) /* ignoring discarded pointer */
  252. #endif
  253. #if defined(GSL_RANGE_CHECK_OFF) || !defined(GSL_RANGE_CHECK)
  254. #define GSL_RANGE_CHECK 0 /* turn off range checking by default internally */
  255. #endif
  256. /* Disable deprecated functions and enums while building */
  257. #define GSL_DISABLE_DEPRECATED 1
  258. // 20110502
  259. #define USE_BLAS 0