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

Windows CE

开发平台:

C/C++

  1. /* config.h.in.  Generated from configure.in by autoheader.  */
  2. /* define to align allocated memory on 32-byte boundaries */
  3. #undef FLAC__ALIGN_MALLOC_DATA
  4. /* define if building for ia32/i386 */
  5. #undef FLAC__CPU_IA32
  6. /* define if building for PowerPC */
  7. #undef FLAC__CPU_PPC
  8. /* define if building for SPARC */
  9. #undef FLAC__CPU_SPARC
  10. /* define to run even more tests */
  11. #undef FLAC__EXHAUSTIVE_TESTS
  12. /* define if you are compiling for PowerPC and have the 'as' assembler */
  13. #undef FLAC__HAS_AS
  14. /* define if you have docbook-to-man or docbook2man */
  15. #undef FLAC__HAS_DOCBOOK_TO_MAN
  16. /* define if you have Doxygen */
  17. #undef FLAC__HAS_DOXYGEN
  18. /* define if you are compiling for PowerPC and have the 'gas' assembler */
  19. #undef FLAC__HAS_GAS
  20. /* define if you are compiling for x86 and have the NASM assembler */
  21. #undef FLAC__HAS_NASM
  22. /* define if you have the ogg library */
  23. #undef FLAC__HAS_OGG
  24. /* define to disable use of assembly code */
  25. #undef FLAC__NO_ASM
  26. /* define if your operating system supports SSE instructions */
  27. #undef FLAC__SSE_OS
  28. /* define if building for Darwin / MacOS X */
  29. #undef FLAC__SYS_DARWIN
  30. /* define if building for Linux */
  31. #undef FLAC__SYS_LINUX
  32. /* define to enable use of 3Dnow! instructions */
  33. #undef FLAC__USE_3DNOW
  34. /* define to enable use of Altivec instructions */
  35. #undef FLAC__USE_ALTIVEC
  36. /* define to enable use of Valgrind in testers */
  37. #undef FLAC__VALGRIND_TESTING
  38. /* Define to 1 if you have the <dlfcn.h> header file. */
  39. #undef HAVE_DLFCN_H
  40. /* Define to 1 if you have the `getopt_long' function. */
  41. #undef HAVE_GETOPT_LONG
  42. /* Define if you have the iconv() function. */
  43. #undef HAVE_ICONV
  44. /* Define to 1 if you have the <inttypes.h> header file. */
  45. #undef HAVE_INTTYPES_H
  46. /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
  47. #undef HAVE_LANGINFO_CODESET
  48. /* Define to 1 if you have the <memory.h> header file. */
  49. #undef HAVE_MEMORY_H
  50. /* Define to 1 if the system has the type `socklen_t'. */
  51. #undef HAVE_SOCKLEN_T
  52. /* Define to 1 if you have the <stdint.h> header file. */
  53. #undef HAVE_STDINT_H
  54. /* Define to 1 if you have the <stdlib.h> header file. */
  55. #undef HAVE_STDLIB_H
  56. /* Define to 1 if you have the <strings.h> header file. */
  57. #undef HAVE_STRINGS_H
  58. /* Define to 1 if you have the <string.h> header file. */
  59. #undef HAVE_STRING_H
  60. /* Define to 1 if you have the <sys/stat.h> header file. */
  61. #undef HAVE_SYS_STAT_H
  62. /* Define to 1 if you have the <sys/types.h> header file. */
  63. #undef HAVE_SYS_TYPES_H
  64. /* Define to 1 if you have the <unistd.h> header file. */
  65. #undef HAVE_UNISTD_H
  66. /* Define as const if the declaration of iconv() needs const. */
  67. #undef ICONV_CONST
  68. /* Name of package */
  69. #undef PACKAGE
  70. /* Define to the address where bug reports for this package should be sent. */
  71. #undef PACKAGE_BUGREPORT
  72. /* Define to the full name of this package. */
  73. #undef PACKAGE_NAME
  74. /* Define to the full name and version of this package. */
  75. #undef PACKAGE_STRING
  76. /* Define to the one symbol short name of this package. */
  77. #undef PACKAGE_TARNAME
  78. /* Define to the version of this package. */
  79. #undef PACKAGE_VERSION
  80. /* Define to 1 if you have the ANSI C header files. */
  81. #undef STDC_HEADERS
  82. /* Version number of package */
  83. #undef VERSION