1
0

config.h 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. #include <algorithm>
  4. /* Define to dummy `main' function (if any) required to link to the Fortran
  5. libraries. */
  6. /* #undef FC_DUMMY_MAIN */
  7. /* Define if F77 and FC dummy `main' functions are identical. */
  8. /* #undef FC_DUMMY_MAIN_EQ_F77 */
  9. /* Define to a macro mangling the given C identifier (in lower and upper
  10. case), which must not contain underscores, for linking with Fortran. */
  11. #define FC_FUNC(name,NAME) name ## _
  12. /* As FC_FUNC, but for C identifiers containing underscores. */
  13. #define FC_FUNC_(name,NAME) name ## _
  14. /* Define to alternate name for `main' routine that is called from a `main' in
  15. the Fortran libraries. */
  16. #define FC_MAIN main
  17. /* Define to 1 if your system has the clock_gettime function. */
  18. #define HAVE_CLOCK_GETTIME 1
  19. /* Define to 1 if you have the <dlfcn.h> header file. */
  20. #define HAVE_DLFCN_H 1
  21. /* Define to 1 if Fortran interface is to be compiled. */
  22. #define HAVE_FORTRAN 1
  23. /* Define to 1 if you have the <fpu_control.h> header file. */
  24. //#define HAVE_FPU_CONTROL_H 1
  25. /* Define to 1 if you have the `gettimeofday' function. */
  26. #define HAVE_GETTIMEOFDAY 1
  27. /* Define to 1 if you have the <ieeefp.h> header file. */
  28. /* #undef HAVE_IEEEFP_H */
  29. /* Define to 1 if you have the <inttypes.h> header file. */
  30. #define HAVE_INTTYPES_H 1
  31. /* Define to 1 if you have the `m' library (-lm). */
  32. #define HAVE_LIBM 1
  33. /* Define to 1 if you have the <memory.h> header file. */
  34. #define HAVE_MEMORY_H 1
  35. /* Define to 1 if stdbool.h conforms to C99. */
  36. /* #undef HAVE_STDBOOL_H */
  37. /* Define to 1 if you have the <stdint.h> header file. */
  38. #define HAVE_STDINT_H 1
  39. /* Define to 1 if you have the <stdlib.h> header file. */
  40. #define HAVE_STDLIB_H 1
  41. /* Define to 1 if you have the <strings.h> header file. */
  42. #define HAVE_STRINGS_H 1
  43. /* Define to 1 if you have the <string.h> header file. */
  44. #define HAVE_STRING_H 1
  45. /* Define to 1 if you have the <sys/stat.h> header file. */
  46. #define HAVE_SYS_STAT_H 1
  47. /* Define to 1 if you have the <sys/types.h> header file. */
  48. #define HAVE_SYS_TYPES_H 1
  49. /* Define to 1 if you have the <unistd.h> header file. */
  50. #define HAVE_UNISTD_H 1
  51. /* Define to 1 if the system has the type `_Bool'. */
  52. /* #undef HAVE__BOOL */
  53. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  54. */
  55. #define LT_OBJDIR ".libs/"
  56. /* qd major version number */
  57. #define MAJOR_VERSION 2
  58. /* qd minor version number */
  59. #define MINOR_VERSION 3
  60. /* Name of package */
  61. #define PACKAGE "qd"
  62. /* Define to the address where bug reports for this package should be sent. */
  63. #define PACKAGE_BUGREPORT "yozo@cs.berkeley.edu"
  64. /* Define to the full name of this package. */
  65. #define PACKAGE_NAME "qd"
  66. /* Define to the full name and version of this package. */
  67. #define PACKAGE_STRING "qd 2.3.20"
  68. /* Define to the one symbol short name of this package. */
  69. #define PACKAGE_TARNAME "qd"
  70. /* Define to the home page for this package. */
  71. #define PACKAGE_URL ""
  72. /* Define to the version of this package. */
  73. #define PACKAGE_VERSION "2.3.20"
  74. /* qd patch number (sub minor version) */
  75. #define PATCH_VERSION 12
  76. /* Any special symbols needed for exporting APIs. */
  77. #define QD_API /**/
  78. /* Define this macro to be the copysign(x, y) function. */
  79. #define QD_COPYSIGN(x, y) std::copysign(x, y)
  80. /* Define to 1 to enable debugging code. */
  81. /* #undef QD_DEBUG */
  82. /* If fused multiply-add is available, define correct macro for using it. */
  83. /* #undef QD_FMA */
  84. /* If fused multiply-subtract is available, define correct macro for using it.
  85. */
  86. /* #undef QD_FMS */
  87. /* Define to 1 if your compiler have the C++ standard include files. */
  88. #define QD_HAVE_STD 1
  89. /* Define to 1 to use additions with IEEE-style error bounds. */
  90. /* #undef QD_IEEE_ADD */
  91. /* Define to 1 to inline commonly used functions. */
  92. #define QD_INLINE 1
  93. /* Define this macro to be the isfinite(x) function. */
  94. #define QD_ISFINITE(x) std::isfinite(x)
  95. /* Define this macro to be the isinf(x) function. */
  96. #define QD_ISINF(x) std::isinf(x)
  97. /* Define this macro to be the isnan(x) function. */
  98. #define QD_ISNAN(x) std::isnan(x)
  99. /* Define to 1 to use sloppy division (which is faster by slightly
  100. inaccurate). */
  101. #define QD_SLOPPY_DIV 1
  102. /* Define to 1 to use sloppy multiplication (which is faster by slightly
  103. inaccurate). */
  104. #define QD_SLOPPY_MUL 1
  105. /* Set to 1 if using VisualAge C++ compiler for __fmadd builtin. */
  106. /* #undef QD_VACPP_BUILTINS_H */
  107. /* Define to 1 if you have the ANSI C header files. */
  108. #define STDC_HEADERS 1
  109. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  110. #define TIME_WITH_SYS_TIME 1
  111. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  112. /* #undef TM_IN_SYS_TIME */
  113. /* Version number of package */
  114. #define VERSION "2.3.20"
  115. /* Whether to use x86 fpu fix. */
  116. #define X86 1