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