123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- #define HAVE_ASSERT_H 1
- #define HAVE_ERRNO_H 1
- #define HAVE_FCNTL_H 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_LIMITS_H 1
- #define HAVE_MEMORY_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_STRING_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_SYS_TYPES_H 1
- #define PACKAGE "libmad"
- #define PACKAGE_BUGREPORT "support@underbit.com"
- #define PACKAGE_NAME "MPEG Audio Decoder"
- #define PACKAGE_STRING "MPEG Audio Decoder 0.15.1b"
- #define PACKAGE_TARNAME "libmad"
- #define PACKAGE_VERSION "0.15.1b"
- #define SIZEOF_INT 4
- #define SIZEOF_LONG 4
- #define SIZEOF_LONG_LONG 8
- #define STDC_HEADERS 1
- #define VERSION "0.15.1b"
- #define inline __inline
- #define FPM_DEFAULT 1
- #ifdef _MSC_VER
- #pragma warning (disable:4018)
- #pragma warning (disable:4146)
- #pragma warning (disable:4244)
- #pragma warning (disable:4996)
- #endif
|