config.h
上传用户:tuheem
上传日期:2007-05-01
资源大小:21889k
文件大小:0k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. /*
  2.  * libmad - MPEG audio decoder library
  3.   */
  4. # ifndef LIBMAD_CONFIG_H
  5. # define LIBMAD_CONFIG_H
  6. #define inline __inline
  7. #define STDC_HEADERS 1
  8. #define SIZEOF_INT 4
  9. #define SIZEOF_LONG 4
  10. #define SIZEOF_LONG_LONG 8
  11. #define HAVE_ASSERT_H 1
  12. #define HAVE_ERRNO_H 1
  13. #define HAVE_FCNTL_H 1
  14. #define HAVE_LIMITS_H 1
  15. #define HAVE_SYS_TYPES_H 1
  16. #define PACKAGE "libmad"
  17. #define VERSION "0.14.2b"
  18. # endif