- /*
- * libmad - MPEG audio decoder library
- */
- # ifndef LIBMAD_CONFIG_H
- # define LIBMAD_CONFIG_H
- #define inline __inline
- #define STDC_HEADERS 1
- #define SIZEOF_INT 4
- #define SIZEOF_LONG 4
- #define SIZEOF_LONG_LONG 8
- #define HAVE_ASSERT_H 1
- #define HAVE_ERRNO_H 1
- #define HAVE_FCNTL_H 1
- #define HAVE_LIMITS_H 1
- #define HAVE_SYS_TYPES_H 1
- #define PACKAGE "libmad"
- #define VERSION "0.14.2b"
- # endif