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