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

多媒体编程

开发平台:

Visual C++

  1. /* vc++/config.h - manually adapted from include/config.h.in */
  2. /* dtsdec profiling */
  3. /* #undef DTSDEC_GPROF */
  4. /* maximum supported data alignment */
  5. /* #undef ATTRIBUTE_ALIGNED_MAX */
  6. /* debug mode configuration */
  7. /* #undef DEBUG */
  8. /* Define if you have the `__builtin_expect' function. */
  9. /* #undef HAVE_BUILTIN_EXPECT */
  10. /* Define to 1 if you have the <dlfcn.h> header file. */
  11. /* #undef HAVE_DLFCN_H */
  12. /* Define to 1 if you have the `ftime' function. */
  13. #define HAVE_FTIME 1
  14. /* Define to 1 if you have the `gettimeofday' function. */
  15. /* #undef HAVE_GETTIMEOFDAY */
  16. /* Define to 1 if you have the <inttypes.h> header file. */
  17. /* #undef HAVE_INTTYPES_H */
  18. /* Define to 1 if you have the <io.h> header file. */
  19. #define HAVE_IO_H 1
  20. /* Define to 1 if you have the `memalign' function. */
  21. /* #undef HAVE_MEMALIGN */
  22. /* Define to 1 if you have the <memory.h> header file. */
  23. #define HAVE_MEMORY_H 1
  24. /* Define to 1 if you have the <stdint.h> header file. */
  25. /* #undef HAVE_STDINT_H */
  26. /* Define to 1 if you have the <stdlib.h> header file. */
  27. #define HAVE_STDLIB_H 1
  28. /* Define to 1 if you have the <strings.h> header file. */
  29. /* #undef HAVE_STRINGS_H */
  30. /* Define to 1 if you have the <string.h> header file. */
  31. #define HAVE_STRING_H 1
  32. /* Define to 1 if the system has the type `struct timeval'. */
  33. /* #undef HAVE_STRUCT_TIMEVAL */
  34. /* Define to 1 if you have the <sys/stat.h> header file. */
  35. #define HAVE_SYS_STAT_H 1
  36. /* Define to 1 if you have the <sys/timeb.h> header file. */
  37. #define HAVE_SYS_TIMEB_H 1
  38. /* Define to 1 if you have the <sys/time.h> header file. */
  39. /* #undef HAVE_SYS_TIME_H */
  40. /* Define to 1 if you have the <sys/types.h> header file. */
  41. #define HAVE_SYS_TYPES_H 1
  42. /* Define to 1 if you have the <time.h> header file. */
  43. /* #undef HAVE_TIME_H */
  44. /* Define to 1 if you have the <unistd.h> header file. */
  45. /* #undef HAVE_UNISTD_H */
  46. /* dts sample precision */
  47. /* #undef LIBDTS_DOUBLE */
  48. /* use fixed-point arithmetic */
  49. /* #undef LIBDTS_FIXED */
  50. /* libao al support */
  51. /* #undef LIBAO_AL */
  52. /* libao OSS support */
  53. /* #undef LIBAO_OSS */
  54. /* libao solaris support */
  55. /* #undef LIBAO_SOLARIS */
  56. /* libao win support */
  57. #define LIBAO_WIN
  58. /* Name of package */
  59. #define PACKAGE "dtsdec"
  60. /* Define to the address where bug reports for this package should be sent. */
  61. #define PACKAGE_BUGREPORT ""
  62. /* Define to the full name of this package. */
  63. #define PACKAGE_NAME ""
  64. /* Define to the full name and version of this package. */
  65. #define PACKAGE_STRING ""
  66. /* Define to the one symbol short name of this package. */
  67. #define PACKAGE_TARNAME ""
  68. /* Define to the version of this package. */
  69. #define PACKAGE_VERSION ""
  70. /* Define as the return type of signal handlers (`int' or `void'). */
  71. #define RETSIGTYPE void
  72. /* The size of a `char', as computed by sizeof. */
  73. #define SIZEOF_CHAR 1
  74. /* The size of a `int', as computed by sizeof. */
  75. #define SIZEOF_INT 4
  76. /* The size of a `long', as computed by sizeof. */
  77. #define SIZEOF_LONG 4
  78. /* The size of a `short', as computed by sizeof. */
  79. #define SIZEOF_SHORT 2
  80. /* The size of a `void*', as computed by sizeof. */
  81. #define SIZEOF_VOIDP 4
  82. /* Define to 1 if you have the ANSI C header files. */
  83. #define STDC_HEADERS 1
  84. /* Version number of package */
  85. #define VERSION "0.7.4-cvs"
  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. /* Define to empty if `const' does not conform to ANSI C. */
  90. /* #undef const */
  91. /* Define as `__inline' if that's what the C compiler calls it, or to nothing
  92.    if it is not supported. */
  93. #define inline __inline
  94. /* Define as `__restrict' if that's what the C compiler calls it, or to
  95.    nothing if it is not supported. */
  96. #define restrict __restrict
  97. /* Define to `unsigned' if <sys/types.h> does not define. */
  98. /* #undef size_t */