You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

194 lines
5.3KB

  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* Define if building universal (internal helper macro) */
  4. /* #undef AC_APPLE_UNIVERSAL_BUILD */
  5. /* Make use of ARM4 assembly optimizations */
  6. /* #undef ARM4_ASM */
  7. /* Make use of ARM5E assembly optimizations */
  8. /* #undef ARM5E_ASM */
  9. /* Make use of Blackfin assembly optimizations */
  10. /* #undef BFIN_ASM */
  11. /* Disable all parts of the API that are using floats */
  12. /* #undef DISABLE_FLOAT_API */
  13. /* Enable valgrind extra checks */
  14. /* #undef ENABLE_VALGRIND */
  15. /* Symbol visibility prefix */
  16. #define EXPORT __attribute__((visibility("default")))
  17. /* Debug fixed-point implementation */
  18. /* #undef FIXED_DEBUG */
  19. /* Compile as fixed-point */
  20. /* #undef FIXED_POINT */
  21. /* Compile as floating-point */
  22. #define FLOATING_POINT /**/
  23. /* Define to 1 if you have the <alloca.h> header file. */
  24. /* #undef HAVE_ALLOCA_H */
  25. /* Define to 1 if you have the <dlfcn.h> header file. */
  26. /* #undef HAVE_DLFCN_H */
  27. /* Define to 1 if you have the <getopt.h> header file. */
  28. #define HAVE_GETOPT_H 1
  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 <memory.h> header file. */
  32. #define HAVE_MEMORY_H 1
  33. /* Define to 1 if you have the <stdint.h> header file. */
  34. #define HAVE_STDINT_H 1
  35. /* Define to 1 if you have the <stdlib.h> header file. */
  36. #define HAVE_STDLIB_H 1
  37. /* Define to 1 if you have the <strings.h> header file. */
  38. #define HAVE_STRINGS_H 1
  39. /* Define to 1 if you have the <string.h> header file. */
  40. #define HAVE_STRING_H 1
  41. /* Define to 1 if you have the <sys/audioio.h> header file. */
  42. /* #undef HAVE_SYS_AUDIOIO_H */
  43. /* Define to 1 if you have the <sys/soundcard.h> header file. */
  44. /* #undef HAVE_SYS_SOUNDCARD_H */
  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 the sub-directory where libtool stores uninstalled libraries. */
  52. #define LT_OBJDIR ".libs/"
  53. /* Define to the address where bug reports for this package should be sent. */
  54. #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
  55. /* Define to the full name of this package. */
  56. #define PACKAGE_NAME "speexdsp"
  57. /* Define to the full name and version of this package. */
  58. #define PACKAGE_STRING "speexdsp 1.2rc3"
  59. /* Define to the one symbol short name of this package. */
  60. #define PACKAGE_TARNAME "speexdsp"
  61. /* Define to the home page for this package. */
  62. #define PACKAGE_URL ""
  63. /* Define to the version of this package. */
  64. #define PACKAGE_VERSION "1.2rc3"
  65. /* Resample with full SINC table (no interpolation) */
  66. /* #undef RESAMPLE_FULL_SINC_TABLE */
  67. /* The size of `int', as computed by sizeof. */
  68. #define SIZEOF_INT 4
  69. /* The size of `int16_t', as computed by sizeof. */
  70. #define SIZEOF_INT16_T 2
  71. /* The size of `int32_t', as computed by sizeof. */
  72. #define SIZEOF_INT32_T 4
  73. /* The size of `long', as computed by sizeof. */
  74. #define SIZEOF_LONG 4
  75. /* The size of `short', as computed by sizeof. */
  76. #define SIZEOF_SHORT 2
  77. /* The size of `uint16_t', as computed by sizeof. */
  78. #define SIZEOF_UINT16_T 2
  79. /* The size of `uint32_t', as computed by sizeof. */
  80. #define SIZEOF_UINT32_T 4
  81. /* The size of `u_int16_t', as computed by sizeof. */
  82. #define SIZEOF_U_INT16_T 0
  83. /* The size of `u_int32_t', as computed by sizeof. */
  84. #define SIZEOF_U_INT32_T 0
  85. /* Define to 1 if you have the ANSI C header files. */
  86. #define STDC_HEADERS 1
  87. /* Enable support for TI C55X DSP */
  88. /* #undef TI_C55X */
  89. /* Make use of alloca */
  90. /* #undef USE_ALLOCA */
  91. /* Use FFTW3 for FFT */
  92. /* #undef USE_GPL_FFTW3 */
  93. /* Use Intel Math Kernel Library for FFT */
  94. /* #undef USE_INTEL_MKL */
  95. /* Use KISS Fast Fourier Transform */
  96. /* #undef USE_KISS_FFT */
  97. /* Use FFT from OggVorbis */
  98. #define USE_SMALLFT /**/
  99. /* Use C99 variable-size arrays */
  100. #define VAR_ARRAYS /**/
  101. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  102. significant byte first (like Motorola and SPARC, unlike Intel). */
  103. #if defined AC_APPLE_UNIVERSAL_BUILD
  104. # if defined __BIG_ENDIAN__
  105. # define WORDS_BIGENDIAN 1
  106. # endif
  107. #else
  108. # ifndef WORDS_BIGENDIAN
  109. /* # undef WORDS_BIGENDIAN */
  110. # endif
  111. #endif
  112. /* Enable NEON support */
  113. /* #undef _USE_NEON */
  114. /* Enable SSE support */
  115. #define _USE_SSE /**/
  116. /* Enable SSE2 support */
  117. #define _USE_SSE2 /**/
  118. /* Define to empty if `const' does not conform to ANSI C. */
  119. /* #undef const */
  120. /* Define to `__inline__' or `__inline' if that's what the C compiler
  121. calls it, or to nothing if 'inline' is not supported under any name. */
  122. #ifndef __cplusplus
  123. /* #undef inline */
  124. #endif
  125. /* Define to the equivalent of the C99 'restrict' keyword, or to
  126. nothing if this is not supported. Do not define if restrict is
  127. supported directly. */
  128. #define restrict __restrict
  129. /* Work around a bug in Sun C++: it does not support _Restrict or
  130. __restrict__, even though the corresponding Sun C compiler ends up with
  131. "#define restrict _Restrict" or "#define restrict __restrict__" in the
  132. previous line. Perhaps some future version of Sun C++ will work with
  133. restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
  134. #if defined __SUNPRO_CC && !defined __RESTRICT
  135. # define _Restrict
  136. # define __restrict__
  137. #endif