config.h.in
上传用户:xjjlds
上传日期:2015-12-05
资源大小:22823k
文件大小:3k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. /* config.h.in.  Generated from configure.ac by autoheader.  */
  2. /* Define to enable diagnostic debugging support. */
  3. #undef DEBUG
  4. /* Define to enable experimental code. */
  5. #undef EXPERIMENTAL
  6. /* Define to 1 if you have the <assert.h> header file. */
  7. #undef HAVE_ASSERT_H
  8. /* Define to 1 if you have the <dlfcn.h> header file. */
  9. #undef HAVE_DLFCN_H
  10. /* Define to 1 if you have the <errno.h> header file. */
  11. #undef HAVE_ERRNO_H
  12. /* Define to 1 if you have the `fcntl' function. */
  13. #undef HAVE_FCNTL
  14. /* Define to 1 if you have the <fcntl.h> header file. */
  15. #undef HAVE_FCNTL_H
  16. /* Define to 1 if you have the `fork' function. */
  17. #undef HAVE_FORK
  18. /* Define to 1 if you have the <inttypes.h> header file. */
  19. #undef HAVE_INTTYPES_H
  20. /* Define to 1 if you have the <limits.h> header file. */
  21. #undef HAVE_LIMITS_H
  22. /* Define if your MIPS CPU supports a 2-operand MADD16 instruction. */
  23. #undef HAVE_MADD16_ASM
  24. /* Define if your MIPS CPU supports a 2-operand MADD instruction. */
  25. #undef HAVE_MADD_ASM
  26. /* Define to 1 if you have the <memory.h> header file. */
  27. #undef HAVE_MEMORY_H
  28. /* Define to 1 if you have the `pipe' function. */
  29. #undef HAVE_PIPE
  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/stat.h> header file. */
  39. #undef HAVE_SYS_STAT_H
  40. /* Define to 1 if you have the <sys/types.h> header file. */
  41. #undef HAVE_SYS_TYPES_H
  42. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  43. #undef HAVE_SYS_WAIT_H
  44. /* Define to 1 if you have the <unistd.h> header file. */
  45. #undef HAVE_UNISTD_H
  46. /* Define to 1 if you have the `waitpid' function. */
  47. #undef HAVE_WAITPID
  48. /* Define to disable debugging assertions. */
  49. #undef NDEBUG
  50. /* Define to optimize for accuracy over speed. */
  51. #undef OPT_ACCURACY
  52. /* Define to optimize for speed over accuracy. */
  53. #undef OPT_SPEED
  54. /* Define to enable a fast subband synthesis approximation optimization. */
  55. #undef OPT_SSO
  56. /* Define to influence a strict interpretation of the ISO/IEC standards, even
  57.    if this is in opposition with best accepted practices. */
  58. #undef OPT_STRICT
  59. /* Name of package */
  60. #undef PACKAGE
  61. /* Define to the address where bug reports for this package should be sent. */
  62. #undef PACKAGE_BUGREPORT
  63. /* Define to the full name of this package. */
  64. #undef PACKAGE_NAME
  65. /* Define to the full name and version of this package. */
  66. #undef PACKAGE_STRING
  67. /* Define to the one symbol short name of this package. */
  68. #undef PACKAGE_TARNAME
  69. /* Define to the version of this package. */
  70. #undef PACKAGE_VERSION
  71. /* The size of a `int', as computed by sizeof. */
  72. #undef SIZEOF_INT
  73. /* The size of a `long', as computed by sizeof. */
  74. #undef SIZEOF_LONG
  75. /* The size of a `long long', as computed by sizeof. */
  76. #undef SIZEOF_LONG_LONG
  77. /* Define to 1 if you have the ANSI C header files. */
  78. #undef STDC_HEADERS
  79. /* Version number of package */
  80. #undef VERSION
  81. /* Define to empty if `const' does not conform to ANSI C. */
  82. #undef const
  83. /* Define as `__inline' if that's what the C compiler calls it, or to nothing
  84.    if it is not supported. */
  85. #undef inline
  86. /* Define to `int' if <sys/types.h> does not define. */
  87. #undef pid_t