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: #undef HAVE_ASSERT_H 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: #undef HAVE_ERRNO_H 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: #undef HAVE_FCNTL_H 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: #undef HAVE_INTTYPES_H Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #undef HAVE_LIMITS_H 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: #undef HAVE_MEMORY_H 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: #undef HAVE_STDINT_H Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #undef HAVE_STDLIB_H Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #undef HAVE_STRINGS_H Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #undef HAVE_STRING_H Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #undef HAVE_SYS_STAT_H Chris@0: Chris@0: /* Define to 1 if you have the header file. */ Chris@0: #undef HAVE_SYS_TYPES_H 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: #undef PACKAGE Chris@0: Chris@0: /* Define to the address where bug reports for this package should be sent. */ Chris@0: #undef PACKAGE_BUGREPORT Chris@0: Chris@0: /* Define to the full name of this package. */ Chris@0: #undef PACKAGE_NAME Chris@0: Chris@0: /* Define to the full name and version of this package. */ Chris@0: #undef PACKAGE_STRING Chris@0: Chris@0: /* Define to the one symbol short name of this package. */ Chris@0: #undef PACKAGE_TARNAME Chris@0: Chris@0: /* Define to the version of this package. */ Chris@0: #undef PACKAGE_VERSION Chris@0: Chris@0: /* The size of a `int', as computed by sizeof. */ Chris@0: #undef SIZEOF_INT Chris@0: Chris@0: /* The size of a `long', as computed by sizeof. */ Chris@0: #undef SIZEOF_LONG Chris@0: Chris@0: /* The size of a `long long', as computed by sizeof. */ Chris@0: #undef SIZEOF_LONG_LONG Chris@0: Chris@0: /* Define to 1 if you have the ANSI C header files. */ Chris@0: #undef STDC_HEADERS Chris@0: Chris@0: /* Version number of package */ Chris@0: #undef VERSION Chris@0: Chris@0: /* Define to 1 if your processor stores words with the most significant byte Chris@0: first (like Motorola and SPARC, unlike Intel and VAX). */ Chris@0: #undef WORDS_BIGENDIAN Chris@0: Chris@0: /* Define to empty if `const' does not conform to ANSI C. */ Chris@0: #undef const Chris@0: Chris@0: /* Define to `__inline__' or `__inline' if that's what the C compiler Chris@0: calls it, or to nothing if 'inline' is not supported under any name. */ Chris@0: #ifndef __cplusplus Chris@0: #undef inline Chris@0: #endif Chris@0: Chris@0: /* Define to `int' if does not define. */ Chris@0: #undef pid_t