123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- /* include/ta_config.h. Generated from ta_config.h.in by configure. */
- /* include/ta_config.h.in. Generated from configure.in by autoheader. */
- /* Define to 1 if you have the <dlfcn.h> header file. */
- #define HAVE_DLFCN_H 1
- /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
- /* #undef HAVE_DOPRNT */
- /* Define to 1 if you have the <float.h> header file. */
- #define HAVE_FLOAT_H 1
- /* Define to 1 if you have the `floor' function. */
- /* #undef HAVE_FLOOR */
- /* Define to 1 if you have the <inttypes.h> header file. */
- #define HAVE_INTTYPES_H 1
- /* Define to 1 if you have the `isascii' function. */
- #define HAVE_ISASCII 1
- /* Define to 1 if you have the `dl' library (-ldl). */
- #define HAVE_LIBDL 1
- /* Define to 1 if you have the `pthread' library (-lpthread). */
- #define HAVE_LIBPTHREAD 1
- /* Define to 1 if you have the <limits.h> header file. */
- #define HAVE_LIMITS_H 1
- /* Define to 1 if you have the `localeconv' function. */
- #define HAVE_LOCALECONV 1
- /* Define to 1 if you have the <locale.h> header file. */
- #define HAVE_LOCALE_H 1
- /* Define to 1 if you have the `mblen' function. */
- #define HAVE_MBLEN 1
- /* Define to 1 if you have the `memmove' function. */
- #define HAVE_MEMMOVE 1
- /* Define to 1 if you have the <memory.h> header file. */
- #define HAVE_MEMORY_H 1
- /* Define to 1 if you have the `memset' function. */
- #define HAVE_MEMSET 1
- /* Define to 1 if you have the `modf' function. */
- #define HAVE_MODF 1
- /* Define to 1 if you have the `pow' function. */
- /* #undef HAVE_POW */
- /* Define to 1 if the system has the type `ptrdiff_t'. */
- #define HAVE_PTRDIFF_T 1
- /* Define to 1 if you have the `sqrt' function. */
- /* #undef HAVE_SQRT */
- /* Define to 1 if you have the <stddef.h> header file. */
- #define HAVE_STDDEF_H 1
- /* Define to 1 if you have the <stdint.h> header file. */
- #define HAVE_STDINT_H 1
- /* Define to 1 if you have the <stdlib.h> header file. */
- #define HAVE_STDLIB_H 1
- /* Define to 1 if you have the `strcasecmp' function. */
- #define HAVE_STRCASECMP 1
- /* Define to 1 if you have the `strchr' function. */
- #define HAVE_STRCHR 1
- /* Define to 1 if you have the `strcoll' function and it is properly defined.
- */
- #define HAVE_STRCOLL 1
- /* Define to 1 if you have the `strerror' function. */
- #define HAVE_STRERROR 1
- /* Define to 1 if you have the `strftime' function. */
- #define HAVE_STRFTIME 1
- /* Define to 1 if you have the <strings.h> header file. */
- #define HAVE_STRINGS_H 1
- /* Define to 1 if you have the <string.h> header file. */
- #define HAVE_STRING_H 1
- /* Define to 1 if you have the `strncasecmp' function. */
- #define HAVE_STRNCASECMP 1
- /* Define to 1 if you have the `strrchr' function. */
- #define HAVE_STRRCHR 1
- /* Define to 1 if you have the `strstr' function. */
- #define HAVE_STRSTR 1
- /* Define to 1 if you have the `strtol' function. */
- #define HAVE_STRTOL 1
- /* Define to 1 if you have the `strtoul' function. */
- #define HAVE_STRTOUL 1
- /* Define to 1 if you have the <sys/stat.h> header file. */
- #define HAVE_SYS_STAT_H 1
- /* Define to 1 if you have the <sys/types.h> header file. */
- #define HAVE_SYS_TYPES_H 1
- /* Define to 1 if you have the <unistd.h> header file. */
- #define HAVE_UNISTD_H 1
- /* Define to 1 if you have the `vprintf' function. */
- #define HAVE_VPRINTF 1
- /* Define to 1 if you have the <wchar.h> header file. */
- #define HAVE_WCHAR_H 1
- /* Define to 1 if you have the <wctype.h> header file. */
- #define HAVE_WCTYPE_H 1
- /* Name of package */
- #define PACKAGE "ta-lib"
- /* Define to the address where bug reports for this package should be sent. */
- #define PACKAGE_BUGREPORT "http://sourceforge.net/tracker/?group_id=8903&atid=108903"
- /* Define to the full name of this package. */
- #define PACKAGE_NAME "ta-lib"
- /* Define to the full name and version of this package. */
- #define PACKAGE_STRING "ta-lib 0.4.0"
- /* Define to the one symbol short name of this package. */
- #define PACKAGE_TARNAME "ta-lib"
- /* Define to the version of this package. */
- #define PACKAGE_VERSION "0.4.0"
- /* Define as the return type of signal handlers (`int' or `void'). */
- #define RETSIGTYPE void
- /* Define to 1 if you have the ANSI C header files. */
- #define STDC_HEADERS 1
- /* Define to 1 if your <sys/time.h> declares `struct tm'. */
- /* #undef TM_IN_SYS_TIME */
- /* Version number of package */
- #define VERSION "0.4.0"
- /* Define to empty if `const' does not conform to ANSI C. */
- /* #undef const */
- /* Define to `unsigned int' if <sys/types.h> does not define. */
- /* #undef size_t */
- /* Define to empty if the keyword `volatile' does not work. Warning: valid
- code using `volatile' can become incorrect without. Disable with care. */
- /* #undef volatile */
|