cannam@86: /* config.h.in. Generated from configure.in by autoheader. */ cannam@86: cannam@86: /* define to align allocated memory on 32-byte boundaries */ cannam@86: #undef FLAC__ALIGN_MALLOC_DATA cannam@86: cannam@86: /* define if building for ia32/i386 */ cannam@86: #undef FLAC__CPU_IA32 cannam@86: cannam@86: /* define if building for PowerPC */ cannam@86: #undef FLAC__CPU_PPC cannam@86: cannam@86: /* define if building for SPARC */ cannam@86: #undef FLAC__CPU_SPARC cannam@86: cannam@86: /* define if you are compiling for PowerPC and have the 'as' assembler */ cannam@86: #undef FLAC__HAS_AS cannam@86: cannam@86: /* define if you have docbook-to-man or docbook2man */ cannam@86: #undef FLAC__HAS_DOCBOOK_TO_MAN cannam@86: cannam@86: /* define if you are compiling for PowerPC and have the 'gas' assembler */ cannam@86: #undef FLAC__HAS_GAS cannam@86: cannam@86: /* define if you are compiling for x86 and have the NASM assembler */ cannam@86: #undef FLAC__HAS_NASM cannam@86: cannam@86: /* define if you have the ogg library */ cannam@86: #undef FLAC__HAS_OGG cannam@86: cannam@86: /* define to disable use of assembly code */ cannam@86: #undef FLAC__NO_ASM cannam@86: cannam@86: /* define if your operating system supports SSE instructions */ cannam@86: #undef FLAC__SSE_OS cannam@86: cannam@86: /* define if building for Darwin / MacOS X */ cannam@86: #undef FLAC__SYS_DARWIN cannam@86: cannam@86: /* define if building for Linux */ cannam@86: #undef FLAC__SYS_LINUX cannam@86: cannam@86: /* define to enable use of 3Dnow! instructions */ cannam@86: #undef FLAC__USE_3DNOW cannam@86: cannam@86: /* define to enable use of Altivec instructions */ cannam@86: #undef FLAC__USE_ALTIVEC cannam@86: cannam@86: /* Define to 1 if you have the header file. */ cannam@86: #undef HAVE_DLFCN_H cannam@86: cannam@86: /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ cannam@86: #undef HAVE_FSEEKO cannam@86: cannam@86: /* Define to 1 if you have the `getopt_long' function. */ cannam@86: #undef HAVE_GETOPT_LONG cannam@86: cannam@86: /* Define if you have the iconv() function. */ cannam@86: #undef HAVE_ICONV cannam@86: cannam@86: /* Define to 1 if you have the header file. */ cannam@86: #undef HAVE_INTTYPES_H cannam@86: cannam@86: /* Define if you have and nl_langinfo(CODESET). */ cannam@86: #undef HAVE_LANGINFO_CODESET cannam@86: cannam@86: /* Define to 1 if you have the header file. */ cannam@86: #undef HAVE_MEMORY_H cannam@86: cannam@86: /* Define to 1 if the system has the type `socklen_t'. */ cannam@86: #undef HAVE_SOCKLEN_T cannam@86: cannam@86: /* Define to 1 if you have the header file. */ cannam@86: #undef HAVE_STDINT_H cannam@86: cannam@86: /* Define to 1 if you have the header file. */ cannam@86: #undef HAVE_STDLIB_H cannam@86: cannam@86: /* Define to 1 if you have the header file. */ cannam@86: #undef HAVE_STRINGS_H cannam@86: cannam@86: /* Define to 1 if you have the header file. */ cannam@86: #undef HAVE_STRING_H cannam@86: cannam@86: /* Define to 1 if you have the header file. */ cannam@86: #undef HAVE_SYS_STAT_H cannam@86: cannam@86: /* Define to 1 if you have the header file. */ cannam@86: #undef HAVE_SYS_TYPES_H cannam@86: cannam@86: /* Define to 1 if you have the header file. */ cannam@86: #undef HAVE_UNISTD_H cannam@86: cannam@86: /* Define as const if the declaration of iconv() needs const. */ cannam@86: #undef ICONV_CONST cannam@86: cannam@86: /* Name of package */ cannam@86: #undef PACKAGE cannam@86: cannam@86: /* Define to the address where bug reports for this package should be sent. */ cannam@86: #undef PACKAGE_BUGREPORT cannam@86: cannam@86: /* Define to the full name of this package. */ cannam@86: #undef PACKAGE_NAME cannam@86: cannam@86: /* Define to the full name and version of this package. */ cannam@86: #undef PACKAGE_STRING cannam@86: cannam@86: /* Define to the one symbol short name of this package. */ cannam@86: #undef PACKAGE_TARNAME cannam@86: cannam@86: /* Define to the version of this package. */ cannam@86: #undef PACKAGE_VERSION cannam@86: cannam@86: /* The size of a `void*', as computed by sizeof. */ cannam@86: #undef SIZEOF_VOIDP cannam@86: cannam@86: /* Define to 1 if you have the ANSI C header files. */ cannam@86: #undef STDC_HEADERS cannam@86: cannam@86: /* Version number of package */ cannam@86: #undef VERSION cannam@86: cannam@86: /* Define to 1 if your processor stores words with the most significant byte cannam@86: first (like Motorola and SPARC, unlike Intel and VAX). */ cannam@86: #undef WORDS_BIGENDIAN cannam@86: cannam@86: /* Number of bits in a file offset, on hosts where this is settable. */ cannam@86: #undef _FILE_OFFSET_BITS cannam@86: cannam@86: /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ cannam@86: #undef _LARGEFILE_SOURCE cannam@86: cannam@86: /* Define for large files, on AIX-style hosts. */ cannam@86: #undef _LARGE_FILES