cannam@85: /* config.h. Generated by configure. */ cannam@85: /* config.h.in. Generated from configure.ac by autoheader. */ cannam@85: cannam@85: /* Define to enable diagnostic debugging support. */ cannam@85: /* #undef DEBUG */ cannam@85: cannam@85: /* Define to enable experimental code. */ cannam@85: /* #undef EXPERIMENTAL */ cannam@85: cannam@85: /* Define to 1 if you have the header file. */ cannam@85: #define HAVE_ASSERT_H 1 cannam@85: cannam@85: /* Define to 1 if you have the header file. */ cannam@85: /* #undef HAVE_DLFCN_H */ cannam@85: cannam@85: /* Define to 1 if you have the header file. */ cannam@85: #define HAVE_ERRNO_H 1 cannam@85: cannam@85: /* Define to 1 if you have the `fcntl' function. */ cannam@85: /* #undef HAVE_FCNTL */ cannam@85: cannam@85: /* Define to 1 if you have the header file. */ cannam@85: #define HAVE_FCNTL_H 1 cannam@85: cannam@85: /* Define to 1 if you have the `fork' function. */ cannam@85: /* #undef HAVE_FORK */ cannam@85: cannam@85: /* Define to 1 if you have the header file. */ cannam@85: #define HAVE_INTTYPES_H 1 cannam@85: cannam@85: /* Define to 1 if you have the header file. */ cannam@85: #define HAVE_LIMITS_H 1 cannam@85: cannam@85: /* Define if your MIPS CPU supports a 2-operand MADD16 instruction. */ cannam@85: /* #undef HAVE_MADD16_ASM */ cannam@85: cannam@85: /* Define if your MIPS CPU supports a 2-operand MADD instruction. */ cannam@85: /* #undef HAVE_MADD_ASM */ cannam@85: cannam@85: /* Define to 1 if you have the header file. */ cannam@85: #define HAVE_MEMORY_H 1 cannam@85: cannam@85: /* Define to 1 if you have the `pipe' function. */ cannam@85: /* #undef HAVE_PIPE */ cannam@85: cannam@85: /* Define to 1 if you have the header file. */ cannam@85: #define HAVE_STDINT_H 1 cannam@85: cannam@85: /* Define to 1 if you have the header file. */ cannam@85: #define HAVE_STDLIB_H 1 cannam@85: cannam@85: /* Define to 1 if you have the header file. */ cannam@85: #define HAVE_STRINGS_H 1 cannam@85: cannam@85: /* Define to 1 if you have the header file. */ cannam@85: #define HAVE_STRING_H 1 cannam@85: cannam@85: /* Define to 1 if you have the header file. */ cannam@85: #define HAVE_SYS_STAT_H 1 cannam@85: cannam@85: /* Define to 1 if you have the header file. */ cannam@85: #define HAVE_SYS_TYPES_H 1 cannam@85: cannam@85: /* Define to 1 if you have that is POSIX.1 compatible. */ cannam@85: /* #undef HAVE_SYS_WAIT_H */ cannam@85: cannam@85: /* Define to 1 if you have the header file. */ cannam@85: /* #undef HAVE_UNISTD_H */ cannam@85: cannam@85: /* Define to 1 if you have the `waitpid' function. */ cannam@85: /* #undef HAVE_WAITPID */ cannam@85: cannam@85: /* Define to disable debugging assertions. */ cannam@85: /* #undef NDEBUG */ cannam@85: cannam@85: /* Define to optimize for accuracy over speed. */ cannam@85: /* #undef OPT_ACCURACY */ cannam@85: cannam@85: /* Define to optimize for speed over accuracy. */ cannam@85: /* #undef OPT_SPEED */ cannam@85: cannam@85: /* Define to enable a fast subband synthesis approximation optimization. */ cannam@85: /* #undef OPT_SSO */ cannam@85: cannam@85: /* Define to influence a strict interpretation of the ISO/IEC standards, even cannam@85: if this is in opposition with best accepted practices. */ cannam@85: /* #undef OPT_STRICT */ cannam@85: cannam@85: /* Name of package */ cannam@85: #define PACKAGE "libmad" cannam@85: cannam@85: /* Define to the address where bug reports for this package should be sent. */ cannam@85: #define PACKAGE_BUGREPORT "support@underbit.com" cannam@85: cannam@85: /* Define to the full name of this package. */ cannam@85: #define PACKAGE_NAME "MPEG Audio Decoder" cannam@85: cannam@85: /* Define to the full name and version of this package. */ cannam@85: #define PACKAGE_STRING "MPEG Audio Decoder 0.15.1b" cannam@85: cannam@85: /* Define to the one symbol short name of this package. */ cannam@85: #define PACKAGE_TARNAME "libmad" cannam@85: cannam@85: /* Define to the version of this package. */ cannam@85: #define PACKAGE_VERSION "0.15.1b" cannam@85: cannam@85: /* The size of a `int', as computed by sizeof. */ cannam@85: #define SIZEOF_INT 4 cannam@85: cannam@85: /* The size of a `long', as computed by sizeof. */ cannam@85: #define SIZEOF_LONG 4 cannam@85: cannam@85: /* The size of a `long long', as computed by sizeof. */ cannam@85: #define SIZEOF_LONG_LONG 8 cannam@85: cannam@85: /* Define to 1 if you have the ANSI C header files. */ cannam@85: #define STDC_HEADERS 1 cannam@85: cannam@85: /* Version number of package */ cannam@85: #define VERSION "0.15.1b" cannam@85: cannam@85: /* Define to empty if `const' does not conform to ANSI C. */ cannam@85: /* #undef const */ cannam@85: cannam@85: /* Define as `__inline' if that's what the C compiler calls it, or to nothing cannam@85: if it is not supported. */ cannam@85: #define inline __inline cannam@85: cannam@85: /* Define to `int' if does not define. */ cannam@85: /* #undef pid_t */