ta_config.h 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. /* include/ta_config.h. Generated from ta_config.h.in by configure. */
  2. /* include/ta_config.h.in. Generated from configure.in by autoheader. */
  3. /* Define to 1 if you have the <dlfcn.h> header file. */
  4. #define HAVE_DLFCN_H 1
  5. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  6. /* #undef HAVE_DOPRNT */
  7. /* Define to 1 if you have the <float.h> header file. */
  8. #define HAVE_FLOAT_H 1
  9. /* Define to 1 if you have the `floor' function. */
  10. /* #undef HAVE_FLOOR */
  11. /* Define to 1 if you have the <inttypes.h> header file. */
  12. #define HAVE_INTTYPES_H 1
  13. /* Define to 1 if you have the `isascii' function. */
  14. #define HAVE_ISASCII 1
  15. /* Define to 1 if you have the `dl' library (-ldl). */
  16. #define HAVE_LIBDL 1
  17. /* Define to 1 if you have the `pthread' library (-lpthread). */
  18. #define HAVE_LIBPTHREAD 1
  19. /* Define to 1 if you have the <limits.h> header file. */
  20. #define HAVE_LIMITS_H 1
  21. /* Define to 1 if you have the `localeconv' function. */
  22. #define HAVE_LOCALECONV 1
  23. /* Define to 1 if you have the <locale.h> header file. */
  24. #define HAVE_LOCALE_H 1
  25. /* Define to 1 if you have the `mblen' function. */
  26. #define HAVE_MBLEN 1
  27. /* Define to 1 if you have the `memmove' function. */
  28. #define HAVE_MEMMOVE 1
  29. /* Define to 1 if you have the <memory.h> header file. */
  30. #define HAVE_MEMORY_H 1
  31. /* Define to 1 if you have the `memset' function. */
  32. #define HAVE_MEMSET 1
  33. /* Define to 1 if you have the `modf' function. */
  34. #define HAVE_MODF 1
  35. /* Define to 1 if you have the `pow' function. */
  36. /* #undef HAVE_POW */
  37. /* Define to 1 if the system has the type `ptrdiff_t'. */
  38. #define HAVE_PTRDIFF_T 1
  39. /* Define to 1 if you have the `sqrt' function. */
  40. /* #undef HAVE_SQRT */
  41. /* Define to 1 if you have the <stddef.h> header file. */
  42. #define HAVE_STDDEF_H 1
  43. /* Define to 1 if you have the <stdint.h> header file. */
  44. #define HAVE_STDINT_H 1
  45. /* Define to 1 if you have the <stdlib.h> header file. */
  46. #define HAVE_STDLIB_H 1
  47. /* Define to 1 if you have the `strcasecmp' function. */
  48. #define HAVE_STRCASECMP 1
  49. /* Define to 1 if you have the `strchr' function. */
  50. #define HAVE_STRCHR 1
  51. /* Define to 1 if you have the `strcoll' function and it is properly defined.
  52. */
  53. #define HAVE_STRCOLL 1
  54. /* Define to 1 if you have the `strerror' function. */
  55. #define HAVE_STRERROR 1
  56. /* Define to 1 if you have the `strftime' function. */
  57. #define HAVE_STRFTIME 1
  58. /* Define to 1 if you have the <strings.h> header file. */
  59. #define HAVE_STRINGS_H 1
  60. /* Define to 1 if you have the <string.h> header file. */
  61. #define HAVE_STRING_H 1
  62. /* Define to 1 if you have the `strncasecmp' function. */
  63. #define HAVE_STRNCASECMP 1
  64. /* Define to 1 if you have the `strrchr' function. */
  65. #define HAVE_STRRCHR 1
  66. /* Define to 1 if you have the `strstr' function. */
  67. #define HAVE_STRSTR 1
  68. /* Define to 1 if you have the `strtol' function. */
  69. #define HAVE_STRTOL 1
  70. /* Define to 1 if you have the `strtoul' function. */
  71. #define HAVE_STRTOUL 1
  72. /* Define to 1 if you have the <sys/stat.h> header file. */
  73. #define HAVE_SYS_STAT_H 1
  74. /* Define to 1 if you have the <sys/types.h> header file. */
  75. #define HAVE_SYS_TYPES_H 1
  76. /* Define to 1 if you have the <unistd.h> header file. */
  77. #define HAVE_UNISTD_H 1
  78. /* Define to 1 if you have the `vprintf' function. */
  79. #define HAVE_VPRINTF 1
  80. /* Define to 1 if you have the <wchar.h> header file. */
  81. #define HAVE_WCHAR_H 1
  82. /* Define to 1 if you have the <wctype.h> header file. */
  83. #define HAVE_WCTYPE_H 1
  84. /* Name of package */
  85. #define PACKAGE "ta-lib"
  86. /* Define to the address where bug reports for this package should be sent. */
  87. #define PACKAGE_BUGREPORT "http://sourceforge.net/tracker/?group_id=8903&atid=108903"
  88. /* Define to the full name of this package. */
  89. #define PACKAGE_NAME "ta-lib"
  90. /* Define to the full name and version of this package. */
  91. #define PACKAGE_STRING "ta-lib 0.4.0"
  92. /* Define to the one symbol short name of this package. */
  93. #define PACKAGE_TARNAME "ta-lib"
  94. /* Define to the version of this package. */
  95. #define PACKAGE_VERSION "0.4.0"
  96. /* Define as the return type of signal handlers (`int' or `void'). */
  97. #define RETSIGTYPE void
  98. /* Define to 1 if you have the ANSI C header files. */
  99. #define STDC_HEADERS 1
  100. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  101. /* #undef TM_IN_SYS_TIME */
  102. /* Version number of package */
  103. #define VERSION "0.4.0"
  104. /* Define to empty if `const' does not conform to ANSI C. */
  105. /* #undef const */
  106. /* Define to `unsigned int' if <sys/types.h> does not define. */
  107. /* #undef size_t */
  108. /* Define to empty if the keyword `volatile' does not work. Warning: valid
  109. code using `volatile' can become incorrect without. Disable with care. */
  110. /* #undef volatile */