Home | History | Annotate | Download | only in flac
      1 /* config.h.  Generated from config.h.in by configure.  */
      2 /* config.h.in.  Generated from configure.ac by autoheader.  */
      3 
      4 /* Define if building universal (internal helper macro) */
      5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
      6 
      7 /* Target processor is big endian. */
      8 #define CPU_IS_BIG_ENDIAN 0
      9 
     10 /* Target processor is little endian. */
     11 #define CPU_IS_LITTLE_ENDIAN 1
     12 
     13 /* Set FLAC__BYTES_PER_WORD to 8 (4 is the default) */
     14 #define ENABLE_64_BIT_WORDS 0
     15 
     16 /* define to align allocated memory on 32-byte boundaries */
     17 #define FLAC__ALIGN_MALLOC_DATA 1
     18 
     19 /* define if building for ia32/i386 */
     20 /* #undef FLAC__CPU_IA32 */
     21 
     22 /* define if building for PowerPC */
     23 /* #undef FLAC__CPU_PPC */
     24 
     25 /* define if building for PowerPC with SPE ABI */
     26 /* #undef FLAC__CPU_PPC_SPE */
     27 
     28 /* define if building for SPARC */
     29 /* #undef FLAC__CPU_SPARC */
     30 
     31 /* define if building for x86_64 */
     32 /* #undef FLAC__CPU_X86_64 */
     33 
     34 /* define if you have docbook-to-man or docbook2man */
     35 /* #undef FLAC__HAS_DOCBOOK_TO_MAN */
     36 
     37 /* define if you are compiling for x86 and have the NASM assembler */
     38 /* #undef FLAC__HAS_NASM */
     39 
     40 /* define if you have the ogg library */
     41 #define FLAC__HAS_OGG 0
     42 
     43 /* Set to 1 if <x86intrin.h> is available. */
     44 #define FLAC__HAS_X86INTRIN 1
     45 
     46 /* define to disable use of assembly code */
     47 #define FLAC__NO_ASM 1
     48 
     49 /* define if building for Darwin / MacOS X */
     50 /* #undef FLAC__SYS_DARWIN */
     51 
     52 /* define if building for Linux */
     53 #define FLAC__SYS_LINUX 1
     54 
     55 /* define to enable use of Altivec instructions */
     56 /* #define FLAC__USE_ALTIVEC 1 */
     57 
     58 /* define to enable use of AVX instructions */
     59 /* #define FLAC__USE_AVX 1 */
     60 
     61 /* Compiler has the __builtin_bswap16 intrinsic */
     62 #define HAVE_BSWAP16 1
     63 
     64 /* Compiler has the __builtin_bswap32 intrinsic */
     65 #define HAVE_BSWAP32 1
     66 
     67 /* Define to 1 if you have the <byteswap.h> header file. */
     68 #define HAVE_BYTESWAP_H 1
     69 
     70 /* define if you have clock_gettime */
     71 #define HAVE_CLOCK_GETTIME 1
     72 
     73 /* Define to 1 if you have the <cpuid.h> header file. */
     74 /* #undef HAVE_CPUID_H */
     75 
     76 /* Define to 1 if C++ supports variable-length arrays. */
     77 #define HAVE_CXX_VARARRAYS 1
     78 
     79 /* Define to 1 if C supports variable-length arrays. */
     80 #define HAVE_C_VARARRAYS 1
     81 
     82 /* Define to 1 if you have the <dlfcn.h> header file. */
     83 #define HAVE_DLFCN_H 1
     84 
     85 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
     86 #define HAVE_FSEEKO 1
     87 
     88 /* Define to 1 if you have the `getopt_long' function. */
     89 #define HAVE_GETOPT_LONG 1
     90 
     91 /* Define if you have the iconv() function and it works. */
     92 #define HAVE_ICONV 1
     93 
     94 /* Define to 1 if you have the <inttypes.h> header file. */
     95 #define HAVE_INTTYPES_H 1
     96 
     97 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
     98 #define HAVE_LANGINFO_CODESET 1
     99 
    100 /* lround support */
    101 #define HAVE_LROUND 1
    102 
    103 /* Define to 1 if you have the <memory.h> header file. */
    104 #define HAVE_MEMORY_H 1
    105 
    106 /* Define to 1 if the system has the type `socklen_t'. */
    107 #define HAVE_SOCKLEN_T 1
    108 
    109 /* Define to 1 if you have the <stdint.h> header file. */
    110 #define HAVE_STDINT_H 1
    111 
    112 /* Define to 1 if you have the <stdlib.h> header file. */
    113 #define HAVE_STDLIB_H 1
    114 
    115 /* Define to 1 if you have the <strings.h> header file. */
    116 #define HAVE_STRINGS_H 1
    117 
    118 /* Define to 1 if you have the <string.h> header file. */
    119 #define HAVE_STRING_H 1
    120 
    121 /* Define to 1 if you have the <sys/ioctl.h> header file. */
    122 #define HAVE_SYS_IOCTL_H 1
    123 
    124 /* Define to 1 if you have the <sys/param.h> header file. */
    125 #define HAVE_SYS_PARAM_H 1
    126 
    127 /* Define to 1 if you have the <sys/stat.h> header file. */
    128 #define HAVE_SYS_STAT_H 1
    129 
    130 /* Define to 1 if you have the <sys/types.h> header file. */
    131 #define HAVE_SYS_TYPES_H 1
    132 
    133 /* Define to 1 if you have the <termios.h> header file. */
    134 #define HAVE_TERMIOS_H 1
    135 
    136 /* Define to 1 if typeof works with your compiler. */
    137 #define HAVE_TYPEOF 1
    138 
    139 /* Define to 1 if you have the <unistd.h> header file. */
    140 #define HAVE_UNISTD_H 1
    141 
    142 /* Define to 1 if you have the <x86intrin.h> header file. */
    143 /* #undef HAVE_X86INTRIN_H */
    144 
    145 /* Define as const if the declaration of iconv() needs const. */
    146 #define ICONV_CONST
    147 
    148 /* Define to the sub-directory where libtool stores uninstalled libraries. */
    149 #define LT_OBJDIR ".libs/"
    150 
    151 /* Name of package */
    152 #define PACKAGE "flac"
    153 
    154 /* Define to the address where bug reports for this package should be sent. */
    155 #define PACKAGE_BUGREPORT "flac-dev (at) xiph.org"
    156 
    157 /* Define to the full name of this package. */
    158 #define PACKAGE_NAME "flac"
    159 
    160 /* Define to the full name and version of this package. */
    161 #define PACKAGE_STRING "flac 1.3.2"
    162 
    163 /* Define to the one symbol short name of this package. */
    164 #define PACKAGE_TARNAME "flac"
    165 
    166 /* Define to the home page for this package. */
    167 #define PACKAGE_URL "https://www.xiph.org/flac/"
    168 
    169 /* Define to the version of this package. */
    170 #define PACKAGE_VERSION "1.3.2"
    171 
    172 /* The size of `off_t', as computed by sizeof. */
    173 #if __LP64__
    174 #define SIZEOF_OFF_T 8
    175 #else
    176 #define SIZEOF_OFF_T 4
    177 #endif
    178 
    179 /* The size of `void*', as computed by sizeof. */
    180 #if __LP64__
    181 #define SIZEOF_VOIDP 8
    182 #else
    183 #define SIZEOF_VOIDP 4
    184 #endif
    185 
    186 /* Define to 1 if you have the ANSI C header files. */
    187 #define STDC_HEADERS 1
    188 
    189 /* Enable extensions on AIX 3, Interix.  */
    190 #ifndef _ALL_SOURCE
    191 # define _ALL_SOURCE 1
    192 #endif
    193 /* Enable GNU extensions on systems that have them.  */
    194 #ifndef _GNU_SOURCE
    195 # define _GNU_SOURCE 1
    196 #endif
    197 /* Enable threading extensions on Solaris.  */
    198 #ifndef _POSIX_PTHREAD_SEMANTICS
    199 # define _POSIX_PTHREAD_SEMANTICS 1
    200 #endif
    201 /* Enable extensions on HP NonStop.  */
    202 #ifndef _TANDEM_SOURCE
    203 # define _TANDEM_SOURCE 1
    204 #endif
    205 /* Enable general extensions on Solaris.  */
    206 #ifndef __EXTENSIONS__
    207 # define __EXTENSIONS__ 1
    208 #endif
    209 
    210 
    211 /* Version number of package */
    212 #define VERSION "1.3.2"
    213 
    214 /* Target processor is big endian. */
    215 #define WORDS_BIGENDIAN 0
    216 
    217 /* Enable large inode numbers on Mac OS X 10.5.  */
    218 #ifndef _DARWIN_USE_64_BIT_INODE
    219 # define _DARWIN_USE_64_BIT_INODE 1
    220 #endif
    221 
    222 /* Number of bits in a file offset, on hosts where this is settable. */
    223 /* #undef _FILE_OFFSET_BITS */
    224 
    225 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
    226 /* #undef _LARGEFILE_SOURCE */
    227 
    228 /* Define for large files, on AIX-style hosts. */
    229 /* #undef _LARGE_FILES */
    230 
    231 /* Define to 1 if on MINIX. */
    232 /* #undef _MINIX */
    233 
    234 /* Define to 2 if the system does not provide POSIX.1 features except with
    235    this defined. */
    236 /* #undef _POSIX_1_SOURCE */
    237 
    238 /* Define to 1 if you need to in order for `stat' and other things to work. */
    239 /* #undef _POSIX_SOURCE */
    240 
    241 /* Define to `__inline__' or `__inline' if that's what the C compiler
    242    calls it, or to nothing if 'inline' is not supported under any name.  */
    243 #ifndef __cplusplus
    244 /* #undef inline */
    245 #endif
    246 
    247 /* Define to __typeof__ if your compiler spells it that way. */
    248 /* #undef typeof */
    249