Simplified logic of parsing sizes of rice-partitions
[flac.git] / config.cmake.h.in
blob1d96f4268bb094bd9ff18d6cf88c94ef5a064065
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define if building universal (internal helper macro) */
4 #cmakedefine AC_APPLE_UNIVERSAL_BUILD
6 /* Target processor is big endian. */
7 #cmakedefine01 CPU_IS_BIG_ENDIAN
9 /* Target processor is little endian. */
10 #cmakedefine01 CPU_IS_LITTLE_ENDIAN
12 /* Set FLAC__BYTES_PER_WORD to 8 (4 is the default) */
13 #cmakedefine01 ENABLE_64_BIT_WORDS
15 /* define to align allocated memory on 32-byte boundaries */
16 #cmakedefine FLAC__ALIGN_MALLOC_DATA
18 /* define if you have docbook-to-man or docbook2man */
19 #cmakedefine FLAC__HAS_DOCBOOK_TO_MAN
21 /* define if you are compiling for x86 and have the NASM assembler */
22 #cmakedefine FLAC__HAS_NASM
24 /* define if you have the ogg library */
25 #cmakedefine01 OGG_FOUND
26 #define FLAC__HAS_OGG OGG_FOUND
28 /* define if compiler has __attribute__((target("cpu=power8"))) support */
29 #cmakedefine FLAC__HAS_TARGET_POWER8
31 /* define if compiler has __attribute__((target("cpu=power9"))) support */
32 #cmakedefine FLAC__HAS_TARGET_POWER9
34 /* Set to 1 if <x86intrin.h> is available. */
35 #cmakedefine01 FLAC__HAS_X86INTRIN
37 /* define if building for Darwin / MacOS X */
38 #cmakedefine FLAC__SYS_DARWIN
40 /* define if building for Linux */
41 #cmakedefine FLAC__SYS_LINUX
43 /* define to enable use of Altivec instructions */
44 #cmakedefine FLAC__USE_ALTIVEC
46 /* define to enable use of AVX instructions */
47 #cmakedefine01 WITH_AVX
48 #define FLAC__USE_AVX WITH_AVX
50 /* define to enable use of VSX instructions */
51 #cmakedefine FLAC__USE_VSX
53 /* Compiler has the __builtin_bswap16 intrinsic */
54 #cmakedefine01 HAVE_BSWAP16
56 /* Compiler has the __builtin_bswap32 intrinsic */
57 #cmakedefine01 HAVE_BSWAP32
59 /* Define to 1 if you have the <byteswap.h> header file. */
60 #cmakedefine HAVE_BYTESWAP_H
62 /* define if you have clock_gettime */
63 #cmakedefine HAVE_CLOCK_GETTIME
65 /* Define to 1 if you have the <cpuid.h> header file. */
66 #cmakedefine HAVE_CPUID_H
68 /* Define to 1 if C++ supports variable-length arrays. */
69 #cmakedefine HAVE_CXX_VARARRAYS
71 /* Define to 1 if C supports variable-length arrays. */
72 #cmakedefine HAVE_C_VARARRAYS
74 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
75 #cmakedefine HAVE_FSEEKO
77 /* Define to 1 if you have the `getopt_long' function. */
78 #cmakedefine HAVE_GETOPT_LONG
80 /* Define if you have the iconv() function and it works. */
81 #cmakedefine HAVE_ICONV
83 /* Define to 1 if you have the <inttypes.h> header file. */
84 #cmakedefine01 HAVE_INTTYPES_H
86 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
87 #cmakedefine HAVE_LANGINFO_CODESET
89 /* lround support */
90 #cmakedefine01 HAVE_LROUND
92 /* Define to 1 if you have the <memory.h> header file. */
93 #cmakedefine HAVE_MEMORY_H
95 /* Define to 1 if the system has the type `socklen_t'. */
96 #cmakedefine HAVE_SOCKLEN_T
98 /* Define to 1 if you have the <stdint.h> header file. */
99 #cmakedefine01 HAVE_STDINT_H
101 /* Define to 1 if you have the <stdlib.h> header file. */
102 #cmakedefine HAVE_STDLIB_H
104 /* Define to 1 if you have the <string.h> header file. */
105 #cmakedefine HAVE_STRING_H
107 /* Define to 1 if you have the <sys/ioctl.h> header file. */
108 #cmakedefine HAVE_SYS_IOCTL_H
110 /* Define to 1 if you have the <sys/param.h> header file. */
111 #cmakedefine HAVE_SYS_PARAM_H
113 /* Define to 1 if you have the <sys/stat.h> header file. */
114 #cmakedefine HAVE_SYS_STAT_H
116 /* Define to 1 if you have the <sys/types.h> header file. */
117 #cmakedefine HAVE_SYS_TYPES_H
119 /* Define to 1 if you have the <termios.h> header file. */
120 #cmakedefine HAVE_TERMIOS_H
122 /* Define to 1 if typeof works with your compiler. */
123 #cmakedefine HAVE_TYPEOF
125 /* Define to 1 if you have the <unistd.h> header file. */
126 #cmakedefine HAVE_UNISTD_H
128 /* Define to 1 if you have the <x86intrin.h> header file. */
129 #cmakedefine HAVE_X86INTRIN_H
131 /* Define as const if the declaration of iconv() needs const. */
132 #cmakedefine ICONV_CONST
134 /* Define if debugging is disabled */
135 #cmakedefine NDEBUG
137 /* Name of package */
138 #cmakedefine PACKAGE
140 /* Define to the address where bug reports for this package should be sent. */
141 #cmakedefine PACKAGE_BUGREPORT
143 /* Define to the full name of this package. */
144 #cmakedefine PACKAGE_NAME
146 /* Define to the full name and version of this package. */
147 #cmakedefine PACKAGE_STRING
149 /* Define to the one symbol short name of this package. */
150 #cmakedefine PACKAGE_TARNAME
152 /* Define to the home page for this package. */
153 #cmakedefine PACKAGE_URL
155 /* Define to the version of this package. */
156 #define PACKAGE_VERSION "@PROJECT_VERSION@"
158 /* The size of `off_t', as computed by sizeof. */
159 #cmakedefine SIZEOF_OFF_T
161 /* The size of `void*', as computed by sizeof. */
162 #cmakedefine SIZEOF_VOIDP
164 /* Define to 1 if you have the ANSI C header files. */
165 #cmakedefine STDC_HEADERS
167 /* Enable extensions on AIX 3, Interix. */
168 #ifndef _ALL_SOURCE
169 #define _ALL_SOURCE
170 #endif
172 /* Enable GNU extensions on systems that have them. */
173 #ifndef _GNU_SOURCE
174 #define _GNU_SOURCE
175 #endif
177 #ifndef _FORTIFY_SOURCE
178 #cmakedefine DODEFINE_FORTIFY_SOURCE 2
179 #define _FORTIFY_SOURCE DODEFINE_FORTIFY_SOURCE
180 #endif
182 #ifndef _XOPEN_SOURCE
183 #cmakedefine DODEFINE_XOPEN_SOURCE 500
184 #define _XOPEN_SOURCE DODEFINE_XOPEN_SOURCE
185 #endif
187 /* Enable threading extensions on Solaris. */
188 #ifndef _POSIX_PTHREAD_SEMANTICS
189 #cmakedefine _POSIX_PTHREAD_SEMANTICS
190 #endif
191 /* Enable extensions on HP NonStop. */
192 #ifndef _TANDEM_SOURCE
193 #cmakedefine _TANDEM_SOURCE
194 #endif
195 /* Enable general extensions on Solaris. */
196 #ifndef __EXTENSIONS__
197 #cmakedefine DODEFINE_EXTENSIONS
198 #define __EXTENSIONS__ DODEFINE_EXTENSIONS
199 #endif
202 /* Target processor is big endian. */
203 #define WORDS_BIGENDIAN CPU_IS_BIG_ENDIAN
205 /* Enable large inode numbers on Mac OS X 10.5. */
206 #ifndef _DARWIN_USE_64_BIT_INODE
207 # define _DARWIN_USE_64_BIT_INODE 1
208 #endif
210 /* Number of bits in a file offset, on hosts where this is settable. */
211 #ifndef _FILE_OFFSET_BITS
212 # define _FILE_OFFSET_BITS 64
213 #endif
215 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
216 #ifndef _LARGEFILE_SOURCE
217 # define _LARGEFILE_SOURCE
218 #endif
220 /* Define for large files, on AIX-style hosts. */
221 #cmakedefine _LARGE_FILES
223 /* Define to 1 if on MINIX. */
224 #cmakedefine _MINIX
226 /* Define to 2 if the system does not provide POSIX.1 features except with
227 this defined. */
228 #cmakedefine _POSIX_1_SOURCE
230 /* Define to 1 if you need to in order for `stat' and other things to work. */
231 #cmakedefine _POSIX_SOURCE
233 /* Define to __typeof__ if your compiler spells it that way. */
234 #cmakedefine typeof