config.h.in
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:4k
源码类别:

Windows CE

开发平台:

C/C++

  1. /* config.h.in.  Generated from configure.ac by autoheader.  */
  2. /* Make use of ARM4 assembly optimizations */
  3. #undef ARM4_ASM
  4. /* Make use of ARM5E assembly optimizations */
  5. #undef ARM5_ASM
  6. /* Make use of Blackfin assembly optimizations */
  7. #undef BFIN_ASM
  8. /* Disable wideband codec */
  9. #undef DISABLE_WIDEBAND
  10. /* Enable valgrind extra checks */
  11. #undef ENABLE_VALGRIND
  12. /* Enable support for Epic 4.8 kbps mode */
  13. #undef EPIC_48K
  14. /* Debug fixed-point implementation */
  15. #undef FIXED_DEBUG
  16. /* Compile as fixed-point */
  17. #undef FIXED_POINT
  18. /* Define to 1 if you have the <dlfcn.h> header file. */
  19. #undef HAVE_DLFCN_H
  20. /* Define to 1 if you have the `getopt_long' function. */
  21. #undef HAVE_GETOPT_LONG
  22. /* Define to 1 if you have the <inttypes.h> header file. */
  23. #undef HAVE_INTTYPES_H
  24. /* Define to 1 if you have the `m' library (-lm). */
  25. #undef HAVE_LIBM
  26. /* Define to 1 if you have the `winmm' library (-lwinmm). */
  27. #undef HAVE_LIBWINMM
  28. /* Define to 1 if you have the <memory.h> header file. */
  29. #undef HAVE_MEMORY_H
  30. /* Define to 1 if you have the <stdint.h> header file. */
  31. #undef HAVE_STDINT_H
  32. /* Define to 1 if you have the <stdlib.h> header file. */
  33. #undef HAVE_STDLIB_H
  34. /* Define to 1 if you have the <strings.h> header file. */
  35. #undef HAVE_STRINGS_H
  36. /* Define to 1 if you have the <string.h> header file. */
  37. #undef HAVE_STRING_H
  38. /* Define to 1 if you have the <sys/audioio.h> header file. */
  39. #undef HAVE_SYS_AUDIOIO_H
  40. /* Define to 1 if you have the <sys/soundcard.h> header file. */
  41. #undef HAVE_SYS_SOUNDCARD_H
  42. /* Define to 1 if you have the <sys/stat.h> header file. */
  43. #undef HAVE_SYS_STAT_H
  44. /* Define to 1 if you have the <sys/types.h> header file. */
  45. #undef HAVE_SYS_TYPES_H
  46. /* Define to 1 if you have the <unistd.h> header file. */
  47. #undef HAVE_UNISTD_H
  48. /* Define to the address where bug reports for this package should be sent. */
  49. #undef PACKAGE_BUGREPORT
  50. /* Define to the full name of this package. */
  51. #undef PACKAGE_NAME
  52. /* Define to the full name and version of this package. */
  53. #undef PACKAGE_STRING
  54. /* Define to the one symbol short name of this package. */
  55. #undef PACKAGE_TARNAME
  56. /* Define to the version of this package. */
  57. #undef PACKAGE_VERSION
  58. /* Reduce precision to 16 bits (EXPERIMENTAL) */
  59. #undef PRECISION16
  60. /* The size of a `int', as computed by sizeof. */
  61. #undef SIZEOF_INT
  62. /* The size of a `long', as computed by sizeof. */
  63. #undef SIZEOF_LONG
  64. /* The size of a `long long', as computed by sizeof. */
  65. #undef SIZEOF_LONG_LONG
  66. /* The size of a `short', as computed by sizeof. */
  67. #undef SIZEOF_SHORT
  68. /* Version extra */
  69. #undef SPEEX_EXTRA_VERSION
  70. /* Version major */
  71. #undef SPEEX_MAJOR_VERSION
  72. /* Version micro */
  73. #undef SPEEX_MICRO_VERSION
  74. /* Version minor */
  75. #undef SPEEX_MINOR_VERSION
  76. /* Complete version string */
  77. #undef SPEEX_VERSION
  78. /* Define to 1 if you have the ANSI C header files. */
  79. #undef STDC_HEADERS
  80. /* Enable support for TI C55X DSP */
  81. #undef TI_C55X
  82. /* Make use of alloca */
  83. #undef USE_ALLOCA
  84. /* Use C99 variable-size arrays */
  85. #undef VAR_ARRAYS
  86. /* Define to 1 if your processor stores words with the most significant byte
  87.    first (like Motorola and SPARC, unlike Intel and VAX). */
  88. #undef WORDS_BIGENDIAN
  89. /* Enable SSE support */
  90. #undef _USE_SSE
  91. /* Define to empty if `const' does not conform to ANSI C. */
  92. #undef const
  93. /* Define to `__inline__' or `__inline' if that's what the C compiler
  94.    calls it, or to nothing if 'inline' is not supported under any name.  */
  95. #ifndef __cplusplus
  96. #undef inline
  97. #endif
  98. /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
  99.    supported. Do not define if restrict is supported directly. */
  100. #undef restrict