config.h.in 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. /* config.h.in. Generated from configure.in by autoheader. */
  2. /* if you have the argz library */
  3. #undef HAVE_ARGZ_H
  4. /* if you have complex math */
  5. #undef HAVE_COMPLEX
  6. /* Define to 1 if you have the `ctime_r' function. */
  7. #undef HAVE_CTIME_R
  8. /* Define to 1 if you have the <ctype.h> header file. */
  9. #undef HAVE_CTYPE_H
  10. /* Define to 1 if you have the declaration of `__free_hook', and to 0 if you
  11. don't. */
  12. #undef HAVE_DECL___FREE_HOOK
  13. /* Define to 1 if you have the declaration of `__malloc_hook', and to 0 if you
  14. don't. */
  15. #undef HAVE_DECL___MALLOC_HOOK
  16. /* Define to 1 if you have the declaration of `__realloc_hook', and to 0 if
  17. you don't. */
  18. #undef HAVE_DECL___REALLOC_HOOK
  19. /* Define if you have libexpect */
  20. #undef HAVE_EXPECT
  21. /* Define to 1 if you have the <fcntl.h> header file. */
  22. #undef HAVE_FCNTL_H
  23. /* if you have floating point math */
  24. #undef HAVE_FENV
  25. /* Define if you have the fftw library */
  26. #undef HAVE_FFTW
  27. /* Define if you have libgcrypt */
  28. #undef HAVE_GCRYPT
  29. /* Define if you have the GNU linear programming kit */
  30. #undef HAVE_GLPK
  31. /* Define if you have GNU multiple precision library */
  32. #undef HAVE_GMP
  33. /* Define if you have the GNU Scientific library */
  34. #undef HAVE_GSL
  35. /* Define if you have the harminv library */
  36. #undef HAVE_HARMINV
  37. /* Define to 1 if you have the <inttypes.h> header file. */
  38. #undef HAVE_INTTYPES_H
  39. /* Define for sundials */
  40. #undef HAVE_KINSOL
  41. /* Define if you have the lapack library */
  42. #undef HAVE_LAPACK
  43. /* Define if you have lpsolve */
  44. #undef HAVE_LPSOLVE
  45. /* Define if you have the standard malloc.h header */
  46. #undef HAVE_MALLOC
  47. /* Define to 1 if you have the <math.h> header file. */
  48. #undef HAVE_MATH_H
  49. /* Define to 1 if you have the `memmove' function. */
  50. #undef HAVE_MEMMOVE
  51. /* Define to 1 if you have the <memory.h> header file. */
  52. #undef HAVE_MEMORY_H
  53. /* Define if you have the minpack library */
  54. #undef HAVE_MINPACK
  55. /* Define if you have the mpfr arbitrary precision library */
  56. #undef HAVE_MPFR
  57. /* Define if you have the GNU R math library */
  58. #undef HAVE_RMATH
  59. /* Define if you have setjmp functions */
  60. #undef HAVE_SETJMP
  61. /* Define to 1 if you have the <stdint.h> header file. */
  62. #undef HAVE_STDINT_H
  63. /* Define to 1 if you have the <stdlib.h> header file. */
  64. #undef HAVE_STDLIB_H
  65. /* Define to 1 if you have the `strdup' function. */
  66. #undef HAVE_STRDUP
  67. /* Define to 1 if you have the `strerror' function. */
  68. #undef HAVE_STRERROR
  69. /* Define to 1 if you have the <strings.h> header file. */
  70. #undef HAVE_STRINGS_H
  71. /* Define to 1 if you have the <string.h> header file. */
  72. #undef HAVE_STRING_H
  73. /* Define to 1 if you have the `strstr' function. */
  74. #undef HAVE_STRSTR
  75. /* Define to 1 if you have the <sys/file.h> header file. */
  76. #undef HAVE_SYS_FILE_H
  77. /* Define to 1 if you have the <sys/stat.h> header file. */
  78. #undef HAVE_SYS_STAT_H
  79. /* Define to 1 if you have the <sys/time.h> header file. */
  80. #undef HAVE_SYS_TIME_H
  81. /* Define to 1 if you have the <sys/types.h> header file. */
  82. #undef HAVE_SYS_TYPES_H
  83. /* Define to 1 if you have the <time.h> header file. */
  84. #undef HAVE_TIME_H
  85. /* Define if you have the ufsparse libraries */
  86. #undef HAVE_UMF
  87. /* Define to 1 if you have the <unistd.h> header file. */
  88. #undef HAVE_UNISTD_H
  89. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  90. #undef NO_MINUS_C_MINUS_O
  91. /* Name of package */
  92. #undef PACKAGE
  93. /* Define to the address where bug reports for this package should be sent. */
  94. #undef PACKAGE_BUGREPORT
  95. /* Define to the full name of this package. */
  96. #undef PACKAGE_NAME
  97. /* Define to the full name and version of this package. */
  98. #undef PACKAGE_STRING
  99. /* Define to the one symbol short name of this package. */
  100. #undef PACKAGE_TARNAME
  101. /* Define to the home page for this package. */
  102. #undef PACKAGE_URL
  103. /* Define to the version of this package. */
  104. #undef PACKAGE_VERSION
  105. /* Define to 1 if you have the ANSI C header files. */
  106. #undef STDC_HEADERS
  107. /* Version number of package */
  108. #undef VERSION
  109. /* Define to empty if `const' does not conform to ANSI C. */
  110. #undef const
  111. /* Define to `unsigned int' if <sys/types.h> does not define. */
  112. #undef size_t