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