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

多媒体编程

开发平台:

Visual C++

  1. /* vc++/config.h - manually adapted from include/config.h.in */
  2. /* maximum supported data alignment */
  3. /* #undef ATTRIBUTE_ALIGNED_MAX */
  4. /* Define to 1 if you have the <dlfcn.h> header file. */
  5. /* #undef HAVE_DLFCN_H */
  6. /* Define to 1 if you have the `ftime' function. */
  7. #define HAVE_FTIME 1
  8. /* Define to 1 if you have the `gettimeofday' function. */
  9. /* #undef HAVE_GETTIMEOFDAY */
  10. /* Define to 1 if you have the <inttypes.h> header file. */
  11. /* #undef HAVE_INTTYPES_H */
  12. /* Define to 1 if you have the <io.h> header file. */
  13. #define HAVE_IO_H 1
  14. /* Define to 1 if you have the `memalign' function. */
  15. /* #undef HAVE_MEMALIGN */
  16. /* Define to 1 if you have the <memory.h> header file. */
  17. #define HAVE_MEMORY_H 1
  18. /* Define to 1 if you have the <stdint.h> header file. */
  19. /* #undef HAVE_STDINT_H */
  20. /* Define to 1 if you have the <stdlib.h> header file. */
  21. #define HAVE_STDLIB_H 1
  22. /* Define to 1 if you have the <strings.h> header file. */
  23. /* #undef HAVE_STRINGS_H */
  24. /* Define to 1 if you have the <string.h> header file. */
  25. #define HAVE_STRING_H 1
  26. /* Define to 1 if you have the <sys/stat.h> header file. */
  27. #define HAVE_SYS_STAT_H 1
  28. /* Define to 1 if you have the <sys/timeb.h> header file. */
  29. #define HAVE_SYS_TIMEB_H 1
  30. /* Define to 1 if you have the <sys/time.h> header file. */
  31. /* #undef HAVE_SYS_TIME_H */
  32. /* Define to 1 if you have the <sys/types.h> header file. */
  33. #define HAVE_SYS_TYPES_H 1
  34. /* Define to 1 if you have the <unistd.h> header file. */
  35. /* #undef HAVE_UNISTD_H */
  36. /* liba52 djbfft support */
  37. /* #undef LIBA52_DJBFFT */
  38. /* a52 sample precision */
  39. /* #undef LIBA52_DOUBLE */
  40. /* libao al support */
  41. /* #undef LIBAO_AL */
  42. /* libao OSS support */
  43. /* #undef LIBAO_OSS */
  44. /* libao solaris support */
  45. /* #undef LIBAO_SOLARIS */
  46. /* libao win support */
  47. #define LIBAO_WIN
  48. /* Name of package */
  49. #define PACKAGE "a52dec"
  50. /* Define to the address where bug reports for this package should be sent. */
  51. #define PACKAGE_BUGREPORT ""
  52. /* Define to the full name of this package. */
  53. #define PACKAGE_NAME ""
  54. /* Define to the full name and version of this package. */
  55. #define PACKAGE_STRING ""
  56. /* Define to the one symbol short name of this package. */
  57. #define PACKAGE_TARNAME ""
  58. /* Define to the version of this package. */
  59. #define PACKAGE_VERSION ""
  60. /* Define as the return type of signal handlers (`int' or `void'). */
  61. #define RETSIGTYPE void
  62. /* The size of a `char', as computed by sizeof. */
  63. #define SIZEOF_CHAR 1
  64. /* The size of a `int', as computed by sizeof. */
  65. #define SIZEOF_INT 4
  66. /* The size of a `short', as computed by sizeof. */
  67. #define SIZEOF_SHORT 2
  68. /* Define to 1 if you have the ANSI C header files. */
  69. #define STDC_HEADERS 1
  70. /* Version number of package */
  71. #define VERSION "0.7.4-cvs"
  72. /* Define to 1 if your processor stores words with the most significant byte
  73.    first (like Motorola and SPARC, unlike Intel and VAX). */
  74. /* #undef WORDS_BIGENDIAN */
  75. /* Define to empty if `const' does not conform to ANSI C. */
  76. /* #undef const */
  77. /* Define as `__inline' if that's what the C compiler calls it, or to nothing
  78.    if it is not supported. */
  79. #define inline __inline
  80. /* Define as `__restrict' if that's what the C compiler calls it, or to
  81.    nothing if it is not supported. */
  82. #define restrict __restrict
  83. /* Define to `unsigned' if <sys/types.h> does not define. */
  84. /* #undef size_t */