config.h
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:2k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. /* src/config.h.  Generated automatically by configure.  */
  2. /* src/config.h.in.  Generated automatically from configure.in by autoheader.  */
  3. /* Define to `long' if <sys/types.h> doesn't define.  */
  4. /* #undef off_t */
  5. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  6. /* #undef size_t */
  7. /* Define if you have the ANSI C header files.  */
  8. #define STDC_HEADERS 1
  9. /* Define to `long' if <sys/types.h> doesn't define.  */
  10. /* #undef off_t */
  11. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  12. /* #undef size_t */
  13. /* Define if you have the ANSI C header files.  */
  14. #define STDC_HEADERS 1
  15. /* Set to 1 if the processor is big endian, otherwise set to 0.  */
  16. #ifdef __MWERKS__
  17. #ifdef _WIN32
  18. #define GUESS_BIG_ENDIAN 0
  19. #else
  20. #define GUESS_BIG_ENDIAN 1
  21. #endif
  22. #endif
  23. /* Set to 1 if the processor is little endian, otherwise set to 0.  */
  24. #ifdef __MWERKS__
  25. #ifdef _WIN32
  26. #define GUESS_LITTLE_ENDIAN 1
  27. #else
  28. #define GUESS_LITTLE_ENDIAN 0
  29. #endif
  30. #endif
  31. /* Set to 1 if the processor can read and write Intel x86 32 bit floats.  */
  32. /* Otherwise set it to 0.  */
  33. #ifdef __MWERKS__
  34. #ifdef _WIN32
  35. #define CAN_READ_WRITE_x86_IEEE 1
  36. #else
  37. #define CAN_READ_WRITE_x86_IEEE 0
  38. #endif
  39. #endif
  40. /* The number of bytes in a double.  */
  41. #define SIZEOF_DOUBLE 8
  42. /* The number of bytes in a float.  */
  43. #define SIZEOF_FLOAT 4
  44. /* The number of bytes in a int.  */
  45. #define SIZEOF_INT 4
  46. /* The number of bytes in a long.  */
  47. #define SIZEOF_LONG 4
  48. /* The number of bytes in a short.  */
  49. #define SIZEOF_SHORT 2
  50. /* The number of bytes in a void*.  */
  51. #define SIZEOF_VOIDP 4
  52. /* Define if you have the fclose function.  */
  53. #define HAVE_FCLOSE 1
  54. /* Define if you have the fopen function.  */
  55. #define HAVE_FOPEN 1
  56. /* Define if you have the fread function.  */
  57. #define HAVE_FREAD 1
  58. /* Define if you have the free function.  */
  59. #define HAVE_FREE 1
  60. /* Define if you have the fseek function.  */
  61. #define HAVE_FSEEK 1
  62. /* Define if you have the ftell function.  */
  63. #define HAVE_FTELL 1
  64. /* Define if you have the fwrite function.  */
  65. #define HAVE_FWRITE 1
  66. /* Define if you have the malloc function.  */
  67. #define HAVE_MALLOC 1
  68. /* Define if you have the <endian.h> header file.  */
  69. #define HAVE_ENDIAN_H 1
  70. /* Name of package */
  71. #define PACKAGE "libsndfile"
  72. /* Version number of package */
  73. #define VERSION "0.0.22"