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. #define GUESS_BIG_ENDIAN 0
  17. /* Set to 1 if the processor is little endian, otherwise set to 0.  */
  18. #define GUESS_LITTLE_ENDIAN 1
  19. /* Set to 1 if the processor can read and write Intel x86 32 bit floats.  */
  20. /* Otherwise set it to 0.  */
  21. #define CAN_READ_WRITE_x86_IEEE 1
  22. /* The number of bytes in a double.  */
  23. #define SIZEOF_DOUBLE 8
  24. /* The number of bytes in a float.  */
  25. #define SIZEOF_FLOAT 4
  26. /* The number of bytes in a int.  */
  27. #define SIZEOF_INT 4
  28. /* The number of bytes in a long.  */
  29. #define SIZEOF_LONG 4
  30. /* The number of bytes in a short.  */
  31. #define SIZEOF_SHORT 2
  32. /* The number of bytes in a void*.  */
  33. #define SIZEOF_VOIDP 4
  34. /* Define if you have the fclose function.  */
  35. #define HAVE_FCLOSE 1
  36. /* Define if you have the fopen function.  */
  37. #define HAVE_FOPEN 1
  38. /* Define if you have the fread function.  */
  39. #define HAVE_FREAD 1
  40. /* Define if you have the free function.  */
  41. #define HAVE_FREE 1
  42. /* Define if you have the fseek function.  */
  43. #define HAVE_FSEEK 1
  44. /* Define if you have the ftell function.  */
  45. #define HAVE_FTELL 1
  46. /* Define if you have the fwrite function.  */
  47. #define HAVE_FWRITE 1
  48. /* Define if you have the malloc function.  */
  49. #define HAVE_MALLOC 1
  50. /* Define if you have the <endian.h> header file.  */
  51. #define HAVE_ENDIAN_H 1
  52. /* Name of package */
  53. #define PACKAGE "libsndfile"
  54. /* Version number of package */
  55. #define VERSION "0.0.22"